@keyframes fade-slow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body {
  background-color: #e40146;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
}

h1 {
  font-family: Open Sans Bold, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3.5rem;
}

@media (width >= 992px) {
  h1 {
    font-size: 4rem;
    line-height: 8rem;
  }
}

h2 {
  color: #01a48b;
  margin-bottom: 1rem;
  font-family: Open Sans Bold, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (width >= 992px) {
  h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}

p, li {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

@media (width >= 992px) {
  p, li {
    font-size: 1.15rem;
  }
}

.wp-block-group {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (width >= 992px) {
  .wp-block-group {
    margin-bottom: 4rem;
  }
}

.navbar-brand {
  font-family: Open Sans Light, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

@media (width >= 1200px) {
  .navbar-brand {
    font-size: 1rem;
  }
}

.nav-link {
  font-family: Open Sans SemiBold, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

@media (width >= 1200px) {
  .nav-link {
    font-size: 1.25rem;
  }
}

.site-footer {
  color: #fff;
  background-color: #e40146;
  border-top: 1px solid #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: 2rem 1rem;
}
/*# sourceMappingURL=scripts.css.map */
