@font-face {
  font-family: "Makan Hati";
  src:
    url("./fonts/Makan_Hati.woff") format("woff"),
    url("./fonts/Makan_Hati.woff2") format("woff2");
}

h1, h2, .footer__text {
  font-family: "Makan Hati";
}

h2 {
  font-size: 30px;
  line-height: 25px;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.header img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  object-position: top center;
}


.highlighted {
  color: #3D8D24;
  font-weight: bold;
}

.title,
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.title__top {
  font-size: 45px;
  line-height: 40px;
  color: #3D8D24;
}

.title__top,
.title__bottom {
  display: inline-block;
  width: 100%;
}

#main {
  padding-left: 4rem;
  padding-right: 4rem;
}

.footer__text,
.title__bottom {
  font-size: 20px;
  display: inline-block;
  width: 100%;
}

@media all and (min-width: 768px) {

  p {
    font-size: 20px;
  }

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

  .title {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title__top {
    font-size: 55px;
    line-height: 50px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer__text,
  .title__bottom {
    font-size: 30px;
  }
  
}

@media all and (min-width: 1024px) {

  h2 {
    font-size: 60px;
    line-height: 55px;
  }

  .title {
    padding-bottom: 80px;
  }

  .title__top {
    font-size: 65px;
    line-height: 60px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer__text,
  .title__bottom {
    font-size: 40px;
  }
  
}