/* LANDING PAGE CSS */
/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */
/* BEGIN - Nav bar */
/* nav bar color */
.top-menu {
background-color: #17151f !important;
}
/* font color */
body > header > div > div > h1 > a, body > header > div > nav > div > div {
color: #ffffff !important;
}
.flex.shrink-0.items-center.gap-5 a {
  color: #ffffff !important;
}
/* END - Nav bar */
/* BEGIN - Font */
#content-block-26996 > div.content-max-width.py-8.pt-0 > div > p:nth-child(1),#content-block-26996 > div.content-max-width.py-8.pt-0 > div > p:nth-child(3),#content-block-26996 > div.content-max-width.py-8.pt-0 > div > p:nth-child(5) {
font-size: 30px !important;
}
/* END - Font */
/* BEGIN- Padding */
#content-block-20856 > div > div > p:nth-child(4) {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
#content-block-20856 > div > div > div {
padding-bottom: 0px !important;
margin-bottom: 20px !important;
}
/* END- Padding */
/* 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)*/