/* landing page css */
/* BEGIN - Nav bar */
/* nav bar color */
.top-menu {
background-color: #212b3b !important;
color: #f6f6f6 !important;
}
/* font color */

body > header > div > div > h1 > a,body > header > div > nav > div > div.b3.text-\[\#555\] > a {
  color: #ffffff !important;
}
/* menu color */
.menu-toggle {
background-color: #71130c !important;
color: #f6f6f6 !important;
}
/* END - Nav bar */
/* BEGIN - Hide hero banner text */
body > main > section:nth-child(1) > div {
display: none !important;
}
/* END - Hide hero banner text */
/* ticket page css */


/* donation page css */


/* general */
/* BEGIN - responsive behavior (auto adjust for different screen sizes) */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.event-img {
width: 100% !important;
margin: 0 0 50px 0 !important;
}
.shapesize {
  width: 250px !important;
  height: 250px !important;
  border-radius: 150px !important;
  }
 .fontsize {
     font-size: 26px !important;
         padding-left: 50px !important;
  }
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.event-img {
width: 100% !important;
margin: 0 0 50px 0 !important;
}
.shapesize {
  width: 250px !important;
    height: 250px !important;
  border-radius: 150px !important;
  }
   .fontsize {
     font-size: 26px !important;
         padding-left: 50px !important;
  }
  .fsizemth {
    font-size: 85px !important;
  }
  .fsizenum {
        font-size: 28px !important;

  }
  .fsizetime {
            font-size: 28px !important;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
#content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(6) {
padding-top: 20px !important;
}
#content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(5) > img {
 float: left;
 padding: 10px !important;
}
.event-img {
width: 50% !important;
}
.shapesize {
  width: 200px !important;
    height: 200px !important;
  border-radius: 100px !important;
  }
 .fontsize {
     font-size: 20px !important;
         padding-left: 0px !important;
  }
  .fsizemth {
    font-size: 85px !important;
  }
  .fsizenum {
        font-size: 28px !important;

  }
  .fsizetime {
            font-size: 28px !important;
  }
  }

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
#content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(6) {
padding-top: 20px !important;
}
#content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(5) > img {
 float: left;
 padding: 10px !important;
}
.event-img {
width: 50% !important;
margin: 0 20px 150px 0 !important;
}
.shapesize {
  width: 200px !important;
    height: 200px !important;
  border-radius: 100px !important;
  }
 .fontsize {
     font-size: 20px !important;
         padding-left: 0px !important;
  }
  .fsizemth {
    font-size: 24px !important;
  }
  .fsizenum {
        font-size: 72px !important;

  }
  .fsizetime {
            font-size: 18px !important;
  }
  }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
#content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(6) {
padding-top: 20px !important;
}
#content-block-25318 > div > div.order-2.text-container.uses-alignment.text-start.py-8 > div > p:nth-child(5) > img {
 float: left;
 padding: 10px !important;
}
.event-img {
width: 50% !important;
margin: 0 20px 150px 0 !important;
}
.shapesize {
  width: 200px !important;
    height: 200px !important;
  border-radius: 100px !important;
  }
 .fontsize {
     font-size: 20px !important;
         padding-left: 0px !important;
  }
  .fsizemth {
    font-size: 24px !important;
  }
  .fsizenum {
        font-size: 72px !important;

  }
  .fsizetime {
            font-size: 18px !important;
  }
  }


/* END - responsive behavior (auto adjust for different screen sizes) */