body {
    color: #526066;
    margin: 0 auto;
    background: transparent url('../images/greyzz.png') 0 0 repeat fixed;
}

h2, h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}

.l-content {
    margin: 0 auto;
    max-width: 1150px;
}

.l-box {
    padding: 0.5em 2em;
}
#contact {
    text-align: right;
    line-height: 3em;
}
#contact > a {
    color: #777;
    display: inline-block;
    padding: 0em 1em;
}
#contact > a:hover {
    background: none repeat scroll 0% 0% #EEE;
}
.banner {
    background: transparent url('../images/background-main.jpg') 0% 0% no-repeat fixed;
    text-align: center;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/background-main.jpg', sizingMethod='scale');

    height: 200px;
    width: 100%;
    margin-bottom: 1em;
    display: table;
}
.banner-head {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 2em;
    color: white;
    font-weight: 500;
    text-shadow: 3px 3px 3px black;
}
.information-head {
    color: black;
    font-weight: 500;
}
.footer {
    background: #e5e5e5;
    color: #888;
    text-align: center;
}
.footer a {
    color: #ddd;
}

.embed-container {
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

@media(min-width: 767px) {
    .banner-head {
        font-size: 4em;
    }
}

@media (min-width: 480px) {
    .banner {
        height: 400px;
    }
    .banner-head {
        font-size: 3em;
    }
}
