@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');

body {
  margin: 8px;
  font-family: 'Quicksand';
  line-height: unset;
}
h1 {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  font-family: 'Quicksand';
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: unset;
}
.back-button {
  width: 142px;
  height: 42px;
}
.contact-form {
    background: #1f8dd6; /* same color as selected state on site menu */
    padding: 0.5em 0.5em;
    border-radius: 3px;
    color: #fff;
    font-size: 1.5vw;
    margin-bottom: 2em;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
}
.form-elements {
  text-align: -webkit-center;
  margin-left: 35%;
  margin-right: 35%;
}
p {
  margin-bottom: 0;
}
textarea {
  width: 100%;
}
.content-head {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2em 0 1em;
}
.is-center {
  text-align: center;
}
.button-success {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: rgb(28, 184, 65); /* this is a green */
}
.button-xlarge {
  font-size: 125%;
}
#name, #email, #phone {
  width: 100%;
}
.honeypot-field {
  display: none;
}
.first {
  margin-bottom: 50px;
}
.last {
  margin-bottom: 50px;
}
label {
  font-size: 1.2vw;
}
a:focus {
  text-decoration: none;
}

@media (max-width: 1100px) {
  .back-button {
    font-size: 2vw;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 768px) {
  html {
    font-family: 'Quicksand';
  }
  .back-button {
    font-size: 3vw;
  }
  h1 {
    font-size: 50px;
    font-family: 'Quicksand';
  }
  #name, #email, #phone {
    width: 80%;
  }
  .contact-form {
    width: 90%;
    font-size: 2.5vw;
  }
  textarea {
    width: 80%;
  }
  label {
    font-size: 2.5vw;
  }
  .form-elements {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  body {
    font-family: 'Quicksand';
  }
  #name, #email, #phone {
    width: 100%;
  }
  h1 {
    font-size: 10vw;
    font-family: 'Quicksand';
  }
  .h2-2 {
    font-size: 8vw;
  }
  textarea {
    width: 100%;
  }
  .back-button {
    font-size: 5vw;
    width: 100px;
    height: 40px;
    margin-top: 10px;
    margin-left: 2px;
  }
  .contact-form {
    font-size: 4vw;
    font-size: 6vw;
  }
  .form-elements {
    width: 90%;
    margin: 0 auto;
  }
  label {
    font-size: 6vw;
  }
}