/* Header */
div#header_container {
    background-color: white;
    z-index: 98;
    opacity: 0.85;
}

hgroup>* {
    opacity: 1;
}

hgroup {
    text-align: center;
}

hgroup h1 {
    text-transform: uppercase;
}


/* Navigation */
nav {
    color: white;
    background-color: #0d4676;
    z-index: 99;
    opacity: 0.85;
}

nav ul {
    list-style: none;
}

nav ul li {
    text-align: center;
}

nav ul li a {
    color: white;
    letter-spacing: 0.1rem;
    font-weight: bold;
    opacity: 1;
}

nav ul li a:hover {
    color: #0d4676;
}

nav ul li:hover {
    background-color: #ffcc00;
}






body {
    width: 100%;
    margin: 0 auto;
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #6E90AD;
    opacity: 1;
    transition: 1s opacity;
}

body, a.header_contact {
    color: #0d4676;
}

body.fade-out {
    opacity: 0;
    transition: none;
}



h1 {
    font-size: 1.7rem;
}

h2 {
    margin: 20px 0;
    font-size: 1.03rem;
}

h3 {
    margin: 10px 0;
    font-size: 2.5rem;
}


div.hero_text h3 {
    color: white;
    text-transform: uppercase;
}

h4 {
    font-size: 1.2rem;
    margin: 4px 0;
}

h5 {
    font-size: 0.6rem;
    letter-spacing: 0.04em;
}

p, label, span, .service dl {
    font-size: 0.9rem;
}

dl {
    margin-left: 20px;
}

dt {
    margin-top: 1rem;
    margin-bottom: 0.3rem;
    font-style: italic;
}

dd {
    margin-left: 2rem;
}

p, dd {
    line-height: 1.2rem;
}

input, select, textarea, button {
    font-size: 0.75rem;
}

.logo {
    height: 6rem;
    background-color: white;
}

a {
    text-decoration: none;
    color: white;
}

div#tel_fax_email a:hover {
    cursor: pointer;
    color: #0d4676;
}

div#contact_email_form h4 {
    margin-bottom: 20px;
    clear: both;
}

input.capitalize {
    text-transform: capitalize;
}

.form_buttons.disabled {
    opacity: 0.8;
    color: white;
    background-color: #0d4676;
}

.form_buttons.enabled {
    opacity: 1;
    cursor: pointer;
    color: white;
    background-color: #0d4676;
}

footer small {
    font-size: 0.65rem;
}

.hidden {
    display: none;
}

.clearfix {
    height: 0;
    margin: 0;
    clear: both;
}

figure.project p a {
    color: inherit;
}

