#dropdownMenuButton {
    background-color: transparent; 
    border: none;
    font-weight: bold;  
    /* color: lightgrey; */
}

#dropdownMenuList {
    background-color: #464e5b;
    border-color: transparent;
    border-radius: 0;
    width: 10px !important; 

    background-color: transparent; 
    
}

#dropdownMenuList > .dropdown-item {
    color: white;
    font-weight: bold;     
    background-color: #464e5b;    
    width: 65px;
}

#dropdownMenuList > .dropdown-item:hover
/* #dropdownMenuList:focus > .dropdown-item,
#dropdownMenuList:link > .dropdown-item, 
#dropdownMenuList:visited > .dropdown-item, 
#dropdownMenuList:active > .dropdown-item */ {
    /* color: #464e5b; */
    color: lightgrey;    
    /* background-color: white; */
    background-color: #464e5b;        
    width: 65px;
}

.white {
    color: white;
}
.blue-custom {
    color: #327aa4;
}
.navbar-custom {
    padding-top: 55px;
}

.logo-nav {
    width: 180px;
}