:root{
    button : #05003f;
}
.color-button{
    background-color: #05003f ;
    border: unset;
}

.color-button:hover {
    box-shadow: inset 0 0 5px grey;
}

.color-outline-btn:hover
{
    background-color: #05003f ;
    border-color: #05003f ;
    color: white ;
}
.color-outline-btn{
    border-color: #05003f ;
    color: #05003f ;
}
.dropdown-item:focus{
    background-color:#05003f;
}

#vbi-navigation .navbar-item:hover > .navbar-link {
    background-color: #05003f;
    border-radius: 5px;
    color: whitesmoke;
}

.slider-btn:hover {
    background-color: white;
    border: 1px solid #05003f!important;
    color: #05003f!important;
}