.navbar {
background-color: #7D38B0 !important;
}

.navbar-collapse {
    background-color: #7D38B0 !important;
}

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

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

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

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

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

.dropdown-item:active, .dropdown-item:hover {
  background-color: #7D38B0 !important;
  color: #E7FF00 !important;
}

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

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

