.is-active-dark-info,
.dark-info-nav-button:hover {
  background-color: hsl(204, 71%, 35%) !important;
}

.is-active-dark-gray,
.dark-gray-nav-button:hover {
  background-color: hsl(0, 0%, 25%) !important;
}

.dark-grey-text-forced {
  color: #4a4a4a !important;
}


ul li {
  font-size: 1.25rem;
  margin-bottom: 5px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.superscript-icon {
  vertical-align: super;
}

.subtitle {
  line-height: 1.5;
  max-width: 980px;
}

.fa-ul {
  max-width: 980px;
}

@media screen and (min-width: 991px) {
    .home-title {
      font-size: 6em !important;
    }
}
@media screen and (min-width: 665px) {
    .home-title {
      font-size: 4em !important;
    }
}
@media screen and (max-width: 664px) {
    .home-title {
      font-size: 2em !important;
    }
}