.shaded-emphasis {
  background: #993366 !important;
  border-color: inherit !important;
  color: white !important;
}

.shaded-emphasis-tint {
  background: rgba(153, 51, 102, 0.3) !important;
}

.shaded-meta {
  background: #00528a !important;
  border-color: inherit !important;
  color: white !important;
}

.shaded-meta-tint {
  background: rgba(0, 82, 138, 0.3);
}

.shaded-nav {
  background: #007f80 !important;
  border-color: inherit !important;
  color: white !important;
}

.dropdown-menu,
li.dropdown.show {
  color: white !important;
  background: #006666 !important;
}

.home .dropdown-menu,
.home li.dropdown.show {
  background: #006666 !important;
}

.site-title span a {
  color: rgba(4, 112, 124, 1);
}

.shaded-nav-tint {
  background: rgba(0, 153, 153, 0.3) !important;
}

.bg-dark-blue {
  background-color: #007ba4 !important;
}

.bg-light-blue {
  background-color: #9fd1e7 !important;
}

.bg-dark-green {
  background-color: #007f80 !important;
}

.bg-light-green {
  background-color: #badedd !important;
}