body {
  background-color: #5CB19C;
  background-image: url(img/Achtergrond_01.png), url(img/Achtergrond_02.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  padding-top: 56px;
}

a {
  color: #FFF;
}

h1, h2, .barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
  max-width: 23ch;
}

.modal h1, .modal label, .modal input.form-control, modal select, .modal p {
  color: #5CB19C;
  max-width: initial;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

p.warning {
  color: var(--bs-danger);
}

.boek-intro {
  margin-bottom: 24px;
}

#more {
  padding-top: 80px;
}

#more h2 {
  max-width: 24ch;
}

#more p {
  max-width: 47ch;
}

h3 {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;  
  text-transform: uppercase;
}

strong {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;  
}

.btn-primary, .btn-secondary {
  --bs-btn-border-radius: 33px;
}

.btn-primary {
  --bs-btn-active-bg: #BDD998;
  --bs-btn-active-border-color: #BDD998;
  --bs-btn-bg: #BDD998;
  --bs-btn-border-color: #BDD998;
  --bs-btn-disabled-bg: #BDD998;
  --bs-btn-disabled-border-color: #BDD998;
  --bs-btn-hover-bg: #5CB19C;
  --bs-btn-hover-border-color: #5CB19C;
  --bs-btn-hover-color: #BDD998;
}

hr {
  border-color: #FFF;
  margin: 25px 0 15px;
  opacity: 1;
  width: 44px;
}

.icon-more {
  display: block;
  margin: 0 auto 80px;
  width: 18px;
}

.over-jelle {
  margin-bottom: 104px;
  margin-top: 115px;
  position: relative;
}

.over-jelle img {
  margin-bottom: 2rem;
}

.handtekening {
  bottom: 25%;
  max-width: 200px;
  position: absolute;
  right: 25%;
}

.card-container .row div {
  margin-bottom: 4rem;
}

.card {
  --bs-card-border-radius: 33px;
}

.book-in-card {
  margin: 12px auto;
}

.btn-card {
  margin-bottom: 24px;
}

footer {
  background-color: #BDD998;
  margin-top: 56px;
}

footer p {
  font-size: 14px;
  margin: 15px auto;
}

@media (min-width: 998px) {
  body {
    background-position: center top, center 98%;
    padding-top: 112px;
  }

  .boek-intro {
    margin-bottom: 0;
  }

  h1 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 32px;
    max-width: 23ch;
  }

  h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .handtekening {
    bottom: 5%;
    right: 40%;
  }

  .over-jelle {
    margin-bottom: 208px;
  }

  footer {
    background-color: #BDD998;
    margin-top: 192px;
  }
}