.dropdown-toggle:hover {
  color: #ffffff;
  text-decoration: none;
}

.dropdown-toggle {
  color: hsla(0,0%,100%,.5);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2e2f37;
  text-decoration: none;
  background-color: rgba(23,162,184,0.6);
}

.bg-gradient-primary {
  background-color: #17a2b8;
  background-image: linear-gradient(180deg,#17a2b8 10%,#17a2b8);
  background-size: cover;
}

