/* style.css - Black Theme */
#esmenu, {
  color: white !important;
  text-align: center;
  font-weight: bold;
}

#es {
  color: #6c757d !important;
}

li {
  margin-right: 10px;
  color: white !important;
}

#esmenu:hover {
  background-color: #87bd40 !important;
  color: white !important;
  text-align: center;
  font-weight: bold;
}

.active, .btn:hover {
  background-color: #87bd40;
  color: white !important;
  font-weight: bold;
}