123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788 |
- /* ########################################
- ########### davidwindham.com ##############
- ###########################################
- . . . . . .
- . . ...-..-| |-. .-. .-.-..-| .-.. ...-|
- ` ` '' '`-'-' '-`-`-' ' '`-'-`-`-` '`-'-
- 1 - Body
- 2 - Typography
- 3 - Header
- 4 - Navigation
- 5 - Layout
- 6 - Parts
- 7 - Footer
- 9 - Queries
- 10 - Fonts
- */
- /*########################################
- ################# BODY ###################
- #########################################*/
- body {
- position: relative;
- margin: 0;
- padding: 0;
- min-height: 100%;
- -webkit-font-smoothing: antialiased;
- font-kerning: auto;
- color: #000;
- background: :#363e48;
- transition: background-color 0.4s ease;
- font-family: sans-serif;
- }
- body {
- position: relative;
- margin: 0;
- padding: 0;
- min-height: 100%;
- -webkit-font-smoothing: antialiased;
- font-kerning: auto;
- background: #fff;
- transition: background-color 0.4s ease;
- }
- /* viewports page-view used for waypoints */
- .viewport {
- position: fixed;
- height: 100%;
- width: 100%;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- overflow: hidden;
- }
- .viewport-above {
- opacity: 0;
- }
- .viewport-inside {
- opacity: 1;
- }
- .viewport-below {
- opacity: 0;
- }
- .viewport-below > * {
- transform: translateY(100px);
- }
- .page-view {
- padding: 7rem 0;
- transition: opacity 0.4s ease;
- opacity: 0;
- position: relative;
- background: transparent !important;
- scroll-snap-align: start;
- min-height: 100vh;
- }
- .page-view > * {
- transition: all 0.4s ease;
- }
- .page-view:after {
- content: '';
- }
- .no-js .page-view {
- opacity: 1;
- }
- .background-color {
- position: relative;
- }
- .background-color.white {
- background-color: #fff;
- }
- .background-color.black {
- background-color: #121212;
- z-index: 0;
- }
- .page-view {
- padding: 7rem 0;
- transition: opacity 0.4s ease;
- opacity: 0;
- position: relative;
- background: transparent !important;
- scroll-snap-align: start;
- min-height: 100vh;
- }
- .page-view > * {
- transition: all 0.4s ease;
- }
- .page-view:after {
- content: '';
- }
- .no-js .page-view {
- opacity: 1;
- }
- h1 a:hover,
- h2 a:hover,
- h3 a:hover,
- h4 a:hover,
- h5 a:hover {
- color: #3496fe;
- }
- /*########################################
- ################# TYPE ###################
- #########################################*/
- h1 {
- font-family: 'Playfair Display', serif;
- font-weight: 900;
- font-size: 37px;
- letter-spacing: .01em;
- }
- .header h1 {
- color: #fff;
- }
- h2 {
- font-family: 'Playfair Display', serif;
- font-weight: 700;
- font-size: 27px;
- }
- h3 {
- font-family: 'Playfair Display', serif;
- font-weight: 500;
- font-size: 23px;
- }
- p {
- font-family: 'Montserrat', sans-serif;
- font-size: 17px;
- line-height: 1.2;
- }
- a {
- color: #376399;
- }
- .right {
- text-align:right;
- }
- /*########################################
- ################# HEAD ###################
- #########################################*/
- #header {
- position: fixed;
- z-index: 98;
- margin: 0;
- padding: 0;
- left: 0;
- top: 0;
- right: 0;
- pointer-events: none;
- }
- #header .header-ui {
- margin: 0;
- padding: 0;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -ms-align-items: center;
- align-items: center;
- justify-content: space-between;
- }
- #header .header-ui .brand--nav {
- margin: 0 auto 0 0;
- padding: 1rem;
- flex: 0 0 100%;
- width: 100%;
- max-width: 100%;
- display: -ms-flexbox;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- -ms-align-items: center;
- align-items: center;
- justify-content: space-between;
- pointer-events: auto;
- will-change: width, padding, flex;
- }
- @media (min-width: 576px) {
- #header .header-ui .brand--nav {
- flex: 0 0 50%;
- width: 50%;
- max-width: 50%;
- }
- #header .header-ui .brand--nav .brand {
- margin-right: 20px;
- }
- }
- @media (min-width: 768px) {
- #header {
- -webkit-transition: opacity .35s ease-in-out 0s;
- transition: opacity .35s ease-in-out 0s;
- }
- #header .header-ui .brand--nav,
- #header .header-ui .header--complementary {
- padding: 2rem;
- -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;
- 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;
- }
- #header.shrink .header-ui .brand--nav,
- #header.shrink .header-ui .header--complementary {
- padding: 1rem;
- flex: 0 0 auto;
- }
- #header.on_menu .brand--nav {
- padding-right: 0;
- }
- #header.on_menu .brand--nav .hamburger {
- -webkit-transform: translateX(27px);
- transform: translateX(27px);
- }
- }
- @media (min-width: 992px) {
- #header .header-ui .brand--nav,
- #header.shrink .header-ui .brand--nav,
- #header.shrink .header-ui .header--complementary {
- padding: 1rem;
- flex: 0 0 auto;
- }
- #header.on_menu .brand--nav {
- padding-right: 0;
- }
- #header.on_menu .brand--nav .hamburger {
- -webkit-transform: translateX(27px);
- transform: translateX(27px);
- }
- }
- .dw-header {
- position: fixed;
- }
- .dw-header,
- .works-header {
- background: #121212;
- }
- .dw-header h2,
- .works-header h2 {
- letter-spacing: 0.01rem;
- font-weight: normal;
- text-align: left;
- margin: 0;
- }
- @media (min-width: 992px) {
- .dw-header h2,
- .works-header h2 {
- font-size: 2.4rem;
- }
- }
- .dw-header {
- min-height: 400px;
- }
- .dw-header h2 {
- max-width: 900px;
- }
- .dw-header .main {
- position: relative;
- z-index: 2;
- }
- #header {
- position: absolute;
- }
- #header .header-ui .brand--nav,
- #header .header-ui .header--complementary {
- padding: 1rem;
- background: transparent !important;
- }
- #header .header-ui .button.button-to-quote,
- #header .header-ui a {
- margin-left: 40px;
- }
- #header .header-ui a,
- #header .header-ui .button {
- position: relative;
- color: hsla(0, 0%, 100%, 0.5);
- border-color: hsla(0, 0%, 100%, 0.5);
- font-family: 'Inter', sans-serif;
- }
- #header .header-ui .brand img {
- width: 200px;
- }
- .header-small {
- width: 100%;
- position: fixed;
- display: flex;
- padding: 0.5rem 1rem 1rem 1rem;
- z-index: 999;
- opacity: 0;
- top: -200px;
- left: 0;
- transition: opacity 0.4s ease, background-color 0.4s ease;
- }
- .header-small .header-small-menu {
- background-color: #2b3444;
- position: absolute;
- box-shadow: 0 27px 53px 0 rgba(1, 93, 140, 0.24);
- z-index: 1;
- opacity: 0;
- visibility: hidden;
- padding: 20px 20px 40px 20px;
- top: 0;
- right: 0;
- }
- .header-small .header-small-menu h6 {
- font-weight: bold;
- color: #fff;
- margin: 40px 0 0 0;
- }
- .header-small .header-small-menu a,
- .header-small .header-small-menu h6 {
- padding: 6px 29px 8px 12px;
- }
- .header-small .header-small-menu a {
- font-size: 26px;
- line-height: 44px;
- letter-spacing: -0.43px;
- display: block;
- color: #fff;
- }
- .header-small .header-small-menu a:hover {
- opacity: 0.5;
- }
- .header-small .header-small-menu a.email {
- font-size: 1rem;
- line-height: 1.2;
- }
- .header-small.menu-open .header-small-menu {
- display: block;
- opacity: 1;
- visibility: visible;
- }
- .header-small.showing {
- opacity: 1;
- top: 0;
- }
- .header-small a {
- color: currentColor;
- }
- .header-small img {
- margin-left: 0px;
- width: 22px;
- transition: background-color 0.4s ease;
- }
- .header-small .light {
- display: none;
- border: 1px solid #fff;
- }
- .header-small .dark {
- display: inline-block;
- border: 1px solid #000;
- }
- [bg=dark-bg] .header-small .light {
- display: inline-block;
- }
- [bg=dark-bg] .header-small .dark {
- display: none;
- }
- [bg=dark-bg] .hamburger-inner,
- [bg=dark-bg] .hamburger-inner:before,
- [bg=dark-bg] .hamburger-inner:after {
- background-color: #fff !important;
- }
- /*########################################
- ################# NAVI ###################
- #########################################*/
- .hamburger {
- font: inherit;
- display: inline-block;
- overflow: visible;
- margin: 0;
- padding: 0;
- cursor: pointer;
- transition-timing-function: linear;
- transition-duration: 0.15s;
- transition-property: opacity, filter;
- text-transform: none;
- color: inherit;
- border: 0;
- background-color: transparent;
- align-self: flex-end;
- margin-left: auto;
- z-index: 6;
- }
- .hamburger:focus, .hamburger:active {
- outline-width: 0;
- }
- .hamburger.is-active {
- outline-width: 0;
- }
- .hamburger-box {
- width: 24px;
- height: 15px;
- display: inline-block;
- position: relative;
- }
- .hamburger-inner {
- display: block;
- top: 50%;
- margin-top: -0.5px;
- }
- .hamburger-inner,
- .hamburger-inner::before,
- .hamburger-inner::after {
- width: 24px;
- height: 2px;
- border-radius: 2px;
- position: absolute;
- transition-property: transform;
- transition-duration: 0.15s;
- transition-timing-function: ease;
- background-color: #000;
- }
- .hamburger-inner::before, .hamburger-inner::after {
- content: "";
- display: block;
- }
- .hamburger-inner::before {
- top: -7px;
- }
- .hamburger-inner::after {
- bottom: -7px;
- }
- .hamburger-inner:before {
- top: 5px;
- }
- .hamburger-inner:after {
- top: 10px;
- }
- .hamburger:hover {
- opacity: 0.7;
- }
- .hamburger:focus, .hamburger:active {
- outline-width: 0;
- }
- .hamburger.is-active {
- outline-width: 0;
- }
- .hamburger.is-active:hover {
- opacity: 0.7;
- }
- .hamburger.is-active .hamburger-inner,
- .hamburger.is-active .hamburger-inner::before,
- .hamburger.is-active .hamburger-inner::after {
- background-color: #afafaf;
- }
- .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
- background-color: #afafaf;
- }
- .hamburger.is-active .hamburger-inner {
- transform: translate3d(0, 10px, 0) rotate(45deg);
- background-color: #fff;
- }
- .hamburger.is-active .hamburger-inner:before {
- transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
- opacity: 0;
- }
- .hamburger.is-active .hamburger-inner:after {
- transform: translate3d(0, -10px, 0) rotate(-90deg);
- background-color: #fff;
- }
- .hamburger-box {
- position: relative;
- display: inline-block;
- width: 20px;
- height: 20px;
- }
- .hamburger-inner {
- top: 50%;
- display: block;
- margin-top: -2px;
- }
- /*########################################
- ################# LAYO ###################
- #########################################*/
- .container {
- padding:30px;
- }
- .main {
- background:#fbfbfb;
- margin: 100px 0;
- padding: 40px;
- }
- /*########################################
- ################# PART ###################
- #########################################*/
- /*########################################
- ################# FOOT ###################
- #########################################*/
- /*########################################
- ################# QUER ###################
- #########################################*/
- @media (max-width: 639px) {
- h1 {
- font-size: 27px;
- }
- .container {
- padding:10px 5px;
- }
- .main {
- padding: 5px 15px;
- }
- }
- @media (max-width: 767px) {}
- @media (max-width: 1023px) {}
- @media (max-width: 1279px) {}
- /*########################################
- ################# FONT ###################
- #########################################*/
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 400;
- src: url("./_font/Inter/Inter-Regular.woff2") format("woff2"),
- url("./_font/Inter/Inter-Regular.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 400;
- src: url("./_font/Inter/Inter-Italic.woff2") format("woff2"),
- url("./_font/Inter/Inter-Italic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 500;
- src: url("./_font/Inter/Inter-Medium.woff2") format("woff2"),
- url("./_font/Inter/Inter-Medium.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 500;
- src: url("./_font/Inter/Inter-MediumItalic.woff2") format("woff2"),
- url("./_font/Inter/Inter-MediumItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 600;
- src: url("./_font/Inter/Inter-SemiBold.woff2") format("woff2"),
- url("./_font/Inter/Inter-SemiBold.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 600;
- src: url("./_font/Inter/Inter-SemiBoldItalic.woff2") format("woff2"),
- url("./_font/Inter/Inter-SemiBoldItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 700;
- src: url("./_font/Inter/Inter-Bold.woff2") format("woff2"),
- url("./_font/Inter/Inter-Bold.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 700;
- src: url("./_font/Inter/Inter-BoldItalic.woff2") format("woff2"),
- url("./_font/Inter/Inter-BoldItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 800;
- src: url("./_font/Inter/Inter-ExtraBold.woff2") format("woff2"),
- url("./_font/Inter/Inter-ExtraBold.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 800;
- src: url("./_font/Inter/Inter-ExtraBoldItalic.woff2") format("woff2"),
- url("./_font/Inter/Inter-ExtraBoldItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: normal;
- font-weight: 900;
- src: url("./_font/Inter/Inter-Black.woff2") format("woff2"),
- url("./_font/Inter/Inter-Black.woff") format("woff");
- }
- @font-face {
- font-family: 'Inter';
- font-style: italic;
- font-weight: 900;
- src: url("./_font/Inter/Inter-BlackItalic.woff2") format("woff2"),
- url("./_font/Inter/Inter-BlackItalic.woff") format("woff");
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: italic;
- font-weight: 400;
- src: url('_font/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Italic'), local('Montserrat-Italic'),
- url('_font/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 400;
- src: url('_font/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Regular'), local('Montserrat-Regular'),
- url('_font/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 500;
- src: url('_font/montserrat-v14-latin-500.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Medium'), local('Montserrat-Medium'),
- url('_font/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: italic;
- font-weight: 500;
- src: url('_font/montserrat-v14-latin-500italic.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
- url('_font/montserrat-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Montserrat';
- font-style: normal;
- font-weight: 900;
- src: url('_font/montserrat-v14-latin-900.eot'); /* IE9 Compat Modes */
- src: local('Montserrat Black'), local('Montserrat-Black'),
- url('_font/montserrat-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/montserrat-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/montserrat-v14-latin-900.woff') format('woff'), /* Modern Browsers */
- url('_font/montserrat-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/montserrat-v14-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: normal;
- font-weight: 400;
- src: url('_font/playfair-display-v20-latin-regular.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: normal;
- font-weight: 700;
- src: url('_font/playfair-display-v20-latin-700.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-700.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: normal;
- font-weight: 900;
- src: url('_font/playfair-display-v20-latin-900.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-900.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-900.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: italic;
- font-weight: 400;
- src: url('_font/playfair-display-v20-latin-italic.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'Playfair Display';
- font-style: italic;
- font-weight: 700;
- src: url('_font/playfair-display-v20-latin-700italic.eot'); /* IE9 Compat Modes */
- src: local(''),
- url('_font/playfair-display-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('_font/playfair-display-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
- url('_font/playfair-display-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
- url('_font/playfair-display-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
- url('_font/playfair-display-v20-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
- }
- @font-face {
- font-family: 'fontello';
- src: url('_font/fontello.eot?84652176');
- src: url('_font/fontello.eot?84652176#iefix') format('embedded-opentype'),
- url('_font/fontello.woff?84652176') format('woff'),
- url('_font/fontello.ttf?84652176') format('truetype'),
- url('_font/fontello.svg?84652176#fontello') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- .demo-icon {
- font-family: "fontello";
- font-style: normal;
- font-weight: normal;
- speak: none;
- display: inline-block;
- text-decoration: inherit;
- width: 1em;
- margin-right: .2em;
- text-align: center;
- font-variant: normal;
- text-transform: none;
- line-height: 1em;
- margin-left: .2em;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- /* opacity: .8; */
- /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
- }
|