@charset "UTF-8";
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 1.66em;
    font-weight: 300;
    color: #354955;
    margin: 0;
    padding: 0;
}

.page {
    max-width: 90%;
    margin: 0 auto;
}

h1 {
    color: #00677e;
    font-size: 1.5em;
    font-weight: 300;
    margin: 1.5em 0;
}

h2 {
    color: #00677e;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
}

a {
    color: #00677e;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}

a:hover {
    color: #00677e;
    text-decoration: underline;
}

p {
    margin-bottom: 1em;
}

img {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

@media (min-width: 992px) {
    .page {
        max-width: 960px;
    }
}