/* Top nav active states */
.topnav .dropbtn.active {
  background-color: #000 !important;
  color: #fff !important;
}

.topnav a.active,
.dropdown-content a.active {
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 700;
}

.dropdown-content a.active strong {
  color: #fff !important;
}

.dropdown:hover .dropbtn.active {
  background-color: #000 !important;
  color: #fff !important;
}
