style.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788
  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. */
  17. /*########################################
  18. ################# BODY ###################
  19. #########################################*/
  20. body {
  21. position: relative;
  22. margin: 0;
  23. padding: 0;
  24. min-height: 100%;
  25. -webkit-font-smoothing: antialiased;
  26. font-kerning: auto;
  27. color: #000;
  28. background: :#363e48;
  29. transition: background-color 0.4s ease;
  30. font-family: sans-serif;
  31. }
  32. body {
  33. position: relative;
  34. margin: 0;
  35. padding: 0;
  36. min-height: 100%;
  37. -webkit-font-smoothing: antialiased;
  38. font-kerning: auto;
  39. background: #fff;
  40. transition: background-color 0.4s ease;
  41. }
  42. /* viewports page-view used for waypoints */
  43. .viewport {
  44. position: fixed;
  45. height: 100%;
  46. width: 100%;
  47. top: 0;
  48. left: 0;
  49. right: 0;
  50. bottom: 0;
  51. overflow: hidden;
  52. }
  53. .viewport-above {
  54. opacity: 0;
  55. }
  56. .viewport-inside {
  57. opacity: 1;
  58. }
  59. .viewport-below {
  60. opacity: 0;
  61. }
  62. .viewport-below > * {
  63. transform: translateY(100px);
  64. }
  65. .page-view {
  66. padding: 7rem 0;
  67. transition: opacity 0.4s ease;
  68. opacity: 0;
  69. position: relative;
  70. background: transparent !important;
  71. scroll-snap-align: start;
  72. min-height: 100vh;
  73. }
  74. .page-view > * {
  75. transition: all 0.4s ease;
  76. }
  77. .page-view:after {
  78. content: '';
  79. }
  80. .no-js .page-view {
  81. opacity: 1;
  82. }
  83. .background-color {
  84. position: relative;
  85. }
  86. .background-color.white {
  87. background-color: #fff;
  88. }
  89. .background-color.black {
  90. background-color: #121212;
  91. z-index: 0;
  92. }
  93. .page-view {
  94. padding: 7rem 0;
  95. transition: opacity 0.4s ease;
  96. opacity: 0;
  97. position: relative;
  98. background: transparent !important;
  99. scroll-snap-align: start;
  100. min-height: 100vh;
  101. }
  102. .page-view > * {
  103. transition: all 0.4s ease;
  104. }
  105. .page-view:after {
  106. content: '';
  107. }
  108. .no-js .page-view {
  109. opacity: 1;
  110. }
  111. h1 a:hover,
  112. h2 a:hover,
  113. h3 a:hover,
  114. h4 a:hover,
  115. h5 a:hover {
  116. color: #3496fe;
  117. }
  118. /*########################################
  119. ################# TYPE ###################
  120. #########################################*/
  121. h1 {
  122. font-family: 'Playfair Display', serif;
  123. font-weight: 900;
  124. font-size: 37px;
  125. letter-spacing: .01em;
  126. }
  127. .header h1 {
  128. color: #fff;
  129. }
  130. h2 {
  131. font-family: 'Playfair Display', serif;
  132. font-weight: 700;
  133. font-size: 27px;
  134. }
  135. h3 {
  136. font-family: 'Playfair Display', serif;
  137. font-weight: 500;
  138. font-size: 23px;
  139. }
  140. p {
  141. font-family: 'Montserrat', sans-serif;
  142. font-size: 17px;
  143. line-height: 1.2;
  144. }
  145. a {
  146. color: #376399;
  147. }
  148. .right {
  149. text-align:right;
  150. }
  151. /*########################################
  152. ################# HEAD ###################
  153. #########################################*/
  154. #header {
  155. position: fixed;
  156. z-index: 98;
  157. margin: 0;
  158. padding: 0;
  159. left: 0;
  160. top: 0;
  161. right: 0;
  162. pointer-events: none;
  163. }
  164. #header .header-ui {
  165. margin: 0;
  166. padding: 0;
  167. display: -ms-flexbox;
  168. display: flex;
  169. -ms-flex-wrap: wrap;
  170. flex-wrap: wrap;
  171. -ms-align-items: center;
  172. align-items: center;
  173. justify-content: space-between;
  174. }
  175. #header .header-ui .brand--nav {
  176. margin: 0 auto 0 0;
  177. padding: 1rem;
  178. flex: 0 0 100%;
  179. width: 100%;
  180. max-width: 100%;
  181. display: -ms-flexbox;
  182. display: flex;
  183. -ms-flex-wrap: wrap;
  184. flex-wrap: wrap;
  185. -ms-align-items: center;
  186. align-items: center;
  187. justify-content: space-between;
  188. pointer-events: auto;
  189. will-change: width, padding, flex;
  190. }
  191. @media (min-width: 576px) {
  192. #header .header-ui .brand--nav {
  193. flex: 0 0 50%;
  194. width: 50%;
  195. max-width: 50%;
  196. }
  197. #header .header-ui .brand--nav .brand {
  198. margin-right: 20px;
  199. }
  200. }
  201. @media (min-width: 768px) {
  202. #header {
  203. -webkit-transition: opacity .35s ease-in-out 0s;
  204. transition: opacity .35s ease-in-out 0s;
  205. }
  206. #header .header-ui .brand--nav,
  207. #header .header-ui .header--complementary {
  208. padding: 2rem;
  209. -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;
  210. 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;
  211. }
  212. #header.shrink .header-ui .brand--nav,
  213. #header.shrink .header-ui .header--complementary {
  214. padding: 1rem;
  215. flex: 0 0 auto;
  216. }
  217. #header.on_menu .brand--nav {
  218. padding-right: 0;
  219. }
  220. #header.on_menu .brand--nav .hamburger {
  221. -webkit-transform: translateX(27px);
  222. transform: translateX(27px);
  223. }
  224. }
  225. @media (min-width: 992px) {
  226. #header .header-ui .brand--nav,
  227. #header.shrink .header-ui .brand--nav,
  228. #header.shrink .header-ui .header--complementary {
  229. padding: 1rem;
  230. flex: 0 0 auto;
  231. }
  232. #header.on_menu .brand--nav {
  233. padding-right: 0;
  234. }
  235. #header.on_menu .brand--nav .hamburger {
  236. -webkit-transform: translateX(27px);
  237. transform: translateX(27px);
  238. }
  239. }
  240. .dw-header {
  241. position: fixed;
  242. }
  243. .dw-header,
  244. .works-header {
  245. background: #121212;
  246. }
  247. .dw-header h2,
  248. .works-header h2 {
  249. letter-spacing: 0.01rem;
  250. font-weight: normal;
  251. text-align: left;
  252. margin: 0;
  253. }
  254. @media (min-width: 992px) {
  255. .dw-header h2,
  256. .works-header h2 {
  257. font-size: 2.4rem;
  258. }
  259. }
  260. .dw-header {
  261. min-height: 400px;
  262. }
  263. .dw-header h2 {
  264. max-width: 900px;
  265. }
  266. .dw-header .main {
  267. position: relative;
  268. z-index: 2;
  269. }
  270. #header {
  271. position: absolute;
  272. }
  273. #header .header-ui .brand--nav,
  274. #header .header-ui .header--complementary {
  275. padding: 1rem;
  276. background: transparent !important;
  277. }
  278. #header .header-ui .button.button-to-quote,
  279. #header .header-ui a {
  280. margin-left: 40px;
  281. }
  282. #header .header-ui a,
  283. #header .header-ui .button {
  284. position: relative;
  285. color: hsla(0, 0%, 100%, 0.5);
  286. border-color: hsla(0, 0%, 100%, 0.5);
  287. font-family: 'Inter', sans-serif;
  288. }
  289. #header .header-ui .brand img {
  290. width: 200px;
  291. }
  292. .header-small {
  293. width: 100%;
  294. position: fixed;
  295. display: flex;
  296. padding: 0.5rem 1rem 1rem 1rem;
  297. z-index: 999;
  298. opacity: 0;
  299. top: -200px;
  300. left: 0;
  301. transition: opacity 0.4s ease, background-color 0.4s ease;
  302. }
  303. .header-small .header-small-menu {
  304. background-color: #2b3444;
  305. position: absolute;
  306. box-shadow: 0 27px 53px 0 rgba(1, 93, 140, 0.24);
  307. z-index: 1;
  308. opacity: 0;
  309. visibility: hidden;
  310. padding: 20px 20px 40px 20px;
  311. top: 0;
  312. right: 0;
  313. }
  314. .header-small .header-small-menu h6 {
  315. font-weight: bold;
  316. color: #fff;
  317. margin: 40px 0 0 0;
  318. }
  319. .header-small .header-small-menu a,
  320. .header-small .header-small-menu h6 {
  321. padding: 6px 29px 8px 12px;
  322. }
  323. .header-small .header-small-menu a {
  324. font-size: 26px;
  325. line-height: 44px;
  326. letter-spacing: -0.43px;
  327. display: block;
  328. color: #fff;
  329. }
  330. .header-small .header-small-menu a:hover {
  331. opacity: 0.5;
  332. }
  333. .header-small .header-small-menu a.email {
  334. font-size: 1rem;
  335. line-height: 1.2;
  336. }
  337. .header-small.menu-open .header-small-menu {
  338. display: block;
  339. opacity: 1;
  340. visibility: visible;
  341. }
  342. .header-small.showing {
  343. opacity: 1;
  344. top: 0;
  345. }
  346. .header-small a {
  347. color: currentColor;
  348. }
  349. .header-small img {
  350. margin-left: 0px;
  351. width: 22px;
  352. transition: background-color 0.4s ease;
  353. }
  354. .header-small .light {
  355. display: none;
  356. border: 1px solid #fff;
  357. }
  358. .header-small .dark {
  359. display: inline-block;
  360. border: 1px solid #000;
  361. }
  362. [bg=dark-bg] .header-small .light {
  363. display: inline-block;
  364. }
  365. [bg=dark-bg] .header-small .dark {
  366. display: none;
  367. }
  368. [bg=dark-bg] .hamburger-inner,
  369. [bg=dark-bg] .hamburger-inner:before,
  370. [bg=dark-bg] .hamburger-inner:after {
  371. background-color: #fff !important;
  372. }
  373. /*########################################
  374. ################# NAVI ###################
  375. #########################################*/
  376. .hamburger {
  377. font: inherit;
  378. display: inline-block;
  379. overflow: visible;
  380. margin: 0;
  381. padding: 0;
  382. cursor: pointer;
  383. transition-timing-function: linear;
  384. transition-duration: 0.15s;
  385. transition-property: opacity, filter;
  386. text-transform: none;
  387. color: inherit;
  388. border: 0;
  389. background-color: transparent;
  390. align-self: flex-end;
  391. margin-left: auto;
  392. z-index: 6;
  393. }
  394. .hamburger:focus, .hamburger:active {
  395. outline-width: 0;
  396. }
  397. .hamburger.is-active {
  398. outline-width: 0;
  399. }
  400. .hamburger-box {
  401. width: 24px;
  402. height: 15px;
  403. display: inline-block;
  404. position: relative;
  405. }
  406. .hamburger-inner {
  407. display: block;
  408. top: 50%;
  409. margin-top: -0.5px;
  410. }
  411. .hamburger-inner,
  412. .hamburger-inner::before,
  413. .hamburger-inner::after {
  414. width: 24px;
  415. height: 2px;
  416. border-radius: 2px;
  417. position: absolute;
  418. transition-property: transform;
  419. transition-duration: 0.15s;
  420. transition-timing-function: ease;
  421. background-color: #000;
  422. }
  423. .hamburger-inner::before, .hamburger-inner::after {
  424. content: "";
  425. display: block;
  426. }
  427. .hamburger-inner::before {
  428. top: -7px;
  429. }
  430. .hamburger-inner::after {
  431. bottom: -7px;
  432. }
  433. .hamburger-inner:before {
  434. top: 5px;
  435. }
  436. .hamburger-inner:after {
  437. top: 10px;
  438. }
  439. .hamburger:hover {
  440. opacity: 0.7;
  441. }
  442. .hamburger:focus, .hamburger:active {
  443. outline-width: 0;
  444. }
  445. .hamburger.is-active {
  446. outline-width: 0;
  447. }
  448. .hamburger.is-active:hover {
  449. opacity: 0.7;
  450. }
  451. .hamburger.is-active .hamburger-inner,
  452. .hamburger.is-active .hamburger-inner::before,
  453. .hamburger.is-active .hamburger-inner::after {
  454. background-color: #afafaf;
  455. }
  456. .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  457. background-color: #afafaf;
  458. }
  459. .hamburger.is-active .hamburger-inner {
  460. transform: translate3d(0, 10px, 0) rotate(45deg);
  461. background-color: #fff;
  462. }
  463. .hamburger.is-active .hamburger-inner:before {
  464. transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  465. opacity: 0;
  466. }
  467. .hamburger.is-active .hamburger-inner:after {
  468. transform: translate3d(0, -10px, 0) rotate(-90deg);
  469. background-color: #fff;
  470. }
  471. .hamburger-box {
  472. position: relative;
  473. display: inline-block;
  474. width: 20px;
  475. height: 20px;
  476. }
  477. .hamburger-inner {
  478. top: 50%;
  479. display: block;
  480. margin-top: -2px;
  481. }
  482. /*########################################
  483. ################# LAYO ###################
  484. #########################################*/
  485. .container {
  486. padding:30px;
  487. }
  488. .main {
  489. background:#fbfbfb;
  490. margin: 100px 0;
  491. padding: 40px;
  492. }
  493. /*########################################
  494. ################# PART ###################
  495. #########################################*/
  496. /*########################################
  497. ################# FOOT ###################
  498. #########################################*/
  499. /*########################################
  500. ################# QUER ###################
  501. #########################################*/
  502. @media (max-width: 639px) {
  503. h1 {
  504. font-size: 27px;
  505. }
  506. .container {
  507. padding:10px 5px;
  508. }
  509. .main {
  510. padding: 5px 15px;
  511. }
  512. }
  513. @media (max-width: 767px) {}
  514. @media (max-width: 1023px) {}
  515. @media (max-width: 1279px) {}
  516. /*########################################
  517. ################# FONT ###################
  518. #########################################*/
  519. @font-face {
  520. font-family: 'Inter';
  521. font-style: normal;
  522. font-weight: 400;
  523. src: url("./_font/Inter/Inter-Regular.woff2") format("woff2"),
  524. url("./_font/Inter/Inter-Regular.woff") format("woff");
  525. }
  526. @font-face {
  527. font-family: 'Inter';
  528. font-style: italic;
  529. font-weight: 400;
  530. src: url("./_font/Inter/Inter-Italic.woff2") format("woff2"),
  531. url("./_font/Inter/Inter-Italic.woff") format("woff");
  532. }
  533. @font-face {
  534. font-family: 'Inter';
  535. font-style: normal;
  536. font-weight: 500;
  537. src: url("./_font/Inter/Inter-Medium.woff2") format("woff2"),
  538. url("./_font/Inter/Inter-Medium.woff") format("woff");
  539. }
  540. @font-face {
  541. font-family: 'Inter';
  542. font-style: italic;
  543. font-weight: 500;
  544. src: url("./_font/Inter/Inter-MediumItalic.woff2") format("woff2"),
  545. url("./_font/Inter/Inter-MediumItalic.woff") format("woff");
  546. }
  547. @font-face {
  548. font-family: 'Inter';
  549. font-style: normal;
  550. font-weight: 600;
  551. src: url("./_font/Inter/Inter-SemiBold.woff2") format("woff2"),
  552. url("./_font/Inter/Inter-SemiBold.woff") format("woff");
  553. }
  554. @font-face {
  555. font-family: 'Inter';
  556. font-style: italic;
  557. font-weight: 600;
  558. src: url("./_font/Inter/Inter-SemiBoldItalic.woff2") format("woff2"),
  559. url("./_font/Inter/Inter-SemiBoldItalic.woff") format("woff");
  560. }
  561. @font-face {
  562. font-family: 'Inter';
  563. font-style: normal;
  564. font-weight: 700;
  565. src: url("./_font/Inter/Inter-Bold.woff2") format("woff2"),
  566. url("./_font/Inter/Inter-Bold.woff") format("woff");
  567. }
  568. @font-face {
  569. font-family: 'Inter';
  570. font-style: italic;
  571. font-weight: 700;
  572. src: url("./_font/Inter/Inter-BoldItalic.woff2") format("woff2"),
  573. url("./_font/Inter/Inter-BoldItalic.woff") format("woff");
  574. }
  575. @font-face {
  576. font-family: 'Inter';
  577. font-style: normal;
  578. font-weight: 800;
  579. src: url("./_font/Inter/Inter-ExtraBold.woff2") format("woff2"),
  580. url("./_font/Inter/Inter-ExtraBold.woff") format("woff");
  581. }
  582. @font-face {
  583. font-family: 'Inter';
  584. font-style: italic;
  585. font-weight: 800;
  586. src: url("./_font/Inter/Inter-ExtraBoldItalic.woff2") format("woff2"),
  587. url("./_font/Inter/Inter-ExtraBoldItalic.woff") format("woff");
  588. }
  589. @font-face {
  590. font-family: 'Inter';
  591. font-style: normal;
  592. font-weight: 900;
  593. src: url("./_font/Inter/Inter-Black.woff2") format("woff2"),
  594. url("./_font/Inter/Inter-Black.woff") format("woff");
  595. }
  596. @font-face {
  597. font-family: 'Inter';
  598. font-style: italic;
  599. font-weight: 900;
  600. src: url("./_font/Inter/Inter-BlackItalic.woff2") format("woff2"),
  601. url("./_font/Inter/Inter-BlackItalic.woff") format("woff");
  602. }
  603. @font-face {
  604. font-family: 'Montserrat';
  605. font-style: italic;
  606. font-weight: 400;
  607. src: url('_font/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
  608. src: local('Montserrat Italic'), local('Montserrat-Italic'),
  609. url('_font/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  610. url('_font/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  611. url('_font/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
  612. url('_font/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  613. url('_font/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
  614. }
  615. @font-face {
  616. font-family: 'Montserrat';
  617. font-style: normal;
  618. font-weight: 400;
  619. src: url('_font/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  620. src: local('Montserrat Regular'), local('Montserrat-Regular'),
  621. url('_font/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  622. url('_font/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  623. url('_font/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
  624. url('_font/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  625. url('_font/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  626. }
  627. @font-face {
  628. font-family: 'Montserrat';
  629. font-style: normal;
  630. font-weight: 500;
  631. src: url('_font/montserrat-v14-latin-500.eot'); /* IE9 Compat Modes */
  632. src: local('Montserrat Medium'), local('Montserrat-Medium'),
  633. url('_font/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  634. url('_font/montserrat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
  635. url('_font/montserrat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
  636. url('_font/montserrat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
  637. url('_font/montserrat-v14-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
  638. }
  639. @font-face {
  640. font-family: 'Montserrat';
  641. font-style: italic;
  642. font-weight: 500;
  643. src: url('_font/montserrat-v14-latin-500italic.eot'); /* IE9 Compat Modes */
  644. src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
  645. url('_font/montserrat-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  646. url('_font/montserrat-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
  647. url('_font/montserrat-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
  648. url('_font/montserrat-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
  649. url('_font/montserrat-v14-latin-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
  650. }
  651. @font-face {
  652. font-family: 'Montserrat';
  653. font-style: normal;
  654. font-weight: 900;
  655. src: url('_font/montserrat-v14-latin-900.eot'); /* IE9 Compat Modes */
  656. src: local('Montserrat Black'), local('Montserrat-Black'),
  657. url('_font/montserrat-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  658. url('_font/montserrat-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  659. url('_font/montserrat-v14-latin-900.woff') format('woff'), /* Modern Browsers */
  660. url('_font/montserrat-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  661. url('_font/montserrat-v14-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
  662. }
  663. @font-face {
  664. font-family: 'Playfair Display';
  665. font-style: normal;
  666. font-weight: 400;
  667. src: url('_font/playfair-display-v20-latin-regular.eot'); /* IE9 Compat Modes */
  668. src: local(''),
  669. url('_font/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  670. url('_font/playfair-display-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  671. url('_font/playfair-display-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  672. url('_font/playfair-display-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  673. url('_font/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  674. }
  675. @font-face {
  676. font-family: 'Playfair Display';
  677. font-style: normal;
  678. font-weight: 700;
  679. src: url('_font/playfair-display-v20-latin-700.eot'); /* IE9 Compat Modes */
  680. src: local(''),
  681. url('_font/playfair-display-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  682. url('_font/playfair-display-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  683. url('_font/playfair-display-v20-latin-700.woff') format('woff'), /* Modern Browsers */
  684. url('_font/playfair-display-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  685. url('_font/playfair-display-v20-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  686. }
  687. @font-face {
  688. font-family: 'Playfair Display';
  689. font-style: normal;
  690. font-weight: 900;
  691. src: url('_font/playfair-display-v20-latin-900.eot'); /* IE9 Compat Modes */
  692. src: local(''),
  693. url('_font/playfair-display-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  694. url('_font/playfair-display-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  695. url('_font/playfair-display-v20-latin-900.woff') format('woff'), /* Modern Browsers */
  696. url('_font/playfair-display-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  697. url('_font/playfair-display-v20-latin-900.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  698. }
  699. @font-face {
  700. font-family: 'Playfair Display';
  701. font-style: italic;
  702. font-weight: 400;
  703. src: url('_font/playfair-display-v20-latin-italic.eot'); /* IE9 Compat Modes */
  704. src: local(''),
  705. url('_font/playfair-display-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  706. url('_font/playfair-display-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
  707. url('_font/playfair-display-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
  708. url('_font/playfair-display-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  709. url('_font/playfair-display-v20-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  710. }
  711. @font-face {
  712. font-family: 'Playfair Display';
  713. font-style: italic;
  714. font-weight: 700;
  715. src: url('_font/playfair-display-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  716. src: local(''),
  717. url('_font/playfair-display-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  718. url('_font/playfair-display-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
  719. url('_font/playfair-display-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
  720. url('_font/playfair-display-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
  721. url('_font/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
  722. }
  723. @font-face {
  724. font-family: 'fontello';
  725. src: url('_font/fontello.eot?84652176');
  726. src: url('_font/fontello.eot?84652176#iefix') format('embedded-opentype'),
  727. url('_font/fontello.woff?84652176') format('woff'),
  728. url('_font/fontello.ttf?84652176') format('truetype'),
  729. url('_font/fontello.svg?84652176#fontello') format('svg');
  730. font-weight: normal;
  731. font-style: normal;
  732. }
  733. .demo-icon {
  734. font-family: "fontello";
  735. font-style: normal;
  736. font-weight: normal;
  737. speak: none;
  738. display: inline-block;
  739. text-decoration: inherit;
  740. width: 1em;
  741. margin-right: .2em;
  742. text-align: center;
  743. font-variant: normal;
  744. text-transform: none;
  745. line-height: 1em;
  746. margin-left: .2em;
  747. -webkit-font-smoothing: antialiased;
  748. -moz-osx-font-smoothing: grayscale;
  749. /* opacity: .8; */
  750. /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  751. }