#mainNav .navbar-nav > li > a.active {
  color: var(--bs-primary) !important;
}

.btn {
  font-family: "Lato","Helvetica","Arial","sans-serif";
  letter-spacing: 2px;
  text-transform: none !important;
  font-weight: bold;
}

header.masthead .header-content h1, header.masthead .header-content .h1 {
  font-size: 32px;
  line-height: 42px;
}

@media (min-width: 992px) {
  header.masthead .header-content h1, header.masthead .header-content .h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

section.download h2, section.download .h2 {
  font-size: 56px;
  margin-top: 0;
}

@media (min-width: 768px) {
  section.download h2, section.download .h2 {
    font-size: 66px;
  }
}

.btn-xl {
  font-weight: bold !important;
}

#message-1 {
  display: none;
}

* {
  /*outline: solid 1px red;*/
}

