style.css 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769
  1. /* ########################################
  2. ########### davidwindham.com ##############
  3. ###########################################
  4. . . . . . .
  5. . . ...-..-| |-. .-. .-.-..-| .-.. ...-|
  6. ` ` '' '`-'-' '-`-`-' ' '`-'-`-`-` '`-'-
  7. 1 - Body
  8. 2 - Typography
  9. 3 - Header
  10. 4 - Navigation
  11. 5 - Layout
  12. 6 - Parts
  13. 7 - Footer
  14. 9 - Queries
  15. 10 - Fonts
  16. url - https://davidwindham.com
  17. git - https://github.com/windhamdavid/dw
  18. post - https://davidawindham.com/my-website
  19. /*########################################
  20. ################# BODY ###################
  21. #########################################*/
  22. body {
  23. margin: 0;
  24. padding: 0;
  25. min-height: 100%;
  26. -webkit-font-smoothing: antialiased;
  27. font-kerning: auto;
  28. color: #535763;
  29. background:#d3d3d3;
  30. transition: background-color 0.4s ease;
  31. font-family: sans-serif;
  32. text-rendering: optimizeLegibility;
  33. }
  34. #backgroundsvg {
  35. background-image: url('/img/background.svg');
  36. background-repeat: no-repeat;
  37. background-position: 0% 0%;
  38. background-size: cover;
  39. position: fixed;
  40. top: 0;
  41. width: 100vw;
  42. height: 100vw;
  43. z-index: -1;
  44. opacity: .75;
  45. }
  46. #backgroundsvg2 {
  47. background-image: url('/img/background2.svg');
  48. background-repeat: no-repeat;
  49. background-position: 0% 0%;
  50. background-size: cover;
  51. position: fixed;
  52. top: 0;
  53. width: 100vw;
  54. height: 100vw;
  55. z-index: -2;
  56. opacity: .75;
  57. }
  58. #backgroundsvg3 {
  59. background-image: url('/img/background3.svg');
  60. background-repeat: no-repeat;
  61. background-position: 0% 0%;
  62. background-size: cover;
  63. position: fixed;
  64. top: 0;
  65. width: 100vw;
  66. height: 100vw;
  67. z-index: -3;
  68. opacity: .75;
  69. }
  70. /*########################################
  71. ############## Waypoints #################
  72. #########################################*/
  73. .viewport {
  74. position: fixed;
  75. height: 100%;
  76. width: 100%;
  77. top: 0;
  78. left: 0;
  79. right: 0;
  80. bottom: 0;
  81. overflow: hidden;
  82. }
  83. .viewport-above {
  84. opacity: 0;
  85. }
  86. .viewport-inside {
  87. opacity: 1;
  88. }
  89. .viewport-below {
  90. opacity: 0;
  91. }
  92. .viewport-below>* {
  93. transform: translateY(100px);
  94. }
  95. .page-view {
  96. padding: 7rem 0;
  97. transition: opacity 0.5s ease;
  98. opacity: 0;
  99. position: relative;
  100. background: transparent !important;
  101. scroll-snap-align: start;
  102. min-height: 100vh;
  103. }
  104. .page-view>* {
  105. transition: all 0.5s ease;
  106. }
  107. .page-view:after {
  108. content: '';
  109. }
  110. .no-js .page-view {
  111. opacity: 1;
  112. }
  113. .background-color {
  114. position: relative;
  115. }
  116. .background-color.light {
  117. background-color: #d3d3d3;
  118. }
  119. .background-color.dark {
  120. background-color: #484C57;
  121. z-index: 0;
  122. }
  123. /* purgecss start ignore */
  124. [bg=dark-bg] {
  125. color: #9c9ea5;
  126. }
  127. [bg=dark-bg] h1,
  128. [bg=dark-bg] h2 {
  129. color: #e3e3e3 !important;
  130. }
  131. [bg=dark-bg] h3,
  132. [bg=dark-bg] h4,
  133. [bg=dark-bg] h5,
  134. [bg=dark-bg] h6,
  135. [bg=dark-bg] blockquote,
  136. [bg=dark-bg] a {
  137. color: #d1d1d1 !important;
  138. }
  139. /* purgecss end ignore */
  140. /*########################################
  141. ################# TYPE ###################
  142. #########################################*/
  143. h1 {
  144. font-family: 'Playfair Display', serif;
  145. font-weight: 900;
  146. font-size: 2.5em;
  147. letter-spacing: .01em;
  148. }
  149. .header h1 {
  150. color: #e3e3e3;
  151. }
  152. h2 {
  153. font-family: 'Playfair Display', serif;
  154. font-weight: 900;
  155. font-size: 2.3em;
  156. letter-spacing: .01em;
  157. }
  158. h3 {
  159. font-family: 'Playfair Display', serif;
  160. font-weight: 700;
  161. font-size: 1.6em;
  162. }
  163. p {
  164. font-family: 'Montserrat', sans-serif;
  165. font-size: 1.123em;
  166. line-height: 1.2;
  167. }
  168. a {
  169. color: #67000a;
  170. text-decoration: none !important;
  171. }
  172. .right {
  173. text-align: right;
  174. }
  175. .lead {
  176. font-size: 1.4em;
  177. }
  178. h2.intro {
  179. font-family: 'Playfair Display', serif;
  180. font-weight: 900;
  181. font-size: 37px;
  182. letter-spacing: .01em;
  183. }
  184. .gaegu {
  185. font-family: 'Gaegu', serif;
  186. }
  187. h1.when {
  188. font-weight: 800;
  189. margin: 0;
  190. }
  191. h2.when {
  192. font-weight: 800;
  193. margin: 0;
  194. font-size: 28px;
  195. }
  196. h3.when {
  197. margin: 0;
  198. font-size: 28px;
  199. }
  200. h4.when {
  201. font-weight: 700;
  202. font-size: 17px;
  203. }
  204. h4.how {
  205. color: #535763 !important;
  206. }
  207. h5.how {
  208. color: #535763 !important;
  209. }
  210. h5.modal-title {
  211. color: #535763 !important;
  212. }
  213. h6.modal {
  214. color: #535763 !important;
  215. }
  216. ul.clients {
  217. list-style: none;
  218. padding-left: 0;
  219. }
  220. ul.client li {
  221. padding-left:3px;
  222. }
  223. .numbering {
  224. display: inline-block;
  225. margin-right: .5rem;
  226. font-size: 12px;
  227. vertical-align: super;
  228. }
  229. .services .service .numbering,
  230. .approach .service .numbering {
  231. height: 2rem;
  232. width: 2rem;
  233. line-height: 2rem;
  234. color: #777;
  235. border-radius: 3px;
  236. text-align: center;
  237. position: absolute;
  238. left: 0;
  239. top: 0;
  240. background: #999;
  241. background: #9993;
  242. font-size: 70%;
  243. }
  244. /*########################################
  245. ################# HEAD ###################
  246. #########################################*/
  247. #header {
  248. position: fixed;
  249. z-index: 98;
  250. margin: 0;
  251. padding: 0;
  252. left: 0;
  253. top: 0;
  254. right: 0;
  255. pointer-events: none;
  256. }
  257. #header .header-ui {
  258. margin: 0;
  259. padding: 0;
  260. display: -ms-flexbox;
  261. display: flex;
  262. -ms-flex-wrap: wrap;
  263. flex-wrap: wrap;
  264. -ms-align-items: center;
  265. align-items: center;
  266. justify-content: space-between;
  267. }
  268. #header .header-ui .brand--nav {
  269. margin: 0 auto 0 0;
  270. padding: 1rem;
  271. flex: 0 0 100%;
  272. width: 100%;
  273. max-width: 100%;
  274. display: -ms-flexbox;
  275. display: flex;
  276. -ms-flex-wrap: wrap;
  277. flex-wrap: wrap;
  278. -ms-align-items: center;
  279. align-items: center;
  280. justify-content: space-between;
  281. pointer-events: auto;
  282. will-change: width, padding, flex;
  283. }
  284. #header .header-ui .brand--nav h1 {
  285. font-size: 21px;
  286. margin-left: 30px;
  287. text-align: right;
  288. }
  289. @media (min-width: 576px) {
  290. #header .header-ui .brand--nav {
  291. flex: 0 0 50%;
  292. width: 50%;
  293. max-width: 50%;
  294. }
  295. #header .header-ui .brand--nav .brand {
  296. margin-right: 20px;
  297. }
  298. }
  299. @media (min-width: 768px) {
  300. #header {
  301. -webkit-transition: opacity .35s ease-in-out 0s;
  302. transition: opacity .35s ease-in-out 0s;
  303. }
  304. #header .header-ui .brand--nav,
  305. #header .header-ui .header--complementary {
  306. padding: 2rem;
  307. -webkit-transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
  308. transition: width .35s ease-in-out 0s, padding .35s ease-in-out 0s, flex .35s ease-in-out 0s, background .35s ease-in-out 0s;
  309. }
  310. #header.shrink .header-ui .brand--nav,
  311. #header.shrink .header-ui .header--complementary {
  312. padding: 1rem;
  313. flex: 0 0 auto;
  314. }
  315. #header.on_menu .brand--nav {
  316. padding-right: 0;
  317. }
  318. #header.on_menu .brand--nav .hamburger {
  319. -webkit-transform: translateX(27px);
  320. transform: translateX(27px);
  321. }
  322. }
  323. @media (min-width: 992px) {
  324. #header .header-ui .brand--nav,
  325. #header.shrink .header-ui .brand--nav,
  326. #header.shrink .header-ui .header--complementary {
  327. padding: 1rem;
  328. flex: 0 0 auto;
  329. }
  330. #header.on_menu .brand--nav {
  331. padding-right: 0;
  332. }
  333. #header.on_menu .brand--nav .hamburger {
  334. -webkit-transform: translateX(27px);
  335. transform: translateX(27px);
  336. }
  337. }
  338. @media (min-width: 992px) {
  339. .dw-header h2,
  340. .works-header h2 {
  341. font-size: 2.4rem;
  342. }
  343. }
  344. .dw-header {
  345. min-height: 400px;
  346. }
  347. .dw-header h2 {
  348. max-width: 900px;
  349. }
  350. .dw-header .main {
  351. position: relative;
  352. z-index: 2;
  353. }
  354. #header {
  355. position: absolute;
  356. }
  357. #header .header-ui .brand--nav,
  358. #header .header-ui .header--complementary {
  359. padding: 1rem;
  360. }
  361. #header .header-ui .button.button-to-quote,
  362. #header .header-ui a {
  363. margin-left: 40px;
  364. }
  365. #header .header-ui a,
  366. #header .header-ui .button {
  367. position: relative;
  368. color: hsla(0, 0%, 100%, 0.5);
  369. border-color: hsla(0, 0%, 100%, 0.5);
  370. font-family: 'Inter', sans-serif;
  371. }
  372. #header .header-ui .brand img {
  373. width: 200px;
  374. }
  375. /* purgecss start ignore */
  376. .header-small {
  377. width: 100%;
  378. position: fixed;
  379. display: flex;
  380. padding: 0.5rem 1rem 1rem 1rem;
  381. z-index: 999;
  382. opacity: 0;
  383. top: -200px;
  384. left: 0;
  385. transition: opacity 0.4s ease, background-color 0.4s ease;
  386. }
  387. .header-small .header-small-menu {
  388. background-color: #484C57;
  389. position: absolute;
  390. box-shadow: 0 27px 53px 0 rgba(57, 57, 58, 0.24);
  391. z-index: 1;
  392. opacity: 0;
  393. visibility: hidden;
  394. padding: 20px 20px 40px 20px;
  395. top: 0;
  396. right: 0;
  397. }
  398. .header-small .header-small-menu h6 {
  399. font-weight: bold;
  400. color: #e3e3e3;
  401. margin: 40px 0 0 0;
  402. }
  403. .header-small .header-small-menu a,
  404. .header-small .header-small-menu h6 {
  405. padding: 6px 29px 8px 12px;
  406. }
  407. .header-small .header-small-menu a {
  408. font-size: 26px;
  409. line-height: 44px;
  410. letter-spacing: -0.43px;
  411. display: block;
  412. color: #e3e3e3;
  413. }
  414. .header-small .header-small-menu a:hover {
  415. opacity: 0.5;
  416. }
  417. .header-small .header-small-menu a.email {
  418. font-size: 1rem;
  419. line-height: 1.2;
  420. }
  421. .header-small.menu-open .header-small-menu {
  422. display: block;
  423. opacity: 1;
  424. visibility: visible;
  425. }
  426. .header-small.showing {
  427. opacity: 1;
  428. top: 0;
  429. }
  430. .header-small a {
  431. color: currentColor;
  432. }
  433. .header-small img {
  434. margin-left: 0px;
  435. width: 31px;
  436. transition: background-color 0.4s ease;
  437. }
  438. .header-small .light {
  439. display: none;
  440. }
  441. .header-small .dark {
  442. display: inline-block;
  443. }
  444. [bg=dark-bg] .header-small .light {
  445. display: inline-block;
  446. }
  447. [bg=dark-bg] .header-small .dark {
  448. display: none;
  449. }
  450. [bg=dark-bg] .hamburger-inner,
  451. [bg=dark-bg] .hamburger-inner:before,
  452. [bg=dark-bg] .hamburger-inner:after {
  453. background-color: #e3e3e3 !important;
  454. }
  455. /*########################################
  456. ################# NAVI ###################
  457. #########################################*/
  458. .hamburger {
  459. font: inherit;
  460. display: inline-block;
  461. overflow: visible;
  462. margin: 0;
  463. padding: 0;
  464. cursor: pointer;
  465. transition-timing-function: linear;
  466. transition-duration: 0.15s;
  467. transition-property: opacity, filter;
  468. text-transform: none;
  469. color: inherit;
  470. border: 0;
  471. background-color: transparent;
  472. align-self: flex-end;
  473. margin-left: auto;
  474. z-index: 6;
  475. }
  476. .hamburger:focus,
  477. .hamburger:active {
  478. outline-width: 0;
  479. }
  480. .hamburger.is-active {
  481. outline-width: 0;
  482. }
  483. .hamburger-box {
  484. width: 24px;
  485. height: 15px;
  486. display: inline-block;
  487. position: relative;
  488. }
  489. .hamburger-inner {
  490. display: block;
  491. top: 50%;
  492. margin-top: -0.5px;
  493. }
  494. .hamburger-inner,
  495. .hamburger-inner::before,
  496. .hamburger-inner::after {
  497. width: 24px;
  498. height: 2px;
  499. border-radius: 2px;
  500. position: absolute;
  501. transition-property: transform;
  502. transition-duration: 0.15s;
  503. transition-timing-function: ease;
  504. background-color: #535763;
  505. }
  506. .hamburger-inner::before,
  507. .hamburger-inner::after {
  508. content: "";
  509. display: block;
  510. }
  511. .hamburger-inner::before {
  512. top: -7px;
  513. }
  514. .hamburger-inner::after {
  515. bottom: -7px;
  516. width: 19px;
  517. }
  518. .hamburger-inner:before {
  519. top: 5px;
  520. }
  521. .hamburger-inner:after {
  522. top: 10px;
  523. }
  524. .hamburger:hover {
  525. opacity: 0.7;
  526. }
  527. .hamburger:focus,
  528. .hamburger:active {
  529. outline-width: 0;
  530. }
  531. .hamburger.is-active {
  532. outline-width: 0;
  533. }
  534. .hamburger.is-active:hover {
  535. opacity: 0.7;
  536. }
  537. .hamburger.is-active .hamburger-inner,
  538. .hamburger.is-active .hamburger-inner::before,
  539. .hamburger.is-active .hamburger-inner::after {
  540. background-color: #535763;
  541. }
  542. .hamburger-inner,
  543. .hamburger-inner::before,
  544. .hamburger-inner::after {
  545. background-color: #535763;
  546. }
  547. .hamburger.is-active .hamburger-inner {
  548. transform: translate3d(0, 10px, 0) rotate(45deg);
  549. background-color: #e3e3e3;
  550. }
  551. .hamburger.is-active .hamburger-inner:before {
  552. transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  553. opacity: 0;
  554. }
  555. .hamburger.is-active .hamburger-inner:after {
  556. transform: translate3d(0, -10px, 0) rotate(-90deg);
  557. background-color: #e3e3e3;
  558. }
  559. .hamburger-box {
  560. position: relative;
  561. display: inline-block;
  562. width: 20px;
  563. height: 20px;
  564. }
  565. .hamburger-inner {
  566. top: 50%;
  567. display: block;
  568. margin-top: -2px;
  569. }
  570. .nav-tabs {
  571. border-bottom: none;
  572. }
  573. .nav-link {
  574. padding:0;
  575. }
  576. .nav-tabs .nav-link {
  577. border:none;
  578. }
  579. .nav-tabs .nav-link.active,
  580. .nav-tabs .nav-item.show .nav-link {
  581. background-color: #484c5708;
  582. border:none;
  583. }
  584. .nav-tabs .nav-link.active,
  585. .nav-tabs .nav-item.show .nav-link {
  586. background-color: #484c5708;
  587. border:none;
  588. }
  589. .nav-tabs .nav-link:hover,
  590. .nav-tabs .nav-link:focus {
  591. border:none;
  592. }
  593. /* purgecss end ignore */
  594. /*########################################
  595. ################# LAYO ###################
  596. #########################################*/
  597. /***************************************************
  598. .hello {
  599. background-image: url('/img/hello.svg') !important;
  600. background-size:cover !important;
  601. background-position: 50% 50% !important;
  602. }
  603. .who {
  604. background-image: url('/img/who.svg') !important;
  605. background-size:cover !important;
  606. background-position: 50% 50% !important;
  607. }
  608. #dw-footer {
  609. background-image: url('/img/footer.svg');
  610. background-size:100% 100%;
  611. background-size:cover;
  612. background-repeat: no-repeat;
  613. background-position: top left, 50%, 50%;
  614. z-index:11;
  615. }
  616. ***************************************************/
  617. .lead {
  618. font-weight: 400;
  619. line-height: 1.5;
  620. }
  621. .hello,
  622. .page-header,
  623. .portfolio-header {
  624. position: relative;
  625. }
  626. .hello .container,
  627. .page-header .container,
  628. .portfolio-header .container {
  629. position: relative;
  630. }
  631. .hello {
  632. height: 100vh;
  633. min-height: 620px;
  634. }
  635. .capabilities ul {
  636. list-style: none;
  637. padding-left: 1rem;
  638. }
  639. /*########################################
  640. ################# CARD ###################
  641. #########################################*/
  642. .zw-logo svg path {
  643. fill:#535763;
  644. stroke:transparent;
  645. }
  646. [bg=dark-bg] .zw-logo svg path {
  647. fill:#b0b0b0;
  648. stroke:transparent;
  649. }
  650. .zw-logo svg path {
  651. stroke:transparent;
  652. }
  653. .zw-logo svg:hover path {
  654. fill:#d5d5d5;
  655. }
  656. .modal {
  657. text-align: center;
  658. }
  659. .modal:before {
  660. display: inline-block;
  661. vertical-align: middle;
  662. content: " ";
  663. height: 100%;
  664. }
  665. .modal-dialog {
  666. display: inline-block;
  667. text-align: left;
  668. vertical-align: middle;
  669. }
  670. .modal-body {
  671. padding:0 !important;
  672. background:transparent !important;
  673. }
  674. .modal-content {
  675. background:transparent !important;
  676. }
  677. .modal-dialog{
  678. width:auto;
  679. }
  680. .panel {
  681. width: 301px;
  682. height: 401px;
  683. position: relative;
  684. font-size: .8em;
  685. -webkit-perspective: 600;
  686. }
  687. .panel .front {
  688. float: none;
  689. position: absolute;
  690. top: 0;
  691. left: 0;
  692. z-index: 900;
  693. width: inherit;
  694. height: inherit;
  695. text-align: center;
  696. box-shadow: 0 1px 5px rgba(0,0,0,0.9);
  697. -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
  698. -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.9);
  699. -webkit-transform: rotateY(0deg);
  700. -webkit-transform-style: preserve-3d;
  701. -webkit-backface-visibility: hidden;
  702. transition: all .4s ease-in-out;
  703. -moz-transition: all .4s ease-in-out;
  704. -webkit-transition: all .4s ease-in-out;
  705. }
  706. .panel.flip .front {
  707. z-index: 900;
  708. border-color: #eee;
  709. -webkit-transform: rotateY(180deg);
  710. box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  711. -moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  712. -webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  713. }
  714. .panel .back {
  715. float: none;
  716. position: absolute;
  717. top: 0;
  718. left: 0;
  719. z-index: 800;
  720. width: inherit;
  721. height: inherit;
  722. text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  723. -webkit-transform: rotateY(-180deg);
  724. -webkit-transform-style: preserve-3d;
  725. -webkit-backface-visibility: hidden;
  726. transition: all .4s ease-in-out;
  727. -moz-transition: all .4s ease-in-out;
  728. -webkit-transition: all .4s ease-in-out;
  729. }
  730. .panel.flip .back {
  731. z-index: 1000;
  732. -webkit-transform: rotateY(0deg);
  733. box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  734. -moz-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  735. -webkit-box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  736. }
  737. .services,
  738. .approach {
  739. padding-bottom: 10rem;
  740. }
  741. .services .row,
  742. .approach .row {
  743. display: flex;
  744. }
  745. .services .numbering,
  746. .approach .numbering {
  747. color: #9c9ea5;
  748. }
  749. .services .service,
  750. .approach .service {
  751. padding-left: 4rem;
  752. padding-bottom: 1rem;
  753. border-radius: 4px;
  754. position: relative;
  755. transition: all 0.2s ease;
  756. cursor: pointer;
  757. }
  758. .services .service:hover,
  759. .approach .service:hover {
  760. transform: scale(1.1) translateX(1.6rem);
  761. }
  762. .services .service:hover .numbering,
  763. .approach .service:hover .numbering {
  764. background: #eee;
  765. color: #535763;
  766. }
  767. .services .service p,
  768. .approach .service p {
  769. color: #8a8a8a;
  770. }
  771. .services .service .numbering,
  772. .approach .service .numbering {
  773. height: 2rem;
  774. width: 2rem;
  775. line-height: 2rem;
  776. border-radius: 3px;
  777. text-align: center;
  778. position: absolute;
  779. left: 0;
  780. top: 0;
  781. background: #eee;
  782. background: rgba(255, 255, 255, 0.2);
  783. font-size: 70%;
  784. }
  785. .services .service p,
  786. .approach .service p {
  787. margin-top: 0 !important;
  788. margin-bottom: 1rem;
  789. }
  790. .services .service h4,
  791. .approach .service h4 {
  792. margin: 0;
  793. font-weight: 400;
  794. }
  795. .services .service i,
  796. .approach .service i {
  797. display: block;
  798. position: relative;
  799. margin: 20px 0;
  800. width: 22px;
  801. height: 22px;
  802. border-radius: 50%;
  803. border: 2px solid white;
  804. transition: all 0.2s ease;
  805. display: none;
  806. }
  807. .services .service:nth-child(1) i,
  808. .approach .service:nth-child(1) i {
  809. border-color: #50E3C2;
  810. color: #50E3C2;
  811. }
  812. .services .service:nth-child(2) i,
  813. .approach .service:nth-child(2) i {
  814. border-color: #8755FF;
  815. color: #8755FF;
  816. }
  817. .services .service:nth-child(3) i,
  818. .approach .service:nth-child(3) i {
  819. border-color: #01D5FF;
  820. color: #01D5FF;
  821. }
  822. .services .service:nth-child(4) i,
  823. .approach .service:nth-child(4) i {
  824. border-color: #BD10E0;
  825. color: #BD10E0;
  826. }
  827. .numbering {
  828. margin-bottom: 1rem;
  829. margin-right: 1rem;
  830. font-size: 1rem;
  831. }
  832. .numbering {
  833. display: inline-block;
  834. margin-right: .5rem;
  835. font-size: 12px;
  836. vertical-align: super;
  837. }
  838. ul.pricing {
  839. margin-left: 0px;
  840. padding: 0 0 0 25px;
  841. }
  842. .vendor-image {
  843. filter: grayscale(1);
  844. width: 100%;
  845. height:100px;
  846. }
  847. .vendor-image:hover {
  848. filter: grayscale(0);
  849. transition: 0.5s ease-in-out;
  850. }
  851. blockquote {
  852. padding: 0;
  853. position: relative;
  854. }
  855. .br-testimonial figcaption {
  856. padding-left: 70px;
  857. font-size: 13px;
  858. letter-spacing: .025em;
  859. }
  860. .br-testimonial figcaption cite {
  861. display: block;
  862. font-style: normal;
  863. }
  864. .br-testimonial blockquote {
  865. margin: 0 0 10px 0;
  866. }
  867. .br-testimonial figcaption {
  868. padding: 0;
  869. font-size: 1rem;
  870. }
  871. .has-highlight {
  872. position: relative;
  873. }
  874. .has-highlight:after {
  875. content: '';
  876. position: absolute;
  877. bottom: 0px;
  878. height: 20px;
  879. width: 102%;
  880. background: #d6f0ff;
  881. left: -3px;
  882. z-index: -1;
  883. }
  884. .testimonials-section {
  885. color: #9c9ea5;
  886. }
  887. .testimonials-section h1,
  888. .testimonials-section h2,
  889. .testimonials-section h4,
  890. .testimonials-section h5,
  891. .testimonials-section h6,
  892. .testimonials-section a {
  893. color: #e3e3e3 !important;
  894. }
  895. .testimonials-section blockquote {
  896. color: #e3e3e3;
  897. font-size: 1.3em;
  898. }
  899. .testimonials-section .br-testimonial {
  900. opacity: 0;
  901. visibility: hidden;
  902. position: relative;
  903. transition: opacity 0.4s ease;
  904. position: fixed;
  905. left: -5000px;
  906. }
  907. .testimonials-section .br-testimonial.showing {
  908. opacity: 1;
  909. visibility: visible;
  910. top: 0;
  911. position: relative;
  912. left: 0;
  913. }
  914. .testimonials-section .indicators {
  915. text-align: right;
  916. }
  917. .testimonials-section .indicators span {
  918. height: 12px;
  919. width: 12px;
  920. border-radius: 50%;
  921. background: rgba(255, 255, 255, 0.2);
  922. margin: 5px;
  923. display: inline-block;
  924. cursor: pointer;
  925. }
  926. .testimonials-section .indicators span:hover,
  927. .testimonials-section .indicators span.current {
  928. background: rgba(255, 255, 255, 0.7);
  929. }
  930. @media (max-width: 768px) {
  931. .testimonials-section .next-testimonial {
  932. display: none;
  933. }
  934. .testimonials-section .indicators {
  935. text-align: center;
  936. }
  937. }
  938. /*########################################
  939. ############## Calendar ##################
  940. #########################################*/
  941. #calendar a {
  942. color: #535763;
  943. }
  944. .fc-button-primary {}
  945. .fc-button-primary:disabled {
  946. color: #777;
  947. background-color: #e3e3e3;
  948. border-color: #777;
  949. }
  950. .fc-button-primary:not(:disabled):active,
  951. .fc-button-primary:not(:disabled).fc-button-active {
  952. color: #e3e3e3;
  953. background-color: #737373;
  954. border-color: #151e27;
  955. }
  956. .fc-toolbar h2 {
  957. font-size: 1.0em;
  958. margin: 0;
  959. text-align: right;
  960. }
  961. .fc-event {
  962. position: relative;
  963. display: block;
  964. font-size: 0.85em;
  965. line-height: 1.4;
  966. border-radius: 3px;
  967. }
  968. .fc-event-dot {
  969. display: none;
  970. }
  971. .fc-h-event .fc-event-main {
  972. color: #535763;
  973. }
  974. .fc-v-event .fc-event-main {
  975. color: #535763;
  976. }
  977. .fc .fc-list-event-dot {
  978. border-color: #535763;
  979. }
  980. .fc-daygrid-event-dot {
  981. display: none;
  982. }
  983. .fc-daygrid-dot-event .fc-event-title {
  984. font-weight: lighter;
  985. }
  986. .fc-theme-standard td,
  987. .fc-theme-standard th {
  988. border: 1px solid #bababa;
  989. }
  990. .fc-theme-standard .fc-scrollgrid {
  991. border: 1px solid #c6c6c6;
  992. }
  993. .fc-col-header-cell {
  994. background-color: rgba(0, 0, 0, 0.1);
  995. }
  996. .fc-button-primary {
  997. color: rgba(83, 87, 99, 1);
  998. background-color: #e3e3e3;
  999. border-color: #535763;
  1000. }
  1001. .fc-button-primary:disabled {
  1002. color: #535763;
  1003. background-color: #e3e3e3;
  1004. border-color: #535763;
  1005. }
  1006. .fc .fc-button-primary:not(:disabled) {
  1007. color: #535763;
  1008. background-color: rgba(0, 0, 0, 0.1);
  1009. border-color: rgba(0, 0, 0, 0.1);
  1010. }
  1011. .fc .fc-button-primary:not(:disabled):active,
  1012. .fc .fc-button-primary:not(:disabled).fc-button-active {
  1013. color: #e3e3e3;
  1014. background-color: rgba(83, 87, 99, .5);
  1015. border-color: rgba(83, 87, 99, .5);
  1016. }
  1017. .fc .fc-toolbar h2 {
  1018. font-size: 1em;
  1019. font-weight: 700;
  1020. font-family: Inter;
  1021. margin: 0;
  1022. text-align: right;
  1023. }
  1024. .fc-event {
  1025. position: relative;
  1026. display: block;
  1027. font-size: 0.85em;
  1028. font-weight: lighter;
  1029. line-height: 1.4;
  1030. color: #535763a5 !important;
  1031. border-radius: 3px;
  1032. border: 1px solid rgba(83, 87, 99, .25);
  1033. }
  1034. .fc-event,
  1035. .fc-event-dot {
  1036. background-color: rgba(0, 0, 0, 0.1);
  1037. color: #535763;
  1038. }
  1039. #calendar .fc-day-today {
  1040. background-color: #53576310;
  1041. }
  1042. .fc-unthemed td.fc-today {
  1043. background: #77777732;
  1044. }
  1045. /*########################################
  1046. ################# FOOT ###################
  1047. #########################################*/
  1048. .dw-footer h1 {
  1049. font-weight: 800;
  1050. margin: 0;
  1051. }
  1052. .dw-footer h4,
  1053. .dw-footer h5 {
  1054. font-weight: 900;
  1055. line-height: 1.2;
  1056. font-family: 'Playfair Display', serif;
  1057. }
  1058. .dw-footer .lead {
  1059. margin-top: 0 !important;
  1060. margin-bottom: 4rem;
  1061. }
  1062. #dw-footer {
  1063. background-color: #484c57;
  1064. color: #dadada;
  1065. }
  1066. #dw-footer a:hover {
  1067. color: #111;
  1068. fill: #111;
  1069. }
  1070. #dw-footer .br-widget img {
  1071. width: 150px;
  1072. }
  1073. #dw-footer {
  1074. margin: 0;
  1075. padding: 4rem 0 4rem;
  1076. }
  1077. #dw-footer .br-widget {
  1078. margin: 4rem 0 0;
  1079. padding: 0 0 0;
  1080. }
  1081. #dw-footer .br-widget:first-child {
  1082. margin-top: 0;
  1083. }
  1084. #dw-footer .br-widget ul.footer-links {
  1085. list-style-type: none;
  1086. margin: 0;
  1087. padding: 0;
  1088. }
  1089. #dw-footer .br-widget ul.footer-links li {
  1090. list-style-type: none;
  1091. margin: 0 0 .35rem;
  1092. padding: 0 0 .35rem;
  1093. }
  1094. #dw-footer .br-widget ul.footer-social li {
  1095. font-size: 28px;
  1096. }
  1097. #dw-footer .br-widget ul.footer-links li:last-child {
  1098. margin-bottom: 0;
  1099. }
  1100. #dw-footer a {
  1101. position: relative;
  1102. }
  1103. #dw-footer a {
  1104. color: #dadada;
  1105. fill: #dadada;
  1106. }
  1107. #dw-footer a:hover {
  1108. color: #25c2a0;
  1109. fill: #25c2a0;
  1110. }
  1111. #dw-footer {
  1112. margin: 0;
  1113. padding: 4rem 0 4rem;
  1114. }
  1115. #dw-footer .br-widget {
  1116. margin: 4rem 0 0;
  1117. padding: 0 0 0;
  1118. }
  1119. #dw-footer .br-widget:first-child {
  1120. margin-top: 0;
  1121. }
  1122. #dw-footer .br-widget ul.footer-links {
  1123. list-style-type: none;
  1124. margin: 0;
  1125. padding: 0;
  1126. }
  1127. #dw-footer .br-widget ul.footer-links li {
  1128. list-style-type: none;
  1129. margin: 0 0 .35rem;
  1130. padding: 0 0 .35rem;
  1131. }
  1132. #dw-footer .br-widget ul.footer-links li:last-child {
  1133. margin-bottom: 0;
  1134. }
  1135. #dw-footer a:hover:before {
  1136. left: 0;
  1137. right: initial;
  1138. width: 100%;
  1139. }
  1140. #dw-footer .br-widget a:before {
  1141. content: '';
  1142. position: absolute;
  1143. bottom: 0;
  1144. right: 0;
  1145. height: 1px;
  1146. width: 0;
  1147. background: currentColor;
  1148. -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1149. transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  1150. }
  1151. #dw-footer .br-widget a:hover:before {
  1152. left: 0;
  1153. right: initial;
  1154. width: 100%;
  1155. }
  1156. #dw-footer .footer-end {
  1157. margin: 4rem 0 0;
  1158. padding: 0;
  1159. font-size: 13px;
  1160. letter-spacing: .05em;
  1161. opacity: .75;
  1162. }
  1163. #dw-footer .footer-end .footer-social {
  1164. font-size: 19px;
  1165. }
  1166. #dw-footer .footer-end .footer-social .list-inline-item:not(:last-child) {
  1167. margin-right: 0.1rem
  1168. }
  1169. #dw-footer .footer-social a.twitter:hover {
  1170. color: #1DA1F2;
  1171. fill: #1DA1F2;
  1172. }
  1173. #dw-footer .footer-social a.github:hover {
  1174. color: #000;
  1175. fill: #000;
  1176. }
  1177. #dw-footer .footer-social a.linkedin:hover {
  1178. color: #0077b5;
  1179. fill: #0077b5;
  1180. }
  1181. #dw-footer .footer-social a.spotify:hover {
  1182. color: #1DB954;
  1183. fill: #1DB954;
  1184. }
  1185. #dw-footer .footer-social a.reddit:hover {
  1186. color: #FF4500;
  1187. fill: #FF4500;
  1188. }
  1189. #dw-footer .footer-social a.facebook:hover {
  1190. color: #4267B2;
  1191. fill: #4267B2;
  1192. }
  1193. #dw-footer .footer-social a.stackoverflow:hover {
  1194. color: #F47F24;
  1195. fill: #F47F24;
  1196. }
  1197. @media (min-width: 768px) {
  1198. #dw-footer {
  1199. padding: 5rem 0 5rem;
  1200. }
  1201. }
  1202. @media (min-width: 992px) {
  1203. #dw-footer {
  1204. padding: 6rem 0 6rem;
  1205. }
  1206. }
  1207. /*########################################
  1208. ################# QUER ###################
  1209. #########################################*/
  1210. @media (max-width: 639px) {
  1211. h1 {
  1212. font-size: 27px;
  1213. }
  1214. .container {
  1215. }
  1216. .main {
  1217. }
  1218. }
  1219. @media (max-width: 767px) {}
  1220. @media (max-width: 1023px) {}
  1221. @media (max-width: 1279px) {}
  1222. /*########################################
  1223. ################# FONT ###################
  1224. #########################################*/
  1225. @font-face {
  1226. font-family: 'Inter';
  1227. font-style: normal;
  1228. font-weight: 400;
  1229. src: url("/fonts/Inter-Regular.woff2") format("woff2"),
  1230. url("/fonts/Inter-Regular.woff") format("woff");
  1231. font-display: swap;
  1232. }
  1233. @font-face {
  1234. font-family: 'Inter';
  1235. font-style: italic;
  1236. font-weight: 400;
  1237. src: url("/fonts/Inter-Italic.woff2") format("woff2"),
  1238. url("/fonts/Inter-Italic.woff") format("woff");
  1239. font-display: swap;
  1240. }
  1241. @font-face {
  1242. font-family: 'Inter';
  1243. font-style: normal;
  1244. font-weight: 500;
  1245. src: url("/fonts/Inter-Medium.woff2") format("woff2"),
  1246. url("/fonts/Inter-Medium.woff") format("woff");
  1247. font-display: swap;
  1248. }
  1249. @font-face {
  1250. font-family: 'Inter';
  1251. font-style: italic;
  1252. font-weight: 500;
  1253. src: url("/fonts/Inter-MediumItalic.woff2") format("woff2"),
  1254. url("/fonts/Inter-MediumItalic.woff") format("woff");
  1255. font-display: swap;
  1256. }
  1257. @font-face {
  1258. font-family: 'Inter';
  1259. font-style: normal;
  1260. font-weight: 600;
  1261. src: url("/fonts/Inter-SemiBold.woff2") format("woff2"),
  1262. url("/fonts/Inter-SemiBold.woff") format("woff");
  1263. font-display: swap;
  1264. }
  1265. @font-face {
  1266. font-family: 'Inter';
  1267. font-style: italic;
  1268. font-weight: 600;
  1269. src: url("/fonts/Inter-SemiBoldItalic.woff2") format("woff2"),
  1270. url("/fonts/Inter-SemiBoldItalic.woff") format("woff");
  1271. font-display: swap;
  1272. }
  1273. @font-face {
  1274. font-family: 'Inter';
  1275. font-style: normal;
  1276. font-weight: 700;
  1277. src: url("/fonts/Inter-Bold.woff2") format("woff2"),
  1278. url("/fonts/Inter-Bold.woff") format("woff");
  1279. font-display: swap;
  1280. }
  1281. @font-face {
  1282. font-family: 'Inter';
  1283. font-style: italic;
  1284. font-weight: 700;
  1285. src: url("/fonts/Inter-BoldItalic.woff2") format("woff2"),
  1286. url("/fonts/Inter-BoldItalic.woff") format("woff");
  1287. font-display: swap;
  1288. }
  1289. @font-face {
  1290. font-family: 'Inter';
  1291. font-style: normal;
  1292. font-weight: 800;
  1293. src: url("/fonts/Inter-ExtraBold.woff2") format("woff2"),
  1294. url("/fonts/Inter-ExtraBold.woff") format("woff");
  1295. font-display: swap;
  1296. }
  1297. @font-face {
  1298. font-family: 'Inter';
  1299. font-style: italic;
  1300. font-weight: 800;
  1301. src: url("/fonts/Inter-ExtraBoldItalic.woff2") format("woff2"),
  1302. url("/fonts/Inter-ExtraBoldItalic.woff") format("woff");
  1303. font-display: swap;
  1304. }
  1305. @font-face {
  1306. font-family: 'Inter';
  1307. font-style: normal;
  1308. font-weight: 900;
  1309. src: url("/fonts/Inter-Black.woff2") format("woff2"),
  1310. url("/fonts/Inter-Black.woff") format("woff");
  1311. font-display: swap;
  1312. }
  1313. @font-face {
  1314. font-family: 'Inter';
  1315. font-style: italic;
  1316. font-weight: 900;
  1317. src: url("/fonts/Inter-BlackItalic.woff2") format("woff2"),
  1318. url("/fonts/Inter-BlackItalic.woff") format("woff");
  1319. font-display: swap;
  1320. }
  1321. @font-face {
  1322. font-family: 'Montserrat';
  1323. font-style: italic;
  1324. font-weight: 400;
  1325. src: url('/fonts/montserrat-v14-latin-italic.eot');
  1326. /* IE9 Compat Modes */
  1327. src: local('Montserrat Italic'), local('Montserrat-Italic'),
  1328. url('/fonts/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'),
  1329. /* IE6-IE8 */
  1330. url('/fonts/montserrat-v14-latin-italic.woff2') format('woff2'),
  1331. /* Super Modern Browsers */
  1332. url('/fonts/montserrat-v14-latin-italic.woff') format('woff'),
  1333. /* Modern Browsers */
  1334. url('/fonts/montserrat-v14-latin-italic.ttf') format('truetype'),
  1335. /* Safari, Android, iOS */
  1336. url('/fonts/montserrat-v14-latin-italic.svg#Montserrat') format('svg');
  1337. /* Legacy iOS */
  1338. font-display: swap;
  1339. }
  1340. @font-face {
  1341. font-family: 'Montserrat';
  1342. font-style: normal;
  1343. font-weight: 400;
  1344. src: url('/fonts/montserrat-v14-latin-regular.eot');
  1345. /* IE9 Compat Modes */
  1346. src: local('Montserrat Regular'), local('Montserrat-Regular'),
  1347. url('/fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
  1348. /* IE6-IE8 */
  1349. url('/fonts/montserrat-v14-latin-regular.woff2') format('woff2'),
  1350. /* Super Modern Browsers */
  1351. url('/fonts/montserrat-v14-latin-regular.woff') format('woff'),
  1352. /* Modern Browsers */
  1353. url('/fonts/montserrat-v14-latin-regular.ttf') format('truetype'),
  1354. /* Safari, Android, iOS */
  1355. url('/fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg');
  1356. /* Legacy iOS */
  1357. font-display: swap;
  1358. }
  1359. @font-face {
  1360. font-family: 'Montserrat';
  1361. font-style: normal;
  1362. font-weight: 500;
  1363. src: url('/fonts/montserrat-v14-latin-500.eot');
  1364. /* IE9 Compat Modes */
  1365. src: local('Montserrat Medium'), local('Montserrat-Medium'),
  1366. url('/fonts/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'),
  1367. /* IE6-IE8 */
  1368. url('/fonts/montserrat-v14-latin-500.woff2') format('woff2'),
  1369. /* Super Modern Browsers */
  1370. url('/fonts/montserrat-v14-latin-500.woff') format('woff'),
  1371. /* Modern Browsers */
  1372. url('/fonts/montserrat-v14-latin-500.ttf') format('truetype'),
  1373. /* Safari, Android, iOS */
  1374. url('/fonts/montserrat-v14-latin-500.svg#Montserrat') format('svg');
  1375. /* Legacy iOS */
  1376. font-display: swap;
  1377. }
  1378. @font-face {
  1379. font-family: 'Montserrat';
  1380. font-style: italic;
  1381. font-weight: 500;
  1382. src: url('/fonts/montserrat-v14-latin-500italic.eot');
  1383. /* IE9 Compat Modes */
  1384. src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
  1385. url('/fonts/montserrat-v14-latin-500italic.eot?#iefix') format('embedded-opentype'),
  1386. /* IE6-IE8 */
  1387. url('/fonts/montserrat-v14-latin-500italic.woff2') format('woff2'),
  1388. /* Super Modern Browsers */
  1389. url('/fonts/montserrat-v14-latin-500italic.woff') format('woff'),
  1390. /* Modern Browsers */
  1391. url('/fonts/montserrat-v14-latin-500italic.ttf') format('truetype'),
  1392. /* Safari, Android, iOS */
  1393. url('/fonts/montserrat-v14-latin-500italic.svg#Montserrat') format('svg');
  1394. /* Legacy iOS */
  1395. font-display: swap;
  1396. }
  1397. @font-face {
  1398. font-family: 'Montserrat';
  1399. font-style: normal;
  1400. font-weight: 900;
  1401. src: url('/fonts/montserrat-v14-latin-900.eot');
  1402. /* IE9 Compat Modes */
  1403. src: local('Montserrat Black'), local('Montserrat-Black'),
  1404. url('/fonts/montserrat-v14-latin-900.eot?#iefix') format('embedded-opentype'),
  1405. /* IE6-IE8 */
  1406. url('/fonts/montserrat-v14-latin-900.woff2') format('woff2'),
  1407. /* Super Modern Browsers */
  1408. url('/fonts/montserrat-v14-latin-900.woff') format('woff'),
  1409. /* Modern Browsers */
  1410. url('/fonts/montserrat-v14-latin-900.ttf') format('truetype'),
  1411. /* Safari, Android, iOS */
  1412. url('/fonts/montserrat-v14-latin-900.svg#Montserrat') format('svg');
  1413. /* Legacy iOS */
  1414. font-display: swap;
  1415. }
  1416. @font-face {
  1417. font-family: 'Playfair Display';
  1418. font-style: normal;
  1419. font-weight: 400;
  1420. src: url('/fonts/playfair-display-v20-latin-regular.eot');
  1421. /* IE9 Compat Modes */
  1422. src: local(''),
  1423. url('/fonts/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
  1424. /* IE6-IE8 */
  1425. url('/fonts/playfair-display-v20-latin-regular.woff2') format('woff2'),
  1426. /* Super Modern Browsers */
  1427. url('/fonts/playfair-display-v20-latin-regular.woff') format('woff'),
  1428. /* Modern Browsers */
  1429. url('/fonts/playfair-display-v20-latin-regular.ttf') format('truetype'),
  1430. /* Safari, Android, iOS */
  1431. url('/fonts/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg');
  1432. /* Legacy iOS */
  1433. font-display: swap;
  1434. }
  1435. @font-face {
  1436. font-family: 'Playfair Display';
  1437. font-style: normal;
  1438. font-weight: 700;
  1439. src: url('/fonts/playfair-display-v20-latin-700.eot');
  1440. /* IE9 Compat Modes */
  1441. src: local(''),
  1442. url('/fonts/playfair-display-v20-latin-700.eot?#iefix') format('embedded-opentype'),
  1443. /* IE6-IE8 */
  1444. url('/fonts/playfair-display-v20-latin-700.woff2') format('woff2'),
  1445. /* Super Modern Browsers */
  1446. url('/fonts/playfair-display-v20-latin-700.woff') format('woff'),
  1447. /* Modern Browsers */
  1448. url('/fonts/playfair-display-v20-latin-700.ttf') format('truetype'),
  1449. /* Safari, Android, iOS */
  1450. url('/fonts/playfair-display-v20-latin-700.svg#PlayfairDisplay') format('svg');
  1451. /* Legacy iOS */
  1452. font-display: swap;
  1453. }
  1454. @font-face {
  1455. font-family: 'Playfair Display';
  1456. font-style: normal;
  1457. font-weight: 900;
  1458. src: url('/fonts/playfair-display-v20-latin-900.eot');
  1459. /* IE9 Compat Modes */
  1460. src: local(''),
  1461. url('/fonts/playfair-display-v20-latin-900.eot?#iefix') format('embedded-opentype'),
  1462. /* IE6-IE8 */
  1463. url('/fonts/playfair-display-v20-latin-900.woff2') format('woff2'),
  1464. /* Super Modern Browsers */
  1465. url('/fonts/playfair-display-v20-latin-900.woff') format('woff'),
  1466. /* Modern Browsers */
  1467. url('/fonts/playfair-display-v20-latin-900.ttf') format('truetype'),
  1468. /* Safari, Android, iOS */
  1469. url('/fonts/playfair-display-v20-latin-900.svg#PlayfairDisplay') format('svg');
  1470. /* Legacy iOS */
  1471. font-display: swap;
  1472. }
  1473. @font-face {
  1474. font-family: 'Playfair Display';
  1475. font-style: italic;
  1476. font-weight: 400;
  1477. src: url('/fonts/playfair-display-v20-latin-italic.eot');
  1478. /* IE9 Compat Modes */
  1479. src: local(''),
  1480. url('/fonts/playfair-display-v20-latin-italic.eot?#iefix') format('embedded-opentype'),
  1481. /* IE6-IE8 */
  1482. url('/fonts/playfair-display-v20-latin-italic.woff2') format('woff2'),
  1483. /* Super Modern Browsers */
  1484. url('/fonts/playfair-display-v20-latin-italic.woff') format('woff'),
  1485. /* Modern Browsers */
  1486. url('/fonts/playfair-display-v20-latin-italic.ttf') format('truetype'),
  1487. /* Safari, Android, iOS */
  1488. url('/fonts/playfair-display-v20-latin-italic.svg#PlayfairDisplay') format('svg');
  1489. /* Legacy iOS */
  1490. font-display: swap;
  1491. }
  1492. @font-face {
  1493. font-family: 'Playfair Display';
  1494. font-style: italic;
  1495. font-weight: 700;
  1496. src: url('/fonts/playfair-display-v20-latin-700italic.eot');
  1497. /* IE9 Compat Modes */
  1498. src: local(''),
  1499. url('/fonts/playfair-display-v20-latin-700italic.eot?#iefix') format('embedded-opentype'),
  1500. /* IE6-IE8 */
  1501. url('/fonts/playfair-display-v20-latin-700italic.woff2') format('woff2'),
  1502. /* Super Modern Browsers */
  1503. url('/fonts/playfair-display-v20-latin-700italic.woff') format('woff'),
  1504. /* Modern Browsers */
  1505. url('/fonts/playfair-display-v20-latin-700italic.ttf') format('truetype'),
  1506. /* Safari, Android, iOS */
  1507. url('/fonts/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg');
  1508. /* Legacy iOS */
  1509. font-display: swap;
  1510. }
  1511. @font-face {
  1512. font-family: 'Gaegu';
  1513. font-style: normal;
  1514. font-weight: 300;
  1515. src: url('/fonts/gaegu-v15-latin-300.eot'); /* IE9 Compat Modes */
  1516. src: local(''),
  1517. url('/fonts/gaegu-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  1518. url('/fonts/gaegu-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  1519. url('/fonts/gaegu-v15-latin-300.woff') format('woff'), /* Modern Browsers */
  1520. url('/fonts/gaegu-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  1521. url('/fonts/gaegu-v15-latin-300.svg#Gaegu') format('svg'); /* Legacy iOS */
  1522. }