@font-face {
  font-family: AvenirNextProRegular;
  src: url("../fonts/AvenirNextLTPro-Regular.otf");
}
html,
body {
  display: block;
  margin: 0;
  padding: 0;
  font-family: AvenirNextProRegular, Avenir, sans-serif;
  box-sizing: border-box;
  background-color: #f8f8f8;
  color: white;
}

h1 {
  font-size: 1.8rem;
  margin-top: 0px;
  letter-spacing: 1px;
}

h3 {
  margin-bottom: 2rem;
  letter-spacing: 1px;
}

h4 {
  letter-spacing: 1px;
}

p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  color: white;
  text-decoration: none;
}

i {
  font-size: 2rem;
}

header {
  background-color: rgba(255, 252, 55, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
header picture {
  width: 60px;
  height: 60px;
}
@media (min-width: 1200px) {
  header picture {
    padding: 0.75rem;
  }
}
header picture img {
  margin-left: auto;
  margin-right: auto;
  width: inherit;
  height: inherit;
}

.hero {
  /* Fallback */
  background-image: url("../assets/heroBg1x.jpg");
  /* Webkit */
  background-image: -webkit-image-set(url("../assets/heroBg1x.webp") 1x, url("../assets/heroBg2x.webp") 2x, url("../assets/heroBg1x.jpg") 1x, url("../assets/heroBg2x.jpg") 2x);
  /* Modern */
  background-image: image-set(url("../assets/heroBg1x.webp") 1x, url("../assets/heroBg2x.webp") 2x, url("../assets/heroBg1x.jpg") 1x, url("../assets/heroBg2x.jpg") 2x);
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 60px - 7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  /* Extra large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .hero {
    min-height: calc(100vh - 60px - 9rem);
  }
}
@media (min-width: 1200px) {
  .hero {
    min-height: calc(100vh - 84px - 11rem);
  }
}

.main__content {
  text-align: center;
  margin-bottom: 1.25rem;
  /* Medium devices (tablets, 768px and up) */
  /* Large devices (desktops, 992px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  .main__content {
    max-width: 70vw;
  }
}
@media (min-width: 992px) {
  .main__content {
    max-width: 60vw;
  }
}
@media (min-width: 1200px) {
  .main__content {
    max-width: 35vw;
  }
}
.main__content h1:first-of-type {
  margin-bottom: 0.5rem;
}
.main__content h1 {
  margin-bottom: 2rem;
}
.main__content h3:first-of-type {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
.main__content h3:nth-of-type(2) {
  margin-top: 0;
}
.main__content h4 {
  margin-top: 0.35rem;
  margin-bottom: 0px;
}
.main__content a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__content i {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}

footer {
  background-color: #fffc37;
  min-height: 7rem;
  display: flex;
  justify-content: center;
}
footer img {
  max-width: 7rem;
  /* Medium devices (tablets, 768px and up) */
  /* Extra large devices (large desktops, 1200px and up) */
}
@media (min-width: 768px) {
  footer img {
    max-width: 9rem;
  }
}
@media (min-width: 1200px) {
  footer img {
    max-width: 11rem;
  }
}/*# sourceMappingURL=main.css.map */