/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');

/* LANDING PAGE CSS */
/* BEGIN - Nav bar */
/* nav bar color */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\], body > nav.top-menu.lg\:p-\[30px\].py-3 {
background-color: #223d4c !important;
}
/* font color */
body > nav.top-menu.lg\:p-\[30px\].lg\:py-\[30px\] > div > div.align-children-middle > h1 a, body > nav.top-menu.lg\:p-\[30px\].py-3 > div > div.align-children-middle > h1 a {
color: #ffffff !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #ffffff !important;
}

/* END - Nav bar */

/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */
/* BEGIN - Event info */
/* background image */
#content-block-25308 {
background-image: url("https://d2y9d0ry7vx6k5.cloudfront.net/events/21123/images/lpi_xmcHwYgYXi.png") !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
/* padding */
#content-block-25308 > div > div > div > div > a > img {
padding-bottom: 45px !important;
}
#content-block-25308 > div > div > div > p:nth-child(9), #content-block-25308 > div > div > div > p:nth-child(11), #content-block-25308 > div > div > div > p:nth-child(12) {
margin-bottom: 20px !important;
padding-bottom: 0px !important;
}
#content-block-25308 > div > div > div > p:nth-child(13), #content-block-25308 > div > div > div > p:nth-child(17), #content-block-25308 > div > div > div > p:nth-child(19), #content-block-25308 > div > div > div > p:nth-child(14), #content-block-25308 > div > div > div > p:nth-child(15) {
margin-bottom: 0px !important;
padding-bottom: 0px !important;
}
/* END - Event info */
/* BEGIN - About org */
#content-block-25309 > div > div > p:nth-child(1) > img {
padding-bottom: 50px !important;
}
/* END - About org */
/* BEGIN - Sponsor info */
/* change font */
#content-block-25732 > div.content-max-width.contrast-background.dark-background.py-8 > h2 {
  font-family: "Meow Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3em !important;
}
/* add background color */
#content-block-25732 > div.content-max-width.py-8.pt-0 > div {
background-color: #FFFFFF !important; 
padding: 30px; 
border-radius: 30px;
}
/* font color and size */
#content-block-25732 > div.content-max-width.py-8.pt-0 > div > p:nth-child(1), #content-block-25732 > div.content-max-width.py-8.pt-0 > div > p:nth-child(3), #content-block-25732 > div.content-max-width.py-8.pt-0 > div > p:nth-child(5), #content-block-25732 > div.content-max-width.py-8.pt-0 > div > p:nth-child(7), #content-block-25732 > div.content-max-width.py-8.pt-0 > div > p:nth-child(9), #content-block-25732 > div.content-max-width.py-8.pt-0 > div > p:nth-child(11) {
color: #c05e35 !important;
}
#content-block-25732 > div.content-max-width.py-8.pt-0 > div > p:nth-child(1) {
font-size: 1.5em !important;
}
/* END - Sponsor infp */
/* TICKET PAGE CSS */

/* GENERAL CSS */
a:-webkit-any-link {
/* all pages: changes all link colors to the same color */
/* color: #[HEX CODE-LINK COLOR-ALL PAGE LINKS] !important; */
/* all pages: removes underline from links on all pages */
/* text-decoration: none !important; */
}
/* 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)*/