@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto-Regular.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "AmaticSC";
  src: url("./fonts/AmaticSC-Regular.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Barlow";
  src: url("./fonts/Barlow-Regular.ttf");
  font-weight: 200;
}
body, html {
  font-family: "Barlow";
}

.f-amatic {
  font-family: AmaticSC;
}

h1, h2, h3, h4, h5 {
  color: #404a3d;
}

.behind, .infront {
  position: absolute;
  top: 0;
  width: 100%;
}

.text-behind {
  display: block;
  bottom: 30px;
  color: white;
  position: absolute;
  z-index: 9999;
}

.main-content {
  background-color: #f5f0e9;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: #eddd5e;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  padding: 23px 50px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: unset;
}

.thm-btn:hover {
  background-color: #5b8c51;
  color: #ffffff;
}

.sameas-behind .logo {
  margin-top: 80px;
}

@media only screen and (max-width: 431px) {
  .text-behind {
    bottom: 1px;
  }

  .header-text-h2 {
    font-size: 15px;
  }

  .header-text-h3 {
    font-size: 13px;
  }

  .sameas-behind .logo {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-top {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=styles.css.map */
