/* 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) */
#hero-container > div.hero-bg-color.flex.flex-col.items-center.gap-8.py-8.md\:py-16.contrast-background.dark-background {
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: #d6a524 !important; /* change the HEX code (d6a524) only */
}
/* navigation bar links */
/* this adjusts font color for the event/organization name */
body > header > div > div > h1 {
color: #000 !important; /* change the HEX code (000) only */
}
/* this adjusts font color for other links */
body > header > div > nav > div {
  color: #000 !important; /* change the HEX code (000) only */
}
/* this adjusts the menu button colors */
body > header > div > nav > button {
background-color: #000 !important; /* changes button color. change the HEX code (000) only */
color: #fff !important; /* changes font color. change the HEX code (fff) only */
}
/* END - NAVIGATION BAR */
/* BEGIN - ADD SECTION BACKGROUND */
 #content-block-110397 { 
 background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/23905/images/lpi_8SMP19a3LB.png") !important; 
 background-size: cover !important; 
 background-repeat: no-repeat !important; 
 background-position: top center;
 } 
/* END - ADD SECTION BACKGROUND */
/* BEGIN - EVENT INFORMATION*/
/* change video alignment */
#content-block-110397 .fr-video.fr-dvb {
  display: inline-block !important;
}

/* purchase button */
#content-block-110397 > div > div > div > a {
text-decoration: none !important; /* remove underline */
background-color: #d6a524 !important; /* change button color */
border-radius: 0px !important;  /* change corner curvature */
font-size: 20px !important;  /* change font size */
}
#content-block-110397 > div > div > div > a::after {
    border-radius: 0 !important;
    box-shadow: 0.5rem 0.5rem 0 0 rgba (255,255,255,0.9) !important;
}
#content-block-110398 p:has(iframe[src*="youtube"]) {
    display: flex !important;
    justify-content: center !important;
}
/* END - EVENT INFORMATION*/
/* 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) {
/* BEGIN - EVENT INFORMATION */
/* extend/reduce bottom section */
#content-block-110397 > div > div > p:nth-child(15) {
margin-bottom: 30px;
}
/* END - EVENT INFORMATION */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
/* BEGIN - EVENT INFORMATION */
/* extend/reduce bottom section */
#content-block-110397 > div > div > p:nth-child(15) {
margin-bottom: 30px;
}
/* END - EVENT INFORMATION */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
/* BEGIN - EVENT INFORMATION */
/* extend/reduce bottom section */
#content-block-110397 > div > div > p:nth-child(15) {
margin-bottom: 700px;
}
/* END - EVENT INFORMATION */
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
/* BEGIN - EVENT INFORMATION */
/* extend/reduce bottom section */
#content-block-110397 > div > div > p:nth-child(15) {
margin-bottom: 700px;
}
/* END - EVENT INFORMATION */
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
/* BEGIN - EVENT INFORMATION */
/* extend/reduce bottom section */
#content-block-110397 > div > div > p:nth-child(15) {
margin-bottom: 700px;
}
/* END - EVENT INFORMATION */
  }


/* END - responsive behavior (auto adjust for different screen sizes) */