@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
footer {
  margin-top: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1% 5%;
  background: #ffd9cc;
}
footer p {
  color: #007a80;
}
footer .list {
  list-style: none;
  padding: 0;
}
footer .list li {
  display: inline-block;
}
footer .list li a {
  text-decoration: none;
}
footer .list li a img {
  width: 40px;
}

@media screen and (max-width: 768px) {
  footer {
    flex-direction: column;
    padding: 5%;
  }
  footer p {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.hero {
  position: relative;
  text-decoration: none;
  display: block;
}
.hero img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .hero img {
    height: auto;
  }
}
.hero-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  padding: 2% 10%;
}
.hero-caption .logo {
  width: 350px;
}

@media (max-width: 991.98px) {
  .hero-caption .logo {
    width: 250px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .hero-caption {
    width: 100%;
    top: 40%;
    padding: 2% 5%;
  }
  .hero-caption h3 {
    font-size: 1.5625em;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  .hero-caption h2 {
    font-size: 2.1875em;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .hero-caption {
    width: 100%;
    top: 40%;
    padding: 2% 5%;
  }
  .hero-caption h3 {
    font-size: 1.5625em;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
  .hero-caption h2 {
    font-size: 2.1875em;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    padding: 0;
  }
}
.hero-gradient {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 16%, #ffffff 100%);
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}

header {
  width: 100%;
}
header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  height: 70px;
  background: #fffaf2;
}
header .nav-logo img {
  width: 130px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 2rem;
}
main .content {
  position: relative;
  z-index: 1;
}
main .content h1 {
  color: #ffa588;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
}
main .content h1 span {
  font-weight: 600;
  color: #ffd9cc;
}
@media screen and (min-width: 480px) {
  main .content h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 768px) {
  main .content h1 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1024px) {
  main .content h1 {
    font-size: 70px;
  }
}
main .content h2 {
  color: #ffa588;
  font-size: 42px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 2px 0;
}
@media screen and (min-width: 480px) {
  main .content h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  main .content h2 {
    font-size: 65px;
  }
}
@media screen and (min-width: 1024px) {
  main .content h2 {
    font-size: 70px;
  }
}
@media screen and (min-width: 1280px) {
  main .content h2 {
    font-size: 85px;
  }
}
main .content p {
  font-size: 25px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
@media screen and (min-width: 320px) {
  main .content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 480px) {
  main .content p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  main .content p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  main .content p {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  main .content p {
    font-size: 20px;
  }
}
main .content .countdown {
  color: #40bad5;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (min-width: 480px) {
  main .content .countdown {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  main .content .countdown {
    font-size: 45px;
  }
}
@media screen and (min-width: 1024px) {
  main .content .countdown {
    font-size: 40px;
  }
}

.btn {
  outline: none;
  display: inline-block;
  font-weight: 500;
  font-size: 1em;
  padding: 15px 20px;
  text-decoration: none;
  background: #83a07b;
  border-radius: 10px;
  color: #fffaf2;
  margin: 1rem 0;
}

.text-teal {
  color: #007a80 !important;
}/*# sourceMappingURL=style.css.map */