body {
  color: #69443c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.section {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/main.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 60px 100px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  max-width: 1200px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Fontspring Demo Theseasons Bd, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.button {
  min-width: 180px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #66443b;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  transition: opacity .2s;
}

.button:hover {
  opacity: .9;
}

.social-icons {
  margin-top: 60px;
}

.ig-icon {
  width: 60px;
  height: 60px;
}

.logo-container {
  margin-top: 40px;
  margin-bottom: 200px;
}

.logo {
  width: 200px;
  margin-bottom: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.body {
  background-color: #fff;
}

.form-section {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  padding: 60px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.form-wrap {
  width: 100%;
  max-width: 650px;
}

.field-label {
  font-weight: 600;
}

.h2 {
  font-size: 50px;
  line-height: 1.2;
}

.text-field {
  color: #555;
  border: 1px solid #000;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 18px;
}

.textarea {
  min-height: 150px;
  color: #555;
  border: 1px solid #000;
  font-size: 18px;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.html-embed {
  perspective-origin: 0%;
  transform-origin: 0%;
}

.spacer {
  height: 50px;
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-size: 26px;
  }

  .h1 {
    font-size: 90px;
  }

  .button {
    font-size: 20px;
  }

  .logo-container {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1 {
    font-size: 70px;
  }

  .social-icons {
    margin-top: 40px;
  }

  .ig-icon {
    width: 50px;
    height: 50px;
  }

  .logo-container {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .logo {
    width: 160px;
  }

  .form-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-wrap {
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding: 40px 30px 60px;
  }

  .paragraph {
    font-size: 24px;
  }

  .h1 {
    font-size: 45px;
  }

  .logo {
    width: 140px;
  }

  .form-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2 {
    font-size: 35px;
  }

  .html-embed {
    transform: scale(.8);
  }
}


@font-face {
  font-family: 'Fontspring Demo Theseasons It';
  src: url('../fonts/Fontspring-DEMO-theseasons-it.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Theseasons Lt';
  src: url('../fonts/Fontspring-DEMO-theseasons-lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Theseasons Reg';
  src: url('../fonts/Fontspring-DEMO-theseasons-reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Theseasons Bd';
  src: url('../fonts/Fontspring-DEMO-theseasons-bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}