<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import 'layout-utils.css';

/* =================================== */


/*	Basic Style 
/* =================================== */

:root {
    --clr-green: #1a767c;
    --clr-beige: #f2efea;
    --clr-grey: #2f4550;
    --clr-dark-grey: #2b2b2b;
    --clr-light-grey: #e6e8ea;
    --clr-white: #fff;
    --clr-black: #000;
    --clr-dark-blue: #062033;
    --ff-befront: 'Befront', 'Open Sans', sans-serif;
    --ff-brandon-light: 'brandon-grotesque-light', 'Open Sans', sans-serif;
    --ff-brandon-medium: 'brandon-grotesque-medium', 'Open Sans', sans-serif;
    --ff-brandon-bold: 'brandon-grotesque-bold', 'Open Sans', sans-serif;
    --ff-brandon-black: 'brandon-grotesque-black', 'Open Sans', sans-serif;
    --ff-lamore-light: 'LamoreLightOTF', 'Open Sans', sans-serif;
    --ff-stringsfree: 'Stringsfree', 'Open Sans', sans-serif;
    --ff-georgia: Georgia, 'Times New Roman', Times, serif;
    --ff-butler: Butler, Georgia, sans-serif;
}

html {
    scroll-padding-top: 80px;
}

body {
    background-color: var(--clr-white);
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
    font-size: 13px;
    color: var(--clr-grey);
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: disc;
    list-style-position: outside;
}

figure,
p {
    margin: 0;
}

a {
    color: var(--clr-white);
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    zoom: 1;
}

body&gt;section,
.footer {
    padding: 70px 0;
}

.drw-sec-title h2 {
    font-family: var(--ff-brandon-light);
    font-size: 4.5rem;
    color: var(--clr-green);
}

.sec-title h2 {
    font-family: var(--ff-lamore-light);
    font-size: 4.5rem;
    font-weight: 900;
    color: var(--clr-green);
    text-transform: uppercase;
}

.sec-sub-title {
    margin: 35px 0 45px;
}

.sec-sub-title p {
    font-weight: 600;
    line-height: 24px;
    font-size: 18px;
    color: #5b646e;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.equal--center {
    align-items: center;
}

.devider {
    color: var(--clr-green);
    margin-top: 1.5em;
    margin-bottom: 2.5em;
}

.devider:before,
.devider:after {
    content: "______________________";
    color: var(--clr-light-grey);
    position: relative;
    bottom: 6px;
}

.devider:before {
    right: 10px;
}

.devider:after {
    left: 10px;
}

#preloader {
    background-color: var(--clr-grey);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1100;
}

#preloader&gt;div {
    left: 47%;
    position: absolute;
    top: 48%;
}


/*=========================================
	Misc
==========================================*/

.still-have-question {
    font-family: var(--ff-brandon-light);
    font-size: x-large;
    color: var(--clr-grey);
    text-align: center;
}

.still-have-question-click {
    text-decoration: underline;
    cursor: pointer;
}

.still-have-question-click:hover {
    text-decoration: underline;
    color: var(--clr-green);
    cursor: pointer;
}

.still-have-question-click:active {
    text-decoration: underline;
    color: var(--clr-grey);
    cursor: pointer;
}

.disable-select {
    user-select: none; /* supported by Chrome and Opera */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}



/*=========================================
	Header
==========================================*/

#navigation {
    background-color: rgba(16, 22, 54, 0.2);
    border: 0 none;
    margin: 0;
    -webkit-transition: background-color 800ms linear;
    -moz-transition: background-color 800ms linear;
    -ms-transition: background-color 800ms linear;
    -o-transition: background-color 800ms linear;
    transition: background-color 800ms linear;
    padding-top: 10px;
}

.navbar {
    min-height: 80px;
}

.navbar-container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-toggle i {
    color: var(--clr-white);
}

.navbar-brand {
    padding: 0px;
}

.navbar-nav {
    margin-top: 0.5%;
}

.navbar-nav li a {
    border-top: 1px solid transparent;
}

