/* nerko-one-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nerko One";
  font-style: normal;
  font-weight: 400;
  src: url("../lib/fonts/nerko-one-v16-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: normal;
  font-weight: 400;
  src: url("../lib/fonts/arvo-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* arvo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Arvo";
  font-style: normal;
  font-weight: 700;
  src: url("../lib/fonts/arvo-v22-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body,
html,
* {
  font-size: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: clip;
  background: #FAF0CA;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 750px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1250px) {
  .container {
    max-width: 1250px;
  }
}
@media (min-width: 1750px) {
  .container {
    max-width: 1750px;
  }
}
@media (max-width: 750px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container--nav {
  height: 100%;
}
@media (min-width: 1250px) {
  .container--nav {
    max-width: 1950px;
    padding: 0 20px;
  }
}

.anchor {
  position: absolute;
  top: -80px;
}

.landingpage {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.landingpage h1 {
  font-size: clamp(1.25rem, 6vw, 5rem);
}
.landingpage h2 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  padding: 0.5rem 0;
}
.landingpage h3 {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.start h2 {
  text-align: center;
  font-size: clamp(2rem, 7vw, 6rem);
  line-height: clamp(1.5rem, 5vw, 3rem);
  text-wrap: nowrap;
  padding: 0.5rem 1rem;
  width: fit-content;
  margin: auto;
}
@media (max-width: 1024px) {
  .start h2 {
    padding-right: 1rem;
    background: white;
    border-radius: 50px/73px;
  }
}
.start h2 span {
  font-size: clamp(1.5rem, 5vw, 3rem);
  font-family: Arvo;
  padding-left: 18%;
  position: relative;
  display: inline-block;
}
.start h2 span:after {
  position: absolute;
  content: "";
  width: calc(100% + 4rem);
  height: clamp(3rem, 12vw, 8rem);
  background: white;
  left: -2rem;
  z-index: -1;
  bottom: 0;
  border-radius: 50px/73px;
}
@media (max-width: 1024px) {
  .start h2 span:after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .start h2 span {
    padding-left: unset;
  }
}
.start h1 {
  text-align: center;
  padding: 1.5rem;
  font-size: clamp(1rem, 3vw, 2rem);
}
.start h1 + p {
  text-align: center;
  padding-bottom: 3rem;
  text-wrap: balance;
  max-width: 775px;
  margin: auto;
}
.start__contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: bold;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
}
.start__contact h3 {
  font-size: clamp(1.15rem, 3vw, 2rem);
  padding-top: 0.5rem;
}
.start__contact p:first-of-type {
  padding-bottom: 0.5rem;
  display: block;
}
.start__contact p a {
  color: black;
}
.start hr {
  border-top: 0.5rem solid white;
}
.start__event {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: bold;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
  width: 100%;
}
.start__event h3 {
  font-size: clamp(1.15rem, 3vw, 2rem);
}
.start__event .event-card {
  border-radius: 1rem;
  padding: 1rem;
  width: 420px;
  height: 40vh;
  max-height: 200px;
  min-height: 150px;
  margin: 1rem 0;
}
@media (max-width: 750px) {
  .start__event .event-card {
    width: 100%;
    max-width: 420px;
  }
}
.start__event .event-card p {
  font-weight: 200;
}
@media (max-width: 750px) {
  .start__event--left {
    width: 100%;
  }
}
.start__event--left .event-card {
  background: #F4D35E;
}
.start__event--left .event-card h4 {
  color: black;
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: clamp(1rem, 3vw, 1.5rem);
  padding-bottom: 0.25rem;
}
.start__event--left .event-card h4 span {
  font-size: clamp(1.25rem, 4vw, 2rem);
  color: #32A287;
}
.start__event--left .event-card p {
  padding: 0.5rem;
}
.start__event--right .event-card {
  background: #32A287;
  color: white;
  text-wrap: balance;
  position: relative;
}
.start__event--right .event-card h4 {
  color: white;
  font-size: clamp(1rem, 3vw, 1.5rem);
  line-height: clamp(1rem, 3vw, 1.5rem);
  padding-bottom: 0.5rem;
}
.start__event--right .event-card h4 span {
  color: #F4D35E;
  font-size: clamp(1.25rem, 4vw, 2rem);
}
.start__event--right .event-card p {
  padding-right: 15%;
}
.start__event--right .event-card:after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 11.5rem;
  bottom: 0;
  right: -1rem;
  display: block;
  background-size: contain;
  background-position: bottom;
}

h2 {
  color: #F4D35E;
}

h3,
h1 {
  color: #32A287;
}

h1 {
  font-family: "Arvo";
}

h2,
h3,
h4 {
  font-family: "Nerko One";
  font-weight: 100;
}

p {
  font-family: "Arvo";
}

.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 9999;
}

.modal-content {
  margin: auto;
  display: block;
  background: white;
  border-radius: 1.25rem;
  min-height: 250px;
  width: 100%;
  max-width: 650px;
  padding: 1.25rem;
  position: relative;
  border: 5px solid #32A287;
}
.modal-content h2 {
  font-size: clamp(1.125rem, 3vw, 2.125rem);
  padding-bottom: 0.5rem;
  color: #32A287;
}
.modal-content p {
  text-wrap: balance;
  line-height: 2rem;
  font-size: clamp(100% - 3px, 2vw, 100%);
}
@media (max-width: 750px) {
  .modal-content p {
    line-height: 1.5rem;
  }
}
.modal-content .modal-close {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #32A287;
  font-family: Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
}

#modal:checked ~ .modal-content,
#modal:checked ~ .modal-container {
  opacity: 0;
  pointer-events: none;
  transition: 0.75s all linear;
}

footer {
  padding-bottom: 1rem;
}
footer ul {
  display: flex;
  list-style: none;
}
footer ul li a.privacy {
  color: #32A287;
  margin: 0.25rem;
  text-decoration: unset;
  transition: 0.25s all linear;
}
footer ul li a.privacy:hover {
  text-decoration: underline;
  transition: 0.25s all linear;
}

.navigation__content {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  width: 100%;
}
.navigation__content--left img {
  width: 180px;
  height: 46px;
}
.navigation__content--right img {
  width: 123px;
  height: 132px;
}
@media (max-width: 750px) {
  .navigation__content--right img {
    width: 80px;
    height: 89px;
  }
}

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