/* 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 - FONT COLOR CUSTOMIZATION */
/* menu, donate, ticket page and auction preview details button */
.menu-toggle,
.item-details-button,
body > main > div.content-max-width > div.max-lg\:extend-background.lg\:shadow-black-light.before\:shadow-black-light.mb-4.flex.gap-3.rounded.bg-white.py-3.lg\:mb-8.lg\:mt-4.lg\:gap-3\.5.lg\:px-4 > button,
body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.individual > header > h1,
body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.sponsor > header > h1,
body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.guest-details > header > h1,
body > main > div > div.ticket-page.relative.order-2.w-full.bg-white.before\:absolute.before\:-right-\[50vw\].before\:z-\[-1\].before\:h-full.before\:w-\[150vw\].before\:bg-white.lg\:order-1.lg\:w-8\/12.lg\:pe-32.before\:lg\:right-0 > section.page.lg\:py-16.py-12.payment > header > h1 {
color: #ffffff !important;
}
/* sponsor headers */
#content-block-103956 > div.content-max-width.py-8.pt-0 > div > p:nth-child(1),
#content-block-103956 > div.content-max-width.py-8.pt-0 > div > p:nth-child(3),
#content-block-103956 > div.content-max-width.py-8.pt-0 > div > p:nth-child(5),
#content-block-103956 > div.content-max-width.py-8.pt-0 > div > p:nth-child(7),
#content-block-103956 > div.content-max-width.py-8.pt-0 > div > p:nth-child(9),
#content-block-103956 > div.content-max-width.py-8.pt-0 > div > p:nth-child(11) {
color: #ffffff !important;
}
/* END - FONT COLOR CUSTOMIZATION */
/* 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) */