body .navbar, body .navbar .container{
    background-color: #4b423f !important;
}

body .navbar-background{
    height: 46px;
    bottom: 0;
}


body#body_id_2246 .navbar, body#body_id_2246 .navbar .container{
    background-color: #C2D0DE !important;
}

body#body_id_2246 .navbar-background{
    height: 46px;
    bottom: 0;
}

@media screen and (max-width: 992px){
    .navbar-background{
        display: none !important;
    }
}