.navbar-nav li a.current,
.navbar-nav li a:focus,
.navbar-nav li a:hover {
    background-color: transparent;
    border-top: 1px solid var(--clr-white);
    color: var(--clr-white);
}

.current-override {
    background-color: transparent;
    border-top: 1px solid var(--clr-white);
    color: var(--clr-white);
}

.navbar-nav-font {
    font-family: var(--ff-brandon-medium);
    letter-spacing: 0.075em;
    font-size: 0.9em;
}

.navbar-nav-separator {
    /* line-height: 50px; */
    border-left: 1px solid var(--clr-white);
    height: 50px;
    display:inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.dropdown-menu {
    background-color: var(--clr-green);
}

.dropdown-menu&gt;li&gt;a {
    color: var(--clr-white);
}


/* .nav .open&gt;a, */


/* .nav .open&gt;a:hover, */

.nav .open&gt;a:focus {
    background-color: var(--clr-green);
    border-color: var(--clr-white);
}


/*=========================================
	Slider
==========================================*/

#slider {
    padding: 0;
}

#slider .carousel-inner .item {
    background-size: cover;
}

.carousel-caption {
    top: 15%;
}

.carousel-caption h2 {
    font-family: var(--ff-befront);
    font-size: clamp(3em, 6.1vw, 6.1vw);
}

.carousel-caption h3 {
    margin: 60px 0 60px;
    font-family: var(--ff-brandon-light);
    font-size: clamp(2em, 4.0vw, 4.0vw);
}

.carousel-caption h4 {
    margin: 0px 0 60px;
    font-family: var(--ff-brandon-light);
    font-size: clamp(2em, 2.4vw, 2.4vw);
}

.social-links {
    margin-top: 0%;
}

.social-links li {
    display: inline-block;
}

.social-links li a {
    color: var(--clr-white);
    display: block;
    margin: 0 6px;
}

.social-links li a:hover {
    color: var(--clr-grey);
}

.social-links-footer {
    margin-top: 0%;
}

.social-links-footer li {
    display: inline-block;
}

.social-links-footer li a {
    color: var(--clr-white);
    display: block;
    margin: 0 6px;
}

.social-links-footer li a:hover {
    color: var(--clr-grey);
}


/*=========================================
	DrWofford
==========================================*/

.drwofford {
    background-color: var(--clr-beige);
    color: var(--clr-grey);
}

.drwofford-description {
    text-align: left;
    font-size: 1.5em;
    font-family: var(--ff-georgia);
    line-height: 1.5em;
}

.drwofford-paragraph-title {
    font-family: var(--ff-stringsfree);
    font-size: 3em;
    line-height: 0.9;
}

.drwofford-paragraph {
    margin-left: 2em;
    margin-bottom: 0.75em;
}

.drwofford-signature {
    font: 400 70px/1.3 'Befront', sans-serif;
    color: var(--clr-dark-grey);
    text-align: right;
    margin-top: 0em;
    margin-right: 0.5em;
}

.drwofford-bio-link&gt;a {
    text-decoration: underline;
    color: var(--clr-grey);
}

.drwofford-bio-link&gt;a:hover {
    border-top: 1px solid;
    border-color: black;
    color: black;
    text-decoration: none;
}


/*=========================================
	How it works
==========================================*/

.how-it-works-description {
    /* margin-top: 3.5em; */
    font-weight: 200;
    font-family: Butler, Georgia, sans-serif;
    font-size: x-large;
    line-height: 1.5em;
}

.how-it-works-row-gap {
    margin-bottom: 4em;
}

.how-it-works-tile-header {
    margin-top: 1em;
    font-family: var(--ff-brandon-medium);
    letter-spacing: 0.075em;
    font-weight: 600;
    font-size: x-large;
}

.how-it-works-tile-description {
    margin-top: 1em;
    font-family: var(--ff-brandon-light);
    font-size: x-large;
    text-align: center;
    line-height: 1.5em;
}

/*=========================================
	Testimonial
==========================================*/
.testimonials {
    background-color: var(--clr-green);
    color: var(--clr-white);
}

.testimonials-row {
    display: flex;
    /* margin-top: 10.5em; */
    gap: 0.5em;
    margin-right: -15px;
    margin-left: -15px;
}

