.dropdown-item{
    color: #fff;
}
.dropdown .dropdown-menu{
    display: none;
    background: #052961 !important;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu{
    display: block;
    margin-top: 0.1em;
    margin-left: 0.1em;
}
@media screen and (min-width: 769px){
    .dropend:hover > .dropdown-menu{
        position: absolute;
        top: 0;
        left: 100%;
    }
    .dropend .dropdown-toggle{
        margin-left: 0.5em;
    }
}

.custom-navbar {
    color: #fff !important;
    background-color: #052961 !important;
}
