.contact-container {
  height: calc((100vh - 22px) - 6rem);
  min-height: 40rem;
}
h1 {
  width: fit-content;
}
input,
textarea,
button {
  width: 100%;
  padding: 1rem;
  min-height: 3rem;
  max-height: 3rem;
  box-sizing: border-box;
  float: left;
  margin: auto 1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 4rem;
  font-size: 14px;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px solid #b61e42;
}
input {
  margin-top: 0;
  margin-bottom: 4rem;
}
textarea {
  min-height: 17rem;
  max-height: 17rem;
  margin-bottom: 35px;
  resize: none;
}
@media (max-width: 768px) {
  .contact-container {
    height: auto;
  }
}
@media (max-width: 480px) {
  .contact-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact .menu-info p {
  width: 14rem;
}
@media (max-width: 768px) {
  .contact {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 6rem;
  }
  .contact .menu-info {
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    padding-right: 0;
  }
  .contact .menu-info p {
    text-align: center;
    margin-bottom: 3rem;
  }
  .contact .menu-info div {
    margin-top: auto;
    margin-bottom: auto;
  }
}
.contact-form {
  margin: auto;
}
@media (max-width: 768px) {
  .contact-form {
    flex-direction: column;
    justify-content: center;
  }
  .contact-form input,
  .contact-form textarea {
    width: 70%;
    flex: 0 1 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form textarea {
    min-height: 17rem;
    max-height: 17rem;
  }
  .contact-form button {
    margin-left: 15%;
  }
}
@media (max-width: 480px) {
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    flex: 0 1 100%;
  }
  .contact-form button {
    margin-left: 0;
  }
}
.contact-form-item-holder {
  flex: 0 0 calc(50% - 0.75rem);
}
@media (max-width: 768px) {
  .contact-form-item-holder {
    text-align: center;
    justify-content: center;
  }
}
button {
  width: 8.75rem;
  margin-right: 2rem;
  padding: 0;
  height: 3rem;
  float: right;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
  transition: border 1s;
}
/*# sourceMappingURL=contact.css.map */