.testimonials-row&gt;* {
    flex-basis: 50%;
}

.testimonials-col {
    padding-left: 2em;
    padding-right: 2em;
    border-color: var(--clr-white);
    margin-top: 1.25em;
    margin-bottom: 0.5em;
}

.testimonials-location {
    margin-top: 0em;
    margin-bottom: 1em;
    text-align: left;
    font-size: x-large;
    font-family: var(--ff-georgia);
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}

.testimonials-links {
    color: black;
    font-weight: 600;
    text-decoration: underline;
}

.testimonials-location&gt;a:hover {
    color: var(--clr-grey);
    text-decoration: underline;
}

.testimonials-links:visited {
    color: black;
    font-weight: bold;
    /* text-decoration: underline; */
}

.testimonials-fourth-tri {
    background-color: var(--clr-white);
    margin-top: 3em;
    cursor: pointer;
}

.testimonials-fourth-tri-image {
    padding-top: 2em;
    padding-bottom: 0em;
    padding-right: 2em;
    padding-left: 2em;
}

.testimonials-section-main-header {
    font-family: var(--ff-brandon-black);
    letter-spacing: 0.075em;
    font-size: xx-large;
    line-height: 1em;
}

.testimonials-header-description {
    font-family: var(--ff-brandon-light);
    font-weight: 600;
    font-size: x-large;
    line-height: 1.20em;
    margin-top: 0.6em;
}

.testimonials-fourth-tri-prenatal-title {
    margin-top: 3rem;
    padding-left: 0rem;
}

.testimonials-fourth-tri-prenatal-description {
    margin-top: 0.8rem;
}

.testimonials-fourth-tri-postpartum-title {
    padding-left: 0em;
    margin-top: 3.25rem;
}

.testimonials-fourth-tri-postpartum-description {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.testimonials-fourth-tri-mom {
    cursor: pointer;
}

.testimonials-fourth-tri-mom-second-description {
    margin-top: 1.5rem;
}

.testimonials-you {
    font-family: var(--ff-brandon-black);
}

.testimonials-tiles {
    display: flex;
    flex-direction: column;
}

.testimonials-tiles-description {
    flex-basis: 25%;
    font-family: var(--ff-brandon-light);
    font-weight: 400;
    font-size: x-large;
    /* text-align: justify; */
    line-height: 1.2em;
}

.testimonials-tiles-description&gt;p:nth-child(n+2) {
    margin-top: 2rem;
}

.testimonials-tile-sub-tiles {
    font-family: var(--ff-brandon-light);
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
}

.testimonials-tiles-sub-description {
    margin-top: 1em;
    padding-right: 2em;
    font-family: var(--ff-brandon-light);
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: right;
}

.testimonials-tiles-sub-description&gt;a {
    color: var(--clr-grey);
    text-decoration: underline;
}

.testimonials-tiles-sub-description&gt;a:hover {
    color: black;
    text-decoration: overline;
}

.testimonials-primary-care {
    padding: 0em;
    margin-top: 2em;
    background-color: var(--clr-grey);
    color: var(--clr-white);
}

.testimonials-primary-care:hover {
    cursor: pointer;
}

.testimonials-primary-care-title {
    display: flex;
    flex-direction: column;
}

.testimonials-primary-care-title-icon {
    display: flex;
    flex-basis: 33.333%;
    align-items: center;
    justify-content: center;
}

.testimonials-primary-care-title-title {
    display: flex;
    flex-basis: 33.333%;
    align-items: center;
    justify-content: center;
}

.testimonials-primary-care-title-description {
    padding-left: 4rem;
    padding-right: 4rem;
    line-height: 3rem;
    padding-bottom: 4rem;
}

.testimonials-primary-care-summary {
    margin-left: 4rem;
    display: flex;
    align-items: center;
    font-family: var(--ff-brandon-light);
    font-size: x-large;
    line-height: 1.2em;
    text-align: left;
}

.testimonials-primary-care-summary&gt;ul&gt;li {
    margin-bottom: 1rem;
}

.testimonials-primary-care-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-out-of-state-section {
    margin: 1em;
    font-size: x-large;
    font-family: var(--ff-georgia);
    font-weight: 500;
    line-height: 1.5em;
    text-align: left;
}

.testimonials-out-of-state-section&gt;p:not(#services-out-of-state-in-home) {
    padding-bottom: 1em;
}

.testimonials-out-of-state-section&gt;p&gt;span {
    font-weight: 700;
}

.testimonials-out-of-state-title {
    /* margin-bottom: 0.5em; */
    text-align: center;
}

.testimonials-out-of-state-sub-paragraph {
    font-size: large;
    padding: 0 1em;
}

.testimonials-main-sub-header {
    font-family: var(--ff-brandon-medium);
    font-size: x-large;
}

.testimonials-description {
    font-family: var(--ff-brandon-light);
    font-size: x-large;
}

.testimonials-description&gt;li {
    margin-top: 0.8em;
}

.testimonials-link-override {
    color: var(--clr-green);
}

.testimonials-link-override:hover {
    color: var(--clr-green);
}


/*=========================================
	Services
==========================================*/

.services {
    background-color: var(--clr-beige);
    color: var(--clr-grey)
}

.services-row {
    display: flex;
    margin-top: 0.5em;
    gap: 0.5em;
    margin-right: -15px;
    margin-left: -15px;
}

.services-row&gt;* {
    flex-basis: 50%;
}

.services-col {
    padding: 2em;
}

.services-location {
    margin-top: 0em;
    margin-bottom: 1em;
    text-align: left;
    font-size: x-large;
    font-family: var(--ff-georgia);
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}

.services-links {
    color: black;
    font-weight: 600;
    text-decoration: underline;
}

.services-location&gt;a:hover {
    color: var(--clr-grey);
    text-decoration: underline;
}

.services-links:visited {
    color: black;
    font-weight: bold;
    /* text-decoration: underline; */
}

.services-fourth-tri {
    background-color: var(--clr-white);
    margin-top: 3em;
    cursor: pointer;
}

.services-fourth-tri-image {
    padding-top: 2em;
    padding-bottom: 0em;
    padding-right: 2em;
    padding-left: 2em;
}

.services-section-main-header {
    font-family: var(--ff-brandon-black);
    letter-spacing: 0.075em;
    font-size: xx-large;
    line-height: 1em;
}

.services-header-description {
    font-family: var(--ff-brandon-light);
    font-weight: 600;
    font-size: x-large;
    line-height: 1.20em;
    margin-top: 0.6em;
}

.services-fourth-tri-prenatal-title {
    margin-top: 3rem;
    padding-left: 0rem;
}

.services-fourth-tri-prenatal-description {
    margin-top: 0.8rem;
}

.services-fourth-tri-postpartum-title {
    padding-left: 0em;
    margin-top: 3.25rem;
}

.services-fourth-tri-postpartum-description {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.services-fourth-tri-mom {
    cursor: pointer;
}

.services-fourth-tri-mom-second-description {
    margin-top: 1.5rem;
}

.services-you {
    font-family: var(--ff-brandon-black);
}

.service-fourth-tri-tiles {
    background-color: var(--clr-white);
    display: flex;
    flex-direction: column;
}

.service-tiles-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 30%;
    font-family: var(--ff-brandon-black);
    letter-spacing: 0.075em;
    font-size: xx-large;
    line-height: 1em;
}

.service-tiles-description {
    flex-basis: 70%;
    font-family: var(--ff-brandon-light);
    font-weight: 600;
    font-size: x-large;
    margin-top: 1.5em;
    /* text-align: justify; */
    line-height: 1.2em;
}

.service-tiles-description&gt;p:nth-child(n+2) {
    margin-top: 2rem;
}

.service-tile-sub-tiles {
    font-family: var(--ff-brandon-light);
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
}

.service-tiles-sub-description {
    margin-top: 1.25em;
    font-family: var(--ff-brandon-light);
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2em;
}

.service-tiles-sub-description&gt;a {
    color: var(--clr-grey);
    text-decoration: underline;
}

.service-tiles-sub-description&gt;a:hover {
    color: black;
    text-decoration: overline;
}

.services-primary-care {
    padding: 0em;
    margin-top: 2em;
    background-color: var(--clr-grey);
    color: var(--clr-white);
}

.services-primary-care:hover {
    cursor: pointer;
}

.services-primary-care-title {
    display: flex;
    flex-direction: column;
}

.services-primary-care-title-icon {
    display: flex;
    flex-basis: 33.333%;
    align-items: center;
    justify-content: center;
}

.services-primary-care-title-title {
    display: flex;
    flex-basis: 33.333%;
    align-items: center;
    justify-content: center;
}

.services-primary-care-title-description {
    padding-left: 4rem;
    padding-right: 4rem;
    line-height: 3rem;
    padding-bottom: 4rem;
}

.services-primary-care-summary {
    margin-left: 4rem;
    display: flex;
    align-items: center;
    font-family: var(--ff-brandon-light);
    font-size: x-large;
    line-height: 1.2em;
    text-align: left;
}

.services-primary-care-summary&gt;ul&gt;li {
    margin-bottom: 1rem;
}

.services-primary-care-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-out-of-state-section {
    margin: 1em;
    font-size: x-large;
    font-family: var(--ff-georgia);
    font-weight: 500;
    line-height: 1.5em;
    text-align: left;
}

.services-out-of-state-section&gt;p:not(#services-out-of-state-in-home) {
    padding-bottom: 1em;
}

.services-out-of-state-section&gt;p&gt;span {
    font-weight: 700;
}

.services-out-of-state-title {
    /* margin-bottom: 0.5em; */
    text-align: center;
}

.services-out-of-state-sub-paragraph {
    font-size: large;
    padding: 0 1em;
}

.services-main-sub-header {
    font-family: var(--ff-brandon-medium);
    font-size: x-large;
}

.services-description {
    font-family: var(--ff-brandon-light);
    font-size: x-large;
}

.services-description&gt;li {
    margin-top: 0.8em;
}

.services-link-override {
    color: var(--clr-green);
}

.services-link-override:hover {
    color: var(--clr-green);
}


/*=========================================
	Join the family
==========================================*/

.join {
    background-color: var(--clr-grey);
    color: var(--clr-white);
}

.join-outter-container {
    display:flex;
    flex-direction: column;
    padding: 2em;
    text-align: center;
}

.join-outter-title {
    margin-top:1.25em;
    font-family: var(--ff-brandon-light);
    font-size: x-large;
}

.join-outter-description {
    font-family: var(--ff-georgia);
    font-size: 3.5em;
    margin-top: 1.5em;
}

.join-outter-enroll {
    display: flex;
    justify-content: center; 
    align-items: center;
}


.join-enroll {
    /* margin-top: 4.0em; */
    /* padding: 1em; */
    margin-top: 3.0em;
    padding: 1em;
    background-color: var(--clr-black);
    font-family: var(--ff-brandon-bold);
    font-size: x-large;
    color: var(--clr-white);
    cursor: pointer;
    border-style: solid;
    width: clamp(25%,25%,25);
}

.join-enroll:hover {
    background-color: var(--clr-grey);
}

.join-enroll:active {
    background-color: var(--clr-black);
    color: var(--clr-white);
}

/*=========================================
	Contact
==========================================*/

.contact {
    padding-bottom: 0;
}

.contact-outter {
    margin-top: 35px;
    margin-bottom: 60px;
}

.contact-tile-header {
    margin-top: 1em;
    font-family: var(--ff-brandon-medium);
    letter-spacing: 0.075em;
    font-weight: 600;
    font-size: x-large;
}

.contact-tile-description {
    margin-top: 1em;
    font-family: var(--ff-brandon-light);
    font-size: x-large;
    text-align: center;
    line-height: 1.5em;
}

.contact-btn {
    /* margin-left: 0.5em; */
    /* margin-right: 0.5em; */
    border-style: solid;
}

.contact-btn:hover {
    cursor: pointer;
    background-color: var(--clr-grey);
    color: var(--clr-white);
}

.e:hover {
    cursor: pointer;
}

.e&gt;.e1::after {
    content: "Click to reveal email";
    text-decoration: underline;
}

/*
.e&gt;.e1:hover {
    font-weight: bold;
    text-decoration: overline;
}
*/

.e:focus {
    outline: none;
    /* visual indicator for TAB key users */
    text-decoration: underline 2px var(--clr-grey);
}

.e:focus&gt;.e1::after {
    content: "hello";
}

.e:focus&gt;.e2::after {
    content: "@";
}

.e:focus&gt;.e3::after {
    content: "ashford.md";
}

span.rev {
    unicode-bidi: bidi-override;
    direction: rtl
}

span.rev.phone:before {
    content: "30-"
}

span.rev.phone:after {
    content: "ATLED (919) 1+"
}

.contact-address h3 {
    color: var(--clr-dark-blue);
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
}

.contact-address p {
    line-height: 24px;
}

.contact-address&gt;p&gt;i {
    margin-right: 0.5em;
}

.contact-address-mailing {
    text-decoration: underline;
    /* font-size: medium; */
    /* font-weight: bold; */
}

#map_canvas {
    height: 215px;
    width: 100%;
}


/*=========================================
	Footer
==========================================*/

.footer {
    background-color: var(--clr-green);
    border-top: 5px solid var(--clr-grey);
    color: var(--clr-white);
    padding-top: 0em;
    padding-bottom: 2em;
}

.footer a:hover {
    color: var(--clr-dark-blue);
}

.footer h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 30px;
}

.footer-single .subscribe {
    margin-bottom: 15px;
    position: relative;
}

.subscribe #subscribe {
    background-color: transparent;
    border: 2px solid var(--clr-white);
    border-radius: 2px;
    height: 40px;
    text-indent: 10px;
    width: 100%;
}

.subscribe #subs {
    background-color: transparent;
    border: 0 none;
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 6px;
}

.footer-single {
    line-height: 24px;
}

/* .footer-single ul {} */

.footer-single li {
    line-height: 32px;
}

.footer-single p i {
    margin: 0 10px;
}

.copyright {
    color: var(--clr-white);
    margin-top: 100px;
}

#back-top {
    bottom: 2em;
    position: fixed;
    right: 2em;
    z-index: 9;
    color: var(--clr-grey);
}

.spinner {
    width: 6.2vw;
    height: 6.2vw;
    background-color: var(--clr-green);
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.fade-in-text {
    display: inline-block;
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 150px;
    color: rgb(255, 255, 255);
    animation: fadeIn linear 2s;
    -webkit-animation: fadeIn linear 2s;
    -moz-animation: fadeIn linear 2s;
    -o-animation: fadeIn linear 2s;
    -ms-animation: fadeIn linear 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* hide mobile version by default */

.logo-mobile {
    display: none;
}


/* when screen is less than 600px wide
     show mobile version and hide desktop */

.custom-devider {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d8d5cf;
    margin-top: 2.75em;
}


/* V2TODO: Uncomment this so it loads from CDN
@import url('http://fonts.cdnfonts.com/css/befront');
*/

@font-face {
    font-family: StringsFree;
    font-weight: bold;
    src: url('../fonts/StringsFree.otf') format('opentype');
}


/* @font-face {
    font-family: LamoreRegularOTF;
    src: url('../fonts/LAMORE.otf') format('opentype');
} */

@font-face {
    font-family: LamoreLightOTF;
    src: url('../fonts/LAMORE-Light.otf') format('opentype');
}


/* @font-face {
    font-family: 'LamoreLight';
    src: url('../fonts/LAMORELight.woff2') format('woff2'), url('../fonts/LAMORELight.woff') format('woff'),
} */


/* @font-face {
    font-family: 'LamoreRegular';
    src: url('../fonts/LAMORERegular.woff2') format('woff2'), url('../fonts/LAMORERegular.woff') format('woff'),
} */

@font-face {
    font-family: 'Befront';
    font-style: normal;
    font-weight: 400;
    src: local('Befront'), url('../fonts/Befront.woff') format('woff');
}</pre></body></html>