@media (max-width: 750px)
{

  .nomobile
  {
    display: none;
  }
  .mobile
  {
    display: block!important;
  }
  .mobile100
  {
    width: 100%!important;
  }
  
  h1
  {
      font-family: "Sequel100Black-85", sans-serif;
      font-size: 30px;
      font-weight: 900;
      line-height: 35px;
      letter-spacing: 0.05em;
  }
  h2
  {
      font-family: "Sequel100Black-55", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.05em;
  }
  h3
  {
      font-family: "Sequel100Black-45", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0.05em;
  }
  .button1
  {
      font-family: "Sequel100Black-45", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      background-color: #fff;
      color: #BA0816;
      border-radius: 0px;
      border: 0px;
      padding: 20px 30px;
      text-decoration: none;
      font-weight: 600;
  }
  .button1:hover
  {
      background-color: #BA0816;
      color: #fff;
  }
  .button2
  {
      font-family: "Sequel100Black-45", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      background-color: #BA0816;
      color: #fff;
      border-radius: 0px;
      border: 0px;
      padding: 20px 30px;
      text-decoration: none;
      font-weight: 600;
  }
  .button2:hover
  {
      background-color: #fff;
      color: #BA0816;
  }
  .normalForm
  {
      font-family: "Sequel100Black-45", sans-serif;
  }
  .normalForm input.form-control, .normalForm select.form-control
  {
      font-family: "Sequel100Black-45", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 16px;
      background-color: #000;
      color: #fff;
      border-radius: 0px;
      border: 0px;
      padding: 20px 30px;
      text-decoration: none;
      font-weight: 600;
      border:1px solid #fff;
  }
  .normalForm .mb-3
  {
      margin-bottom: 30px!important;
  }
  input::placeholder
  {
      color: #fff!important;
  }


}