.navbar {
background-color: #80C691 !important;
}

.navbar-collapse {
    background-color: #80C691 !important;
}

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

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

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

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

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

.dropdown-item:active, .dropdown-item:hover {
  background-color: #80C691 !important;
  color: #CC9F44 !important;
}

.dropdown-toggle::after {
      color: #144C75 !important;
}

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

