/* IMPORT FONTS */
/* LANDING PAGE CSS */
/* BEGIN - HIDES HERO 1 TEXT - Remove this section if you want the text above the hero 1 banner or for all other hero banners to show */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - HIDES HERO 1 TEXT - Remove this section if you want the text above the hero 1 banner or for all other hero banners to show */


/* TICKET PAGE CSS */


/* DONATION PAGE CSS */


/* ALL PAGES */
/* BEGIN - responsive behavior (auto adjust for different screen sizes) */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* BEGIN - ADD SECTION BACKGROUND */
/* event information section */
#content-block-102132 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/22970/images/lpi_DdH5JCzrz0.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center top;
}
/* END - ADD SECTION BACKGROUND */
/* BEGIN - EVENT INFORMATION POSITION + WIDTH */
#content-block-102132 > div > div {
width: 80% !important;
margin-top: 350px !important;
display: block;
margin: 0 auto;
}
/* END - EVENT INFORMATION POSITION + WIDTH */
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* BEGIN - ADD SECTION BACKGROUND */
/* event information section */
#content-block-102132 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/22970/images/lpi_DdH5JCzrz0.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center top;
}
/* END - ADD SECTION BACKGROUND */
/* BEGIN - EVENT INFORMATION POSITION + WIDTH */
#content-block-102132 > div > div {
width: 80% !important;
margin-top: 350px !important;
display: block;
margin: 0 auto;
}
/* END - EVENT INFORMATION POSITION + WIDTH */
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* BEGIN - ADD SECTION BACKGROUND */
/* event information section */
#content-block-102132 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/22970/images/lpi_DdH5JCzrz0.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center top;
}
/* END - ADD SECTION BACKGROUND */
/* BEGIN - EVENT INFORMATION POSITION + WIDTH */
#content-block-102132 > div > div {
width: 80% !important;
margin-top: 350px !important;
display: block;
margin: 0 auto;
}
/* END - EVENT INFORMATION POSITION + WIDTH */
  }


/* END - responsive behavior (auto adjust for different screen sizes) */