@media screen and (min-width: 601px) {
  p {
    font-family: "Roboto", sans-serif;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 600px) {
  p {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
  }
}
@media screen and (min-width: 601px) {
  h1 {
    font-family: "Roboto", sans-serif;
    color: black;
    font-size: 2.75vw;
    letter-spacing: .1em;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-family: "Roboto", sans-serif;
    color: black;
    font-size: 6vw;
    letter-spacing: .1em;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  }
}
@media screen and (min-width: 601px) {
  h2 {
    font-family: "Raleway", sans-serif;
    font-size: 2.5vw;
    color: black;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-family: "Raleway", sans-serif;
    font-size: 5vw;
    color: black;
  }
}
@media screen and (min-width: 601px) {
  h3 {
    font-family: "Raleway", sans-serif;
    font-size: 2vw;
    color: black;
  }
}
@media screen and (max-width: 600px) {
  h3 {
    font-family: "Raleway", sans-serif;
    font-size: 4vw;
    color: black;
  }
}
@media screen and (min-width: 601px) {
  label {
    font-family: "Roboto", sans-serif;
    font-size: 1vw;
  }
}
@media screen and (max-width: 600px) {
  label {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
  }
}
@media screen and (min-width: 601px) {
  input {
    font-family: "Roboto", sans-serif;
    font-size: 1vw;
  }
}
@media screen and (max-width: 600px) {
  input {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
  }
}
@media screen and (min-width: 601px) {
  select {
    font-family: "Roboto", sans-serif;
    font-size: 1vw;
  }
}
@media screen and (max-width: 600px) {
  select {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
  }
}
@media screen and (min-width: 601px) {
  span {
    font-family: "Roboto", sans-serif;
    font-size: 1vw;
  }
}
@media screen and (max-width: 600px) {
  span {
    font-family: "Roboto", sans-serif;
    font-size: 4vw;
  }
}


.error {
  color: #FF0000;
}
