/* Custom navigation colors for uebermich.html */

.nav-links a {
  color: #333 !important;
}

.nav-links a:hover {
  color: #BA84BC !important;
}

.nav-dropdown-menu a {
  color: #333 !important;
}

.nav-dropdown-menu a:hover {
  color: #BA84BC !important;
  background: #f7f3f8 !important;
}

.nav-dropdown-toggle {
  color: #333 !important;
}

.nav-dropdown-toggle:hover {
  color: #BA84BC !important;
}

.logo {
  color: #BA84BC !important;
}

.brand-circle {
  background: #BA84BC !important;
}
