html {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh; 
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.618;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.header {
    height: 75px;
    width: 80%;
    margin: 10px auto 0px auto;
}

.overlay {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

#site-content {
    max-width: 75%;
    margin: 50px auto;
    text-align:center;
    min-height: 600px;
}

.site-footer {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    position: relative;
}

.footer-bottom {
    width: 100%;
    bottom: 0;
    background: #1a1a1a;
}

.copyright {
    height: 30px;
    color: #fff;
    text-align:center;
    padding: 10px 0 30px 0;
}

.logo {
    width: 50%;
    float: left;
    font-weight: bold;
    font-size: 1.5em !important;
    line-height: 1.3em;
}


.logo-text {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 3px;
}

.logo img {
    margin: 0 20px;
    max-height: 60px;
    float:left;
}

.site-content {
    width:80%;
    margin: 0 auto;
    padding: 50px 20px;
    min-height: 800px;
}

@media only screen and (max-width: 768px){

    #site-content {
        max-width: 95%;
        margin: 25px auto;
    }

    h1.content-header {
        font-size: 1.5em;
    }
}
