:root {
  --color-7: #f24141;
  --color: white;
  --color-3: #073944;
  --color-6: #f2b705;
  --color-5: #88e8f2;
  --color-2: #333;
  --color-4: #3bbcd9;
}

body {
  color: #333;
  font-family: nexa, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
}

h3 {
  color: #334158;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
}

.section {
  background-color: var(--color);
  flex-flow: column;
  justify-content: flex-start;
  height: 100vh;
  max-height: 100vh;
  padding-bottom: 5%;
  display: flex;
}

.top-colored-div {
  background-color: var(--color-3);
  background-image: linear-gradient(#073944b8, #073944b8), url('../images/forest-skyline.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.large-headline {
  color: #c5d8d1;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.logo-holder {
  border-top: 3px solid #c5d8d1;
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: -50px auto 30px;
  padding: 0 30px;
  display: flex;
  position: relative;
}

.image {
  height: 80px;
}

.paragraph-section {
  border-style: solid none none;
  border-width: 3px;
  border-color: #c5d8d1;
  background-color: var(--color);
  flex-flow: column;
  align-items: center;
  margin-bottom: 3%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0% 5% 0;
  display: flex;
}

.lg-welcome-par {
  text-align: center;
  max-width: none;
  font-size: 1.2em;
  line-height: 1.5em;
}

.left-verticle-line {
  background-color: #c5d8d1;
  width: 3px;
  height: 47px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-verticle-line {
  background-color: #c5d8d1;
  width: 3px;
  height: 47px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.address-and-contct-info-holder {
  background-color: #3bbcd91a;
  flex-flow: row;
  justify-content: space-between;
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px;
  display: flex;
}

.contact-info-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32%;
  display: flex;
}

.phone-button {
  background-color: var(--color-5);
  color: var(--color-3);
  border-radius: 0;
  align-items: center;
  padding: 12px 20px 12px 15px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.phone-button:hover {
  background-color: var(--color-6);
}

.image-2 {
  width: 25px;
  margin-right: 10px;
}

.contact-form-div {
  width: 60%;
}

.form-block {
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--color-5);
  color: var(--color-3);
  font-weight: 500;
  line-height: 1em;
}

.submit-button:hover {
  background-color: var(--color-6);
}

.form-field-holder {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--color-6);
  background-color: #fff0;
  width: 49%;
  margin-bottom: 0;
}

.text-field:focus, .text-field::placeholder {
  color: var(--color-2);
}

.textarea {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: black black var(--color-6);
  background-color: #fff0;
  margin-bottom: 20px;
}

.textarea:focus {
  color: var(--color-2);
}

.textarea:focus-visible {
  color: var(--color);
}

.textarea[data-wf-focus-visible] {
  color: var(--color);
}

.textarea::placeholder {
  color: var(--color-2);
}

@media screen and (max-width: 991px) {
  .large-headline {
    font-size: 3em;
  }

  .logo-holder {
    height: 76px;
    margin-top: -33px;
  }

  .paragraph-section {
    margin-bottom: 0%;
  }

  .lg-welcome-par {
    display: none;
  }

  .left-verticle-line, .right-verticle-line {
    height: 30px;
  }

  .phone-button {
    padding-left: 10px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .top-colored-div {
    height: 300px;
  }

  .large-headline {
    font-size: 2.2em;
  }

  .logo-holder {
    object-fit: contain;
  }

  .image {
    object-fit: contain;
    height: auto;
    max-height: 100%;
  }

  .address-and-contct-info-holder {
    flex-flow: column;
    padding: 10px;
  }

  .contact-info-div {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-form-div {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .large-headline {
    font-size: 2em;
  }

  .logo-holder {
    height: 50px;
    margin-top: -25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .left-verticle-line, .right-verticle-line {
    height: 22px;
  }
}


