html, body {
    background:#000;
    color: #FFF;
    font-family: Inter, 'Source Sans Pro';
    font-size: 1rem;
    font-weight: 400;
    height:100%;
}

header {
    background:#000;
    text-align: center;
    padding:10px;
    height:145px;
}

footer {
    background:#000;
    color:#FFF;
    text-align: center;
    padding:10px;
    height:100px;
    font-size: .65em;
}

#body {
    height: calc(100% - 245px) !important;
    background: url('../images/banner.jpg') no-repeat center;
    background-size:cover;
}

.copyright {
    padding-top:20px
}

.logo {
    max-width:300px;
    margin: 0px auto;
}

@media (max-width: 650px)
{

}