@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
html, body {
  padding: 0;
  margin: 0;
}

a {
  color: #EE5D2A;
  transition: 0.15s;
  text-underline-offset: 3px;
  text-decoration-thickness: 0.15rem;
  text-decoration-skip-ink: none;
  text-decoration-color: rgb(251.5704347826, 222.3182608696, 212.0295652174);
}
a:hover {
  text-decoration-color: rgb(244.7852173913, 157.6591304348, 127.0147826087);
  transition: 0.15s;
}

body {
  font-family: "EB Garamond", serif;
  font-size: 1.2rem;
  text-align: center;
  background-color: #ffefef;
  background: #FAF3E9 url(/images/paper_color_2.png) center center repeat;
  background-size: 256px 256px;
  color: #555;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: max(600px, 100vh);
  position: relative;
  flex-direction: column;
  gap: 2rem;
}

.body-teaser {
  justify-content: center;
  position: relative;
}
.body-teaser .teaser {
  opacity: 0;
  animation: fadeIn 1s ease-in 0s forwards;
}
.body-teaser .last-update {
  opacity: 0;
  animation: fadeIn 1s ease-in 1.2s forwards;
}

::selection {
  background-color: rgba(238, 107, 61, 0.5);
}

#map {
  border: 1px solid rgba(126, 42, 18, 0.3);
  border-radius: 8px;
  width: 80%;
  max-width: 840px;
  height: 500px;
}

.last-update {
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.last-update small {
  color: #999;
}
.last-update h2 {
  font-size: 2rem;
  margin-bottom: 0;
  font-family: "Amatic SC", sans-serif;
  font-weight: 600;
  color: rgba(126, 42, 18, 0.75);
}

.teaser {
  position: relative;
  margin-bottom: 6rem;
  margin-top: 8rem;
}
.teaser::before, .teaser::after {
  content: " ";
  display: block;
  position: absolute;
  width: 250px;
  height: 250px;
}
.teaser::before {
  left: -125px;
  top: -125px;
  background: transparent url(/images/top-left.png) center center no-repeat;
  background-size: contain;
}
.teaser::after {
  right: -125px;
  bottom: -125px;
  background: transparent url(/images/bottom-right.png) center center no-repeat;
  background-size: contain;
}
.teaser h1 {
  font-family: "Amatic SC", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  font-style: normal;
  margin-bottom: 0;
  color: rgba(126, 42, 18, 0.75);
  margin-top: 0;
}
.teaser h1 .ampersand {
  font-weight: 600;
  font-size: 66.7%;
  line-height: 0px;
  position: relative;
  top: -0.32rem;
}
.teaser h2 {
  font-family: "Amatic SC", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
  color: #EE5D2A;
  opacity: 0.84;
}

.faqs h2 {
  font-family: "Amatic SC", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: rgba(126, 42, 18, 0.75);
}
.faqs h3 {
  font-family: "Amatic SC", sans-serif;
  font-size: 2rem;
  color: #EE5D2A;
  margin: 2rem 0 0.5rem;
  font-weight: 600;
}
.faqs p {
  margin-top: 0;
}

@media (max-width: 580px) {
  .teaser {
    margin-bottom: 10rem;
  }
  .teaser:before {
    display: none;
  }
  .teaser:after {
    left: -50px;
    right: -50px;
    width: auto;
    bottom: -100px;
    height: 80px;
    background: transparent url(/images/hr.png) center center no-repeat;
    background-size: contain;
  }
  .teaser h1 {
    font-size: 3rem;
  }
  .teaser h2 {
    font-size: 2rem;
  }
  #map {
    width: 94%;
    max-width: 580px;
  }
  .faqs {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=main.css.map */
