.navbar-custom {
  background-color: #337ab7;    
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255,255,255,.8)!important;
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link .nav {
  color: rgba(179, 48, 48, 0.5)!important;
}
/* change the color of active or hovered links */
.navbar-custom .nav-link .nav-second-level .a,
.navbar-custom .nav-item:hover .nav-link {
  color: #924343!important;
}

.sidebar a {
  color: #f1f1f1;
}

.sidebar a:hover {
  color: blue;
}
.sidebar a:focus,li:focus {
  color: blue;   
}
.sidebar ul li a.active {
  color: blue; 
 
}