
.text-nav {
    color: #5a9bc6 !important;
}

a.text-nav:hover {
    background-color: #6e6e6e;
    color: white !important;
}

.active {
    background-color: #5a9bc6 !important;
    color: white !important;
}