/* 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) */
/* BEGIN - NAVIGATION BAR */
/* navigation bar background color */
body > header {
background-color: #f47639 !important; /* change the HEX code (f47639) only */
}
/* navigation bar links */
/* this adjusts font color for the event/organization name */
body > header > div > div > h1 {
color: #ffffff !important; /* change the HEX code (ffffff) only */
}
/* this adjusts font color for other links */
body > header > div > nav > div {
  color: #ffffff !important; /* change the HEX code (ffffff) only */
}
/* this adjusts the menu button colors */
.top-menu .menu-toggle {
background-color: #72a599 !important; /* changes button color. change the HEX code (33b5c2) only */
color: #ffffff !important; /* changes font color. change the HEX code (ffffff) only */
}

/* END - NAVIGATION BAR */
/* BEGIN - ADD SECTION BACKGROUND */
#content-block-107233 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/23507/images/lpi_1tV75wbDDP.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center top;
}
/* END - ADD SECTION BACKGROUND */
/* BEGIN - ADD BACKGROUND TO EVENT INFORMATION */
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div {
background-color: rgba(255,255,255,0.8)

}
/* END - ADD BACKGROUND TO EVENT INFORMATION */
/* BEGIN - TEXT PADDING */
/* Event Information */
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(3),
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(6),
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(8),
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(10),
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(12),
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(14),
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(17) {
margin-bottom: 0px !important;
}
/* END - TEXT PADDING */
/* BEGIN - FONT COLOR */
body > header > div > nav > button, .item-details-button {
color: #ffffff !important; /* font color */
}
/* END - FONT COLOR */
/* BEGIN - REMOVE UNDERLINE FOR VENUE ADDRESS */
#content-block-107233 > div > div.order-1.text-container.uses-alignment.text-center.py-8 > div > p:nth-child(4) > a {
text-decoration: none !important;
}
/* END - REMOVE UNDERLINE FOR VENUE ADDRESS */
/* 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) {
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  }


/* END - responsive behavior (auto adjust for different screen sizes) */