.navbar-custom {
    background-color: #376088;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.9);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,.7);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}
/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: #376088;
}
.navbar-custom .dropdown-item {
    color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #333333;
    background-color: rgba(255,255,255,.5);
}

.table-dark-custom {
    background-color: #376088;
    color: rgba(255,255,255,.7);
}
.table.table-dark-custom > tbody > tr:hover,
.table.table-dark-custom a
{
    color: #FFFFFF;
}