header {
  background-color: #232f3d;
  height: 60px;
  min-width: 1320px;
  padding: 0 15px;
}

header a,
header span {
  line-height: 60px;
  color: #ccc;
}

header a.active,
header a:hover,
header span.active,
header span:hover {
  color: white;
}

header a.active,
header span.active {
  font-weight: 700;
}

.show {
  display: block !important;
}

.dropdown-content {
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #232f3d;
  min-width: 100px;
}
