.dropdown-item, .nav-link {
  color: white;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu, .dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .1em;
  margin-left: .1em;
}

a.nav-link:visited {
    color: white;
}

@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}
