/* contact-textbox
======================== */

.contact_container {
  background-color: #fff9f0;
  ibackground-image: url(../images/phone1.jpg);
  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: 80%;
    height: 3em;
    margin: 0.5em auto;
}

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

@media (min-width: 60rem) {
  .contact-holder {
    max-width: 1000px;
    padding: 4em;
  }

  .contact_container {
    imin-height: 130vh;
    background-image: url(../images/phone2.jpg);
  }

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