/* 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 - Nav bar */
/* nav bar color */
/* menu color */
.menu-toggle {
color: #ffffff !important;
}
/* END - Nav bar */

/* BEGIN - Event info */
/* background image */
#content-block-105718 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/22971/images/lpi_8wNwPMO3OS.png") !important;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
/* END - Event info */
/* BEGIN - Gallery section */
/* change width of image */
#content-block-105729 img {
  width: 100% !important;
  height: auto;
}
/* change padding and margins of section */
#content-block-105729 > div {
  margin: 0 auto !important;
  padding: 0 !important;
  width: fit-content;
  line-height: 0;
}

#content-block-105729 p {
  margin: 0 !important;
  padding: 0 !important;
}
/* END - Gallery section */
/* BEGIN - Sponsors */
.sponsor-groups-container p{
color: #ffffff !important;
}
/* END - Sponsors */
/* BEGIN - Auction Preview */
.item-details-button {
color: #ffffff !important;
}
/* END - Auction Preview */
/* BEGIN - Menu Link */
body > nav > section > article:nth-child(7) > ul > li:nth-child(6) {
display: none !important;
}
/* END - Menu Link */
/* TICKET PAGE CSS */
/* BEGIN - Header Font Color */
.d3{
color: #ffffff !important;
}
.d3.mb-8{
color: #000000 !important;
}
/* END - Header Font Color */
/* 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) */