/* contact-textbox
======================== */
.contact_form {
  margin-top: 7em;
}

.contact_container {
  background-color: #fff9f0;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: normal;
  background-position: top left;
  min-height: 750px;
  padding: 1em 0;
}

.contact-holder {
  max-width: 100vw;
  margin: 0em auto;
}

.contact-textbox {
  padding: 2em;
  width: 90%;
  margin: 0 auto;
  z-index:10;
  text-align: center;
  background-color: rgba(255,255,255, 0.7);
  box-shadow: 0 0 4em 0 rgba(0, 0, 0, .4);
  font-size: 1em;
}

.contact-textbox p {
  font-size: 1em;
}

.contact-textbox input {
    width: 40%;
    height: 2em;
    margin: 0.5em auto;
}

.contact-textbox textarea {
  width: 80%;
  height: 150px;
  margin: 0.5em auto;
}

.price {
  max-width: 450px;
  margin: 0 auto;
  text-align: left;
}

@media (min-width: 60rem) {
  .contact_form {
    margin-top: initial;
  }

  .contact-holder {
    max-width: 1000px;
    padding: 4em;
  }

  .contact_container {
    imin-height: 130vh;
  }

  .contact-textbox {
    padding: 10px;
    margin: 0em auto;
    z-index:10;
    text-align: center;
    imax-height: 100vh;
    border-radius: 15px;
  }
}
