body {
  font-family: "Montserrat Alternates", sans-serif;
  font-weight: normal;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 150%;
}

header {
  background-color: #15273c;
}

footer {
  background-color: #efefef;
  font-size: 75%;
}

a {
  color: #15273c;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #15273c;
}

.material-icons {
  color: #15273c;
}

.font-75 {
  font-size: 75%;
}

@media all and (min-width: 992px) {
  .hero {
    min-height: calculate_rem(360px);
  }
}/*# sourceMappingURL=styles.css.map */