/* Project global styles */

/* Highlight active nav item with background */
.navbar .nav-link.active,
.navbar .nav-link.active:hover,
.navbar .nav-link.active:focus {
  background-color: #6c757d; /* Bootstrap gray-600 */
  color: #fff !important;
  border-radius: .375rem;
}
