.dropdown-menu {
  background-color: white !important;
}

.dropdown-menu > li > a:hover{
  background-color: white !important;
  color: #1fb25a;
}

#navbar > nav > ul > li > a:hover{
  background-color: white;
  color: #1fb25a;
}
#navbar > nav > ul > li > a:focus{
  background-color: white;
  color: #1fb25a;
  border: 0px
}

.navbar-toggler{
  background-color: white !important; 
}