@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600|Oswald:300&subset=latin,latin-ext);

html {
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    text-align: justify;
    color: black;
    background: url("../img/static/bg.png");
}

body {
    margin: 0;
}

img {
    max-width: 100%;
//##    height: 100% !important;
    display: block;
    margin: 0 auto;
}

a, a:hover, a:visited {
    color: #0040d4;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header::after {
    display: block;
    content: " ";
    clear: both;
}

.header a {
    color: black;
    text-decoration: none;
}

.zosp {
    max-height: 100%;
    float: left;
}

.sitename {
    float: left;
    margin-left: 3rem;
    padding-top: 0.5rem;
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: bold;
}

.coa {
    max-height: 100%;
    float: right;
}

.content-element {
    background: white;
    padding: 1rem;
    box-shadow: 0 0 15px black;
}

.main-container {
    max-width: 960px;
    margin: 3rem auto;
}

.main-container .top-tier {
    border-top: 5px solid #e00000;
}

.header {
    border-bottom: 5px solid #e00000;
    height: 120px;
    padding: 1rem calc((100vw - 1320px - 2*1rem)/2);
}

.header > *:first-child {
    margin-left: 1rem;
}

.header > *:last-child {
    margin-right: 1rem;
}

.menu-container {
    margin-bottom: 1rem;
    padding: 0.5rem;

    text-align: center;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
}

.menu-container > div {
    display: inline-block;
}

.menu-container > div:not(:last-child) {
    margin-right: calc(1rem - 0.2rem);
}

.menu-container > div:not(:first-child) {
    padding-left: 1rem;
    border-left: 2px solid black;
}
