/***************************
    NAVBAR
****************************/
@media (min-width: 768px) {
    a.navbar-brand img {
        max-height: 145px!important;
    }
}

/***************************
    NAVBAR BACKGROUND
****************************/
@media (max-width: 767.5px) {
    .navbar-default {
        background: #000 !important;
    }
}
@media (min-width: 768px) {
    .navbar-default, .navbar-fixed-top, div:has(.pageid-hom) .navbar-default, div:has(.pageid-hom) .navbar-default.dynamic-fixed.navbar-fixed-top {
        background: #000 !important;
        background-color: #000;
    }
}


/***************************
    FOOTER 
****************************/
.footer-container {
    background-color: #000 !important;
}