/* IMPORT FONTS */
@import url('https://fonts.googleapis.com/css2?family=Kapakana:wght@300..400&family=Roboto+Slab:wght@100..900&display=swap');
/* 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.light-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.top-menu {
    background-color: #005389 !important; /* change the HEX code (005389) only */
}
/* navigation bar links */
/* this adjusts font color for the event/organization name */
header.top-menu {
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 */
body > header > div > nav > button {
background-color: #FFFFFF !important; /* changes button color. change the HEX code (FFFFFF) only */
color: #005389 !important; /* changes font color. change the HEX code (005389) only */
}
/* END - NAVIGATION BAR */
/* BEGIN - CHANGE FONT */
/* event information section */
#content-block-113348 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(4) > span {
  font-family: "Kapakana", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1 !important;
}
/* END - CHANGE FONT */
/* BEGIN - EDIT PADDING */
/* event information section */
#content-block-113348 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(4),
#content-block-113348 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(6) {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
/* END - EDIT PADDING */
/* 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) */