.dropdown-item:focus, .dropdown-item:hover {
  color: #f8f8f8;
  text-decoration: none;
  background-color: #f8f8f8;
}

.dropdown-item {
}

body {
  margin: 0;
  font-family: Montserrat,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #231f20;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #231f20;
  background-clip: padding-box;
  /*border: 1px solid #fff200;*/
  border-radius: .25rem;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f8f8f8;
}

