h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0.5%;
  font-family: "Libre Baskerville", serif;
  font-size: 3.125rem;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

h2 {
  margin-top: 20px;
  padding-top: 5px;
  font-size: 1.3rem;
  font-weight: 700;
}
h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.09rem;
}

p {
  font-size: 1rem;
}
/* navbar */
nav .navbarlogo {
  height: 100px;
  width: 100px;
  padding-bottom: 10px;
}

nav {
  background-image: url(../images/navbar-background2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.navtext:hover {
  color: #a4acea;
}
.navtext {
  font-size: 1.3rem;
  font-weight: bolder;
}

dt {
  text-align: center;
  margin-bottom: 10px;
}
dl {
  margin-bottom: 20px;
  font-size: 1rem;
}
dd {
  margin-bottom: 22px;
}

.titelpagina {
  padding-bottom: 20px;
}
.introbox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.introtekst {
  text-align: center;
}
.introtekst p {
  margin-top: 40px;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
.logokolom {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Cards */
.Ark-img {
  height: 200px;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.card {
  background-color: rgba(255, 255, 255, 0.859);
}

.card-body {
  text-align: justify;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.25rem;
}

.section1-card-body {
  margin-top: 40px;
  height: 1000px;
}
.card-header {
  background: linear-gradient(
    0deg,
    rgba(84, 97, 169, 1) 11%,
    rgba(169, 179, 236, 1) 100%
  );
  padding-left: 20px;
  padding-right: 20px;
}

.card-body .card-body-text {
  padding-left: 10px;
  padding-right: 10px;
  top: 4%;
  margin-bottom: 100px;
}

.Iconen {
  height: 70px;
}
.icoon-container {
  position: absolute;
  bottom: 10px;
  display: flex;
  align-items: center;
}

.icoon-container img {
  margin-left: 0.625rem;
}

.IntroImgLogos {
  margin: 0 auto;
  height: 310px;
  width: 250px;
}

.Horizon {
  margin-top: 10px;
  height: 200px;
}
/* icooncontainer classes van elk topic voor de tekst naar boven te pushen in de cards*/
.pricing-column {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cardlayout {
  border-radius: 1%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.section1 {
  border-top-width: 50px;
  border-top-style: solid;
  border-top-color: #a4acea;
  border-bottom-width: 50px;
  border-bottom-style: solid;
  border-bottom-color: #a4acea;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.section2 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  background-image: url(../images/arkVanPollareAchtergrond.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
}

.section3 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom {
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.aanmeldtext {
  padding-top: 10px;
  padding-bottom: 10px;
}

.aanmeldenbox {
  box-sizing: border-box;
  font-family: "Libre Baskerville", serif;
  font-weight: 900;
  color: white;
  margin-top: 100px;
  background-color: rgb(84, 97, 169);
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
  justify-content: center;
  height: auto;
  width: auto;
}

.aanmeldenknop {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 80px;
  width: 250px;
  display: inline-block;
  background: linear-gradient(
    0deg,
    rgba(84, 97, 169, 1) 0%,
    rgba(172, 180, 226, 1) 100%
  );
  color: #fff;
  padding: 10px 20px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.aanmeldenbox .aanmeldenknop:hover {
  height: 85px;
  width: 255px;
  font-size: 1.313rem;
  color: #fff;
  background: linear-gradient(
    0deg,
    rgb(135, 251, 251) 11%,
    rgba(169, 179, 236, 1) 100%
  );
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.knopbox {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1196px) {
  p {
    font-size: 0.9rem;
  }
  dl {
    font-size: 0.9rem;
  }
}
@media (max-width: 1095px) {
  .Hopecarelogo2 {
    display: none;
  }
  .Iconen {
    height: 60px;
  }
  h1 {
    font-size: 2.125rem;
  }
}
@media (max-width: 992px) {
  .navbar {
    --bs-navbar-padding-y: 4rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1rem;
    font-weight: 900;
  }
  .navbarknop {
    margin-right: 20px;
  }

  .knopbox {
    margin-top: 30px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .aanmeldtext {
    padding-left: 0;
  }
  .aanmeldenbox {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .Hopecarelogo {
    height: 300px;
  }
}
@media (max-width: 710px) {
  .logokolom {
    margin: 0 auto;
  }
  .Iconen {
    height: 70px;
  }
}

@media (max-width: 450px) {
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1rem;
  }
  .navbarknop {
    margin-right: 20px;
  }
  p {
    text-align: center;
  }
  dl {
    text-align: center;
  }
}
@media (max-width: 422px) {
  p {
    font-size: 0.85rem;
  }
  dl {
    font-size: 0.85rem;
  }
  h2 {
    font-size: 1rem;
  }
}
@media (max-width: 370px) {
  h1 {
    font-size: 1.125rem;
  }
  .Iconen {
    height: 30px;
  }
  .Hopecarelogo {
    width: 250px;
  }

  .Horizon {
    height: 150px;
    width: 200px;
  }

  .section1-card-body {
    height: 880px;
  }
}

@media (max-width: 320px) {
  p {
    font-size: 0.8rem;
  }
  dl {
    font-size: 0.8rem;
  }
  .Iconen {
    height: 30px;
  }
  .section1-card-body {
    height: 1100px;
  }
}
