.navbar {
background-color: #3D90D7 !important;
}

.navbar-collapse {
    background-color: #3D90D7 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
     background-color: #3D90D7 !important;
}

.nav-link {
    color: #000000 !important;
}

.navbar-nav a {
    color: #000000 !important;
}

.nav-link:hover {
    color: #0E0D0D !important;
}

.navbar-toggler svg {
    fill: #121212 !important;
}

.dropdown-item:active, .dropdown-item:hover {
  background-color: #3D90D7 !important;
  color: #0E0D0D !important;
}

.dropdown-toggle::after {
      color: #1A1919 !important;
}

.offcanvas-title {
      color: #000000 !important;
}

