.subsection-contact {
  font-size: 0;
}

.contact-form {
  /*width: -webkit-fill-available;*/
  margin: 2vw 0 6vw;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.form-group {
  margin-bottom: 0.6vw;
}

label {
  display: block;
  margin-bottom: 5px;
  color: white;
}

input {
  width: 100%;
  padding: 10px;
  background-color: black;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: white;
  box-sizing: border-box;
}

.contact-button {
  background-color: black;
  color: white;
  margin-left: 50%;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  width: 50%;
  font-family: "Open Sans";
  font-size: 16px;
}

textarea {
  width: 100%;
  margin: 0;
  border: none;
  padding: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: white;
  background-color: black;
  box-sizing: border-box;
}

.btn-email {
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #90EE90;
  line-height: 20px;
  padding: 4px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
  }

  input {
    font-size: 18px;
  }

  .contact-button {
    font-size: 18px;
  }

  .btn-email {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1024px) {
  textarea {
    font-size: 20px;
  }

  input {
    font-size: 20px;
  }

  .contact-button {
    font-size: 20px;
  }

  .btn-email {
    font-size: 20px;
  }
}

/*# sourceMappingURL=contact.css.map */
