body {
    background-color: #000000;
}

header {
    width: 100%;
    height: 520px;
    background-image: url('../img/header-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
}

#logo {
    position: absolute;
    width: 477px;
    height: 318px;
    top: 325px;
    left: 50%;
    margin-left: -239px;
    background-image: url('../img/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1000;
}

#top-bar {
    position: absolute;
    width: 100%;
    height: 92px;
    top: 520px;
    left: 0;
    right: 0;
    background-image: url('../img/frame-bg.jpg');
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 900;
}

#site-content {
    padding-top: 170px;
    padding-bottom: 90px;
}

@media (max-width:480px) {
     #logo {
         width: 100%;
         top: 340px;
         left: 50%;
         max-width: 100%;
         margin-left: -50%;
     }


    #site-content {
        padding-top: 150px;
    }
}


a,
a:hover,
a:visited {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1083px;
}


.video-container {
    position: relative;
    padding-bottom: 35.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-top: 75px;
	
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



h1 {
    text-align: center;
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
    color: #737373;
}

.h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center;
    color: #ffffff;
    padding: 30px 0;
}

p {
    margin: 0 0 18px;
}

#content {
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 20px;
    color: #ffffff;
    margin: 60px 0;
    line-height: 30px;
}

    #content p:first-letter {
        font-size: 52px;
        line-height: 30px;
        color: #C62E2D;
    }

@media (max-width:768px) {
    #content p {
        padding-left: 8px;
        padding-right: 8px;
    }
}


.thin-hr {
    width: 100px;
    height: 2px;
    background-color: #3c3c3c;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}



footer {
    width: 100%;
    height: 640px;
    background-image: url('../img/footer-bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}

#bottom-bar {
    width: 100%;
    height: 92px;
    background-image: url('../img/frame-bg.jpg');
    background-repeat: repeat-x;
    background-size: contain;
    z-index: 900;
}

#footer-content {
    width: 100%;
    text-align: center;
}

#footer-text {
    font-family: 'Sorts Mill Goudy', serif;
    text-align: center;
    color: #C52E2D;
    line-height: 25px;
    font-size: 16px;
}
