.navbar-light .navbar-nav .nav-link {
  color: #404245;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #4caac0;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 500;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #4caac0;
}