#contactForm {
  width: 30%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: personalQuicksand, Calibri, sans-serif;
}

#contactForm p {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

#contactForm textarea {
  display: block;
  width: 97%;
  height: 140px;
  margin-top: 5px;
  padding-top: 5px;
  padding-left: 2%;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 0px;
  -webkit-appearance: none;
  font-family: personalQuicksand, Calibri, sans-serif;
}

#contactForm input {
  display: block;
  width: 97%;
  height: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
  padding-left: 2%;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 0px;
  -webkit-appearance: none;
  font-family: personalQuicksand, Calibri, sans-serif;
}

#contactForm select {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 0px;
  -webkit-appearance: none;
}

#contactForm #my-file {
  display: block;
  height: 0;
  visibility: hidden;
}

#contactForm .fileLabel {
  display: block;
  width: 100%;
  height: 32px;
  background-color: #ccc;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  padding-top: 3px;
  margin-top: -10px;
}

#contactForm .fileLabel:hover {
  background-color: #fff;
  color: #000;
}

#contactForm .submit {
  width: 100%;
  height: 45px;
  margin-top: 25px;
  margin-bottom: 35px;
  padding-bottom: 2px;
  font-size: 18px;
  background-color: var(--second-color);
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -5px 5px 0px rgba(239, 239, 239, 0.5);
          box-shadow: -5px 5px 0px rgba(239, 239, 239, 0.5);
  border: initial;
  border-radius: 10px;
  font-size: 30px;
}

#contactForm .submit:hover {
  -webkit-transform: translate(0, 2px);
          transform: translate(0, 2px);
  -webkit-box-shadow: -6px 6px 0px rgba(239, 239, 239, 0.5);
          box-shadow: -6px 6px 0px rgba(239, 239, 239, 0.5);
}

/**/
h2 {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
}

p.email {
  text-align: center;
  font-size: 18px;
  margin-top: 15px;
}

#contactForm p.contactMail {
  display: block;
  overflow: auto;
  border: 1px solid #fff;
  padding: 15px 0 15px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

#contactForm p.contactMail a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

p a.contactA {
  text-decoration: none;
  color: #4f4f4f;
}

p a.contactA:hover {
  text-decoration: underline;
}

.fromError {
  background-color: var(--second-color);
}

.formSent {
  background-color: #54bf3f;
}
/*# sourceMappingURL=contact.css.map */