body,
h2,
h1 {
}

.pawlogo{
  top:100px;
  position:absolute;
  text-align:center;
  margin-left:auto;
  margin-right: auto;
}

.main-title {
  color:white;
  text-shadow: 2px 2px 4px #000000;
  margin-left:auto;
  margin-right:auto;
  text-transform: uppercase;
  font-weight: 700px;
}

.pawheader{
  display:flex;
  align-items:center;
  text-align:center;
  margin-top:50px;
  width:100%;
  max-width:1900px;
  background-image:url('/modules/experticket/assets/img/paw_JUMBOTRON_DESKTOP_en.png');
  background-repeat: no-repeat;
  background-size:cover;
  width:100%;
  height:350px
}

._input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

._text {
  display: block;
  font-weight: 700;
  font-size: 18px;
  float: none;
  line-height: 1.3;
  margin: 0 0 4px 0;
  padding: 0;
}


._hidden{
  display:none;
}

.price{
  font-family: 'Helvetica';
}

.ticket_title {
  font-family: 'Helvetica';
}


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .explanatory_text {
    font-size: 1vw;
  }
  .ticket_title{
        font-size: 1vw;
  }
  .price{
    font-family: 'Helvetica';
    font-size: 1vw;
    color:#FF0075;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .explanatory_text {
    padding-left:10px;
    font-size: 4vw;
  }

  .ticket_title{
        font-size: 4vw;
  }

  .heroback{
    padding-left:10px;
    background-position: left;
    background-size: cover;
  }
  .price{
    font-family: 'Helvetica';
    font-size: 4vw;
    color:#FF0075;
  }
}
