h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
  font-weight: 400;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 64px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 48px;
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  h6 {
    font-size: 20px;
  }
}

.banner-title {
  color: #FFF;
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

@media (min-width: 768px) {
  .banner-title {
    font-size: 96px;
  }
}

#footer a {
  color: #FFF;
  font-family: "Sofia Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
}

#footer a:hover {
  color: #f39227;
}

#footer a:focus {
  color: #f39227;
}

.more {
  text-transform: uppercase;
  margin-top: 20px;
  color: var(--bs-link-color);
}

span {
  font-size: 18px;
}

#testimonials h6 {
  font-weight: 300;
}

h6.text-secondary {
  margin: 0px 13px;
  text-transform: uppercase;
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

a:hover {
  color: #666 !important;
}

a:focus {
  color: #999;
}

