footer.site-footer.footer {
    background: #12121B;
    border-top: unset;
    border-top: 1px solid rgba(255,255,255,0.15);
}
.site-footer__bottom {
    background: #12121B;
    border-top: unset!important;
}

.site-footer__bottom a {
    color: rgba(255,255,255,0.8);
    transition: 0.3s;
}

li a.nav-link:hover {
    color: rgba(255,255,255,1);
}
footer div.fifth-footer-wrapper { font-family: 'Source Sans Pro', sans-serif; }
div.fifth-footer-wrapper { opacity: 0.7;}
#page { overflow: hidden; }


