#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: #8c9190;
}

.bg-primary {
  background-color: #1f1f1f!important;
}

.bg-secondary {
  background-color: rgba(44,62,80,0)!important;
}

.text-uppercase {
  text-transform: none;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
  color: rgb(166,140,140);
}

a:active, a:focus, a:hover {
  color: rgb(166,140,140);
}

a:hover {
  color: rgb(166,140,140);
  text-decoration: underline;
}

a {
  color: rgb(166,140,140);
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #a9aead!important;
}

