.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
}

.header .menu-icon .navicon {
  background: white;
}
.heroImageContainer {
  height: 20px !important;
  width: 100%;
  min-height: 50px;
}
@media only screen and (max-width: 1280px) {
  .formTitle h1 {
    font-size: 7rem;
    font-weight: 300;
    text-transform: uppercase;
  }

  .formTitle {
    margin: 8rem 0;
    gap: 2rem;
    max-width: 80rem;
    text-align: center;
  }
}
@media only screen and (max-width: 780px) {
  .formTitle {
    margin: 30px 0;
    gap: 20px;
    max-width: 80rem;
    text-align: center;
  }

  .formTitle h1 {
    font-size: 26px;
    font-weight: 300;
    text-transform: uppercase;
  }

  .formTitle p {
    font-size: 14px;
    font-family: var(--font-lato);
    font-weight: 200;
    text-align: justify;
    margin-left: 20px;
    margin-right: 20px;
  }

  .formContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 30px 20px;
  }

  .formFirstTitle {
    font-size: 14px;
    color: black;
    font-family: var(--font-lato);
    font-weight: 200;
    margin-bottom: -0;
  }

  .formContainer form {
    min-width: 100%;
    padding: 0 20px;
    gap: 30px;
  }

  .formName input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    font-size: 14px;
    height: 30px;
    color: black;
    font-family: var(--font-lato);
    font-weight: 100;
  }
}

@media only screen and (max-width: 480px) {
  .formFirstTitle {
    margin-bottom: -25px;
  }
  label {
    font-size: 14px;
  }
  form span {
    font-size: 12px;
  }

  .guessName label {
    font-size: 14px;
  }
}
