* {
    margin: 0;
    padding: 0;
}

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

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

div.content {
    width: 100%;
    padding: 1% 0;
    position: relative;
    top: -170px;
    background-color: white;
}

h1 {
    font-size: 1.7rem;
}

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

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

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;
}

