.menu{
    background-color: #4e7fb9 !important;
}
.item{
    color: #fff !important;
}
.item:hover{
    opacity: 0.9;
}

#logo{
    width: 200px;
    max-width: none !important;
    height: 46px;
}

.btn-nav{
    background-color: #fff !important;
    color: #4e7fb9 !important;
    width: 180px;
}
.btn-nav:hover{
    opacity: 0.9;
}

.btn-nav-mobile{
    background-color: #fff !important;
    color: #4e7fb9 !important;
    width: 100%;
}