<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

/* FONT FACE */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular-webfont.woff') format('woff'),
    url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light-webfont.woff') format('woff'),
    url('../fonts/opensans-light-webfont.ttf') format('truetype'),
    url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1,h2,
.under-construction,
.contact-info li {
    font-family:'open_sanslight';
}




/* FONT SIZE */
h1 {
    font-size: 40px;
}

h2 {
    font-size: 20px;
}

.contact-info li {
    font-size:18px;
}

.under-construction p {
    font-size: 16px;
}


/* FONT MARGIN */

h2 {
    margin-bottom:20px;
}


/* FONT COLOR */

.contact-info li {
    color:#5f6265;
}

.footer {
    color:#878787;
}

.under-construction h1 {
    margin-bottom: 40px;
    text-transform: uppercase;
}

.under-construction p {
    max-width: 840px;
    margin:0 auto 30px auto;
}


.under-construction  {
    color:#fff;
    text-align: center;
}


.button a {
    color:#fff;
    text-decoration: none;
}

.button a:hover
 {
    color:#006993;
    text-decoration: none;
}



</pre></body></html>