#three_animation_ {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: -1;
}

#banner {
    background: none!important;
    background-image: none!important;
    height: 600px;
}

#banner > .inner { position: relative; }

@media screen and (max-width: 736px) {
    #banner .logo {
        text-align: center;
    }
    
    #banner .logo img { max-width: 100%; }

    .slogan {
        padding-top: 0!important;
        color: black;
        text-align: center;
    }
}

@media screen and (min-width: 736px) {
    #banner > .inner > div {
        color: black;
        width: 50%;
        margin: 0;
        display: block;
        float: left;
    }
}

#stats { display: none; }

.logo > img { width: 300px; }
.slogan { padding-top: 120px; }

#header a { color: black!important; }

#footer {
    background-color: #2e3141;
    background-image: linear-gradient(to top, rgba(46, 49, 65, 0.8), rgba(46, 49, 65, 0.8)), url(../../images/bg.jpg);
    background-size: auto, cover;
    background-position: center, center;
    margin-top: -6.5em;
    padding-top: 6.5em;
}