@font-face {
  font-family: girlNextDoor;
  src: url(TheGirlNextDoor-Regular.ttf);
}
@font-face {
  font-family: Buda;
  src: url(Buda-Light.ttf);
}
.intake {
  margin: 3em auto;
  background-color: white;
  text-align: center;
  max-width: 900px;
  margin: 1em auto 3em auto;
  border: 1px solid #56b6df;
  border-radius: 5px;
}
.intake__banner {
  justify-content: space-evenly;
  align-items: center;
  background-color: rgb(210, 232, 252);
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 1px solid #56b6df;
  position: relative;
}
.intake label {
  margin-bottom: 1em;
  display: block;
  padding: 0.25em;
  font-size: 1.3rem;
  transition: all 1s ease;
}
.intake input, .intake textarea {
  margin-bottom: 1em;
  padding: 0.25em;
  font-size: 1.1rem;
  text-align: center;
  transition: all 1s ease;
  font-family: Buda, sans-serif;
  width: 80%;
}
.intake input::-moz-placeholder, .intake textarea::-moz-placeholder {
  color: transparent;
}
.intake input:-ms-input-placeholder, .intake textarea:-ms-input-placeholder {
  color: transparent;
}
.intake input::placeholder, .intake textarea::placeholder {
  color: transparent;
}
.intake input:focus, .intake input:focus, .intake textarea:focus, .intake textarea:focus {
  outline-color: #ee6352;
}
@media screen and (min-width: 768px) {
  .intake input, .intake textarea {
    width: 50%;
  }
}
.intake textarea {
  margin-top: 1.3em;
  font-family: Buda, sans-serif;
  font-size: 1.3rem;
}
.intake .agree {
  width: 90%;
}
.intake q, .intake span {
  font-weight: 700;
  color: #ee6352;
}/*# sourceMappingURL=form.css.map */