/* Background colors */
.bg-darkgray {
  color: #f9f9f9 !important;
  background-color: #999 !important;
}
/* Text colors */
.text-darkgray {
  color: #999 !important;
}
@media screen and (min-width: 561px) {
  body > .header .logo {
    font-size: 18px;
  }
}
