@import url("https://fonts.googleapis.com/css?family=Courgette|Oswald:400,500,600,700|Oxygen:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
.site-title {
  font-weight: 700;
  font-size: 80px;
  font-family: "Concert One", cursive;
  color: white;
  padding: 20px;
  line-height: 70px;
}

.header {
  background-color: #9fc5f8;
  width: 100%;
}

.header-title {
  color: white;
  font-size: 40px;
  font-weight: bold;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.header-content {
  color: white;
  margin-top: 10px;
  font-size: 28px;
}

.title {
  color: #666666;
  font-size: 32px;
  line-height: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.content {
  color: #666666;
  margin-top: 10px;
  font-size: 24px;
}

.button-box a {
  font-weight: bold;
  font-size: 24px;
}

.section {
  margin: 25px auto;
}

.section-container {
  display: flex;
  align-items: center;
}

.text-box {
  padding: 20px;
}

.center {
  text-align: center;
}

.btn-discover {
  margin-top: 40px;
}

.hide-desktop {
  display: none;
}

@media (max-width: 992px) {
  .section-container {
    flex-direction: column;
    justify-content: center;
  }
  .text-box {
    width: 100% !important;
    text-align: center;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: flex;
  }
  .image-box {
    width: 100% !important;
  }
  .section-container-triple {
    flex-direction: column;
  }
  .section-container-triple img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .triple {
    margin: 40px 0;
  }
  .site-title {
    text-align: center;
    width: 100%;
    font-size: 31px;
    line-height: 25px;
  }
  .site-title img {
    width: 50px !important;
  }
}

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