.menu-btn-group .menu-btn.front {
  color: rgba(0, 0, 0, 0.7);
}

#contact-wrapper {
  padding-bottom: 70px;
}
#contact-wrapper .title {
  font-family: "bahnschrift";
  font-size: max(1.7rem, 3vw);
  margin-bottom: 1rem;
}
#contact-wrapper label {
  color: #6c757d !important;
  font-family: "bahnschrift";
  font-size: 1.3vw;
}
@media screen and (max-width: 970px) {
  #contact-wrapper label {
    font-size: 1rem;
  }
}
#contact-wrapper small {
  font-family: "bahnschrift";
  font-size: max(0.5rem, 0.7vw) !important;
}
#contact-wrapper input, #contact-wrapper textarea {
  line-height: 1.3vw;
  font-size: 1.3vw;
}
@media screen and (max-width: 970px) {
  #contact-wrapper input, #contact-wrapper textarea {
    font-size: 1rem;
    line-height: 1rem;
  }
}
#contact-wrapper p span:first-of-type {
  padding-right: 10vw;
}
#contact-wrapper img {
  width: 30vw;
  min-width: 15rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

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