.body {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #152d29;
}

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-image: url('../images/Growing_soon_1366.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: Montserrat, sans-serif;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.contact {
  display: none;
  margin-top: 38.1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact.mobile_site {
  display: none;
}

.contact_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: auto;
  margin-right: 0px;
  padding: 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(21, 45, 41, 0.36);
}

.footer_text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.image {
  width: 15%;
}

.paragraph {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.contact_button {
  margin-top: 20px;
  padding: 15px 65px;
  border: 2px solid #006838;
  border-radius: 25px;
  background-color: #006838;
  font-size: 16px;
  font-weight: 600;
}

.contact_button:hover {
  background-color: transparent;
}

@media screen and (min-width: 1280px) {
  .header {
    height: 120vh;
    background-position: 50% 50%;
  }

  .contact {
    margin-top: 40.5em;
  }

  .contact_button {
    border: 2px solid #006838;
  }

  .contact_button:hover {
    background-color: transparent;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    height: 130vh;
    background-image: url('../images/Growing_soon.jpg');
    background-position: 50% 50%;
  }

  .contact {
    margin-top: 55em;
  }

  .contact_button {
    border: 2px solid #006838;
  }

  .contact_button:hover {
    border: 2px solid #006838;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .header {
    height: 95vh;
    background-image: url('../images/Growing_soon_mobile.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }

  .contact {
    display: none;
    margin-top: 34.9em;
  }

  .contact.mobile_site {
    display: none;
  }

  .contact_text {
    width: 80%;
  }

  .image {
    width: 25%;
  }

  .paragraph {
    margin-bottom: 0px;
  }

  .contact_button {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 50% 50%;
  }

  .header {
    height: 90vh;
    background-image: url('../images/Growing_soon_mobile1.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .contact.mobile_site {
    display: none;
  }

  .contact_button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url('../images/Growing_soon_mobile4.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .header {
    height: auto;
    background-image: url('../images/Growing_soon_mobile.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .contact {
    display: none;
    margin-top: 38.9em;
  }

  .contact.mobile_site {
    display: none;
    margin-top: 0em;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact_text {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .image {
    width: 45%;
  }

  .paragraph {
    background-color: transparent;
    color: #006838;
  }

  .contact_button.mobile_button {
    color: #fff;
  }

  .contact_button.mobile_button:hover {
    color: #006838;
  }

  .contact_mobile {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #eee;
  }
}