@font-face {
    font-family: "blackout-midnight";
    src: url("/fonts/blackout/blackout_midnight-webfont.eot");
    src: url("/fonts/blackout/blackout_midnight-webfont.woff") format("woff"),
    url("/fonts/Metropolis-Black.otf") format("opentype"),
    url("/fonts/blackout/blackout_midnight-webfont.svg") format("svg");
    }
  
  @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  
  @import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800&display=swap');
  
  @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,400;0,9..40,900;0,9..40,1000;1,9..40,1000&display=swap');
  
  .logo {
  max-width: 100px;
  max-height: 100px;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;
      color: #fff;
      font-weight:bolder;
      background:#000;
      font-feature-settings: "kern";
      padding:8px;
      display: inline-block;
      margin:0;
  }
  
  h1 {
    font-size: 28px;
    margin-bottom: 0;
    width:100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  
  a:link {
    color:#222;
  }
  
  a:visited {
    color:#444;
  }
  
  body, p, span, ul {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight:400;
    color: #111;
  }

  li {
    margin-bottom:12px;
    font-size:18px;
  }
  
  body {
    margin:0;
  }
  
#marathon-hero {
    width: 100%;
    background-color:#000; 
    text-align: center;
}


#marathon-hero img {
  padding-top: 10px;
  padding-bottom: 10px;
    max-width: 80%;
    height: auto;
}

@media (max-width: 480px) {
  #marathon-hero img {
    max-width: 95%;
  }
}

  @media (max-width: 480px) {
    body, p, span {
      font-family: 'DM Sans', 'Gabarito', sans-serif;
      font-size: 20px;
      color: #111;
  }
  
    h1, h2, h3, h4 {
      padding-left:5px;
      padding-right:5px;
      width:auto;
      text-align: center;
      display: inline-block;
    }
  
    h2 {
      font-size: 22px;
    }
  }
  
  button, #submit-db {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    border: 3px solid;
    padding: 0.25em 0.5em;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  button:active {
    box-shadow: 0px 0px 0px 0px;
    top: 5px;
    left: 5px;
  }
  
  @media (max-width: 480px) {
    button {
      padding: 0.5em .85em;
      font-size:22px;
    }
  }
  
  tbody td {
    padding-right: 20px;
    margin-left: 5px;
    border: solid 1px #ccc;
  }
  
  @media (min-width: 480px) {
    .button {
      padding: 0.25em 0.75em;
    }
  }
  
  .centered-text {
    text-align: center;
  }

  mark {
    background-color: (rgba(0, 0, 0, 0.5));
  }
  
  /*////////////
     OPENING WEEKEND CSS
  ////////////*/

#show-page-description-container, #show-page-full-calendar-container {
    background-color:#000;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

#show-page-buttons {
  text-align: center;
  padding-bottom: 10px;
}

#show-page-description, #show-page-full-calendar {
    text-align: center;
    background-color: #000;
    padding: 20px 0 20px 0;
}

#show-page-description-span {
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px;
}

#show-page-calendar-header-span {
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
}

.show-page-click-for-more {
  margin: 20px 0 0 0;
  background-color: #000;
  font-weight: bold;
  color: #fff;
  font-size:24px;
  text-transform: uppercase;
}

@media screen and (min-width:800px) {

#show-page-description {
  width: 60%;
  min-width: 800px;
}

}

@media screen and (max-width:800px) {

  #show-page-description {
    padding: 30px;
  }

  #show-page-description-span {
      font-size: 18px;
  }

}
  
  /*////////////
     HEADER CSS
  ////////////*/
  
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  
  #logo {
    max-height: 100px;
  }
  
  #main-menu {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  #main-menu li {
    margin-left: 42px;
    position: relative;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 20px;
    color: #000;
    border: .3rem solid #000;
    padding: 8px;
    z-index: 1; /* Added z-index */
  }
  
  #main-menu li:hover {
    transform: rotate(1deg);
    z-index: 2; /* Ensures hovered item is above others */
  }
  
  #main-menu a {
    text-decoration: none;
    color: #000;
    letter-spacing: 3px;
  }
  
  .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 99999; /* Ensure dropdown is on top */
    width: 300px;
    padding: 8px;
    letter-spacing: 3px;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    cursor: pointer;
  }
  
  .dropdown-menu:hover {
    transform: none;
  }
  
  .dropdown-menu ul {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
  }
  
  .dropdown-menu ul:hover {
    transform: none;
  }
  
  .dropdown-menu li {
    list-style: none;
    margin-left: 3px !important;
    font-size: 12px;
    transform: none;
  }
  
  .dropdown {
    cursor: pointer;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    transform: none;
    z-index: 1;
  }
  
  .dropdown-menu ul {
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
  }

  .dropdown-menu ul:hover {
    transform: none;
  }
  
  .dropdown-menu li {
    list-style: none;
    margin-left: 3px !important;
    font-size: 12px;
    transform: none;
  }
  
  .dropdown {
    cursor: pointer;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    transform: none;
    z-index: 1;
  }
  
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(255,255,255,.95);
    z-index: 1;
  }
  
  .mobile-menu ul {
    width:100%;
  }
  
  .mobile-menu ul li {
    padding: 10px;
    text-align: center;
    list-style-type: none;
  }
  
  .mobile-menu a {
    color:#000;
    font-size:24px;
    font-weight: bolder;
    text-decoration: none;
  }
  
  .mobile-menu.active {
    display: flex;
    width:100%;
  }
  
  .menu-toggle {
    display: none;
  }
  
  .hamburger {
    font-size:40px;
    color:#444;
  }
  
  @media (max-width: 480px) {
    #main-menu {
      display:none;
    }
  
    .menu-toggle {
      display: block;
  }
  
  }
  
  
  
  nav {
    display: flex;
    align-items: center;
  }
  
  
  /*////////////////////////////////
    MAIN CONTAINTER CSS
  ////////////////////////////////*/
  
  #main-container {
    clear:both;
    background-image: url("/images/grid-background.jpg");
    background-size: 50% 50%;
    background-repeat: repeat;
  }
  
  @media (max-width: 480px) {
    #main-container {
      width: 100%;
      background-size:100%;
      background-repeat:repeat-y;
    }
  }
  
  /*////////////
     HERO CSS
  ////////////*/
  
  #hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url("/images/mosaic-sep-2024.png");
    height: 400px;
    display:flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /*
  .stamp {
    padding:10px;
  
      color: #fafafa;
      font-size: 3rem;
      font-weight: 700;
      border: 0.25rem solid #555;
      display: inline-block;
      padding: 0.25rem 1rem;
      text-transform: uppercase;
      border-radius: 1rem;
      -webkit-mask-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
  }
  */
  
  #improv-house-description-header {
    color:#fff;
  }
  
  .hero-text {
    font-family: blackout-midnight, 'DM Sans';
    transform: rotate(1deg);
    width:auto;
    letter-spacing: 10px;
    font-size: 90px;
    font-weight: 1000;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    line-height: .85em;
    color: #fff;
  border: .3rem solid #fff;
  font-size: 6rem;
  border-radius: 0;
  padding: 1rem;
  }
  
  
  
  @media (max-width: 480px) {
    #hero {
      width: 100%;
      height:200px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
    }
  
  #hero h1 {
    margin: 50px 20px 20px 20px;
    background: none;
    background-color:transparent;
    background-image: url('/images/paint-swoosh.png');
    background-size:cover;
    font-size:30px; 
  }
  }
  
  
  
  
  #improv-house-description-container {
    width:100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("/images/fireworks.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  #improv-house-description {
    width: 700px;
    margin: 0 auto; 
    padding: 4px;
  }
  
  #improv-house-description p h1 h2 h3 h4 {
    text-align: center;
  }
  
  #improv-house-description h2 {
    text-align: center;
    margin-top: 20px;
    padding:12px;
  }
  
  #improv-house-description-text {
    background-color: #fff;
    padding:12px;
  }
  
  @media screen and (min-width: 480px) {
    #improv-house-description-text {
      width:100%;
    }
  
    #improv-house-description-container {
      width:auto;
    }
  
    #improv-house-description h2 {
      width:100%;
    }
    
  }
  
  @media (max-width: 480px) {
    #improv-house-description {
      width: auto;
    }
  
    #improv-house-description-container {
      background-size:contain;
      width:auto;
    }
  }
  
  q {
    font-size:20px;
    font-family:'Ubuntu Mono', monospace;
    font-style: oblique;
    font-weight: bold;
  }
  
  .quote-author {
    font-size:20px;
    font-family:'Ubuntu Mono', monospace;
    font-weight:bold;
  }

  #improv-is-fun-header {
    text-align: center;
  }
  

#gift-cards {
  display:flex;
  flex-direction: column;
  vertical-align: center;
  justify-content: center;
  text-align: center;
  min-height: 300px;
  background-image: url(/images/gift-card-bg.png);
  background-size: cover;
}

#gift-cards h1 {
  background:none;
}

#class-and-show-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('/images/fireworks.png');
    padding: 5px;
}

.cta-button {
    margin: 5px;
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 480px) {

.cta-button {
    font-size: 16px;
    font-weight: 700;
}
}


  /*///////////////////////
    MAINPAGE UPCOMING CLASSES GRID 
  ///////////////////////*/
  
  #no-classes p {
    color:#fff;
    text-align: center;
  }
  
  #classes-header-container {
    margin-top: 20px;
    margin-bottom: 20px;
    width:100%;
    background-color: #000;
  }
  
  #class-grid-container {
    width:100%;
    background-color:#000;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; 
  }
  
  .mainpage-class {
    max-width: 333px;
    min-width: 333px;
    margin:10px;
  }
  
  @media (max-width: 480px) {
    .mainpage-class {
      max-width: 100%;
      display:flex;
      flex-direction: row;
    }
  }
  
  .mainpage-class-image {
    max-width:30%;
  }

  .mainpage-class a {
    text-decoration: none;
  }
  
  .mainpage-class img {
    max-width: 100%;
    margin:0;
  }
  
  .mainpage-class-info {
    background-color: #fdf2ed;
  }
  
  .mainpage-class-info p {
    padding:5px;
    margin-top:0;
    margin-bottom:0;
    text-align: center;
  }
  
  .mainpage-class-day-and-time {
    text-transform: uppercase;
    font-weight: 700;
  }
  
  #all-classes-button-container {
    width:100%;
    background-color: #000;
    text-align: center;
  }

  @media screen and (max-width: 480px) {

  }
  
  /*///////////////////////
    MAINPAGE UPCOMING EVENTS GRID 
  ///////////////////////*/
  
  #event-header-container {
    margin-top: 20px;
    width:100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .event-header {
    text-align: center;
    width:100%;
    padding-left:0px;
    padding-right:0px;
    background-color:none;
  }
  
  #event-grid-container {
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
    width:100%;
    background-color:#000;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
  }
  
  
  .event {
    text-align: center; 
    max-width:300px;
    background-color: #000;
    margin: 10px;
  }

  .event a {
    text-decoration: none;
  }
  
  .event h3 {
    margin: 0;
    width:100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }
  
  
  #event-grid-container h1 {
    width:100%;
    clear:both;
  }

.event-grid-info {
  display:flex;
  flex-direction: column;
  justify-content: center;  
}

  .event-grid-info p {
    color:#fff; 
  }

  .event-date {
    display:flex;
    align-items: center;
    justify-content: center;
    height:60px;
  }
  
  .event img {
    max-width: 100%;
  }
  
  .event-short-description {
    color:#fff;
    margin-top:0;
    max-width:95%;
  }

  .event-loop-date {
    font-size:18px;
    text-transform: uppercase;
    font-weight:800;
    padding:5px;
    background-color: rgba(0, 0, 0, 0.6);
    color:#fff;
  }
  
  #all-events {
    background-color: #000;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  @media (max-width: 480px) {
    #event-grid-container {
      padding:0;
      background:transparent;
      gap:10px;
    }
  
    .event {
      text-align: center; 
      max-width:100%;
      background-color: transparent;
    }
  }


  
  /*///////////////////////
    Mosaic Grid
  ///////////////////////*/

  .horizontal-mosaic {
    max-width:100%;
  }

  .horizontal-mosaic img {
    width:100%;
  }
  
  /*///////////////////////
    Individual Page CSS
  ///////////////////////*/
  
  #everyone-welcome-container {
    background-color: #f5ead2;
    align-content: center;
  }
  
  #everyone-welcome-image-container {
    text-align: center;
    width:100%
  }
  
  #everyone-welcome-image {
    width:90%;
  }
  
  #everyone-welcome-content {
    width:100%;
    text-align:center;
  }
  
  #everyone-welcome-copy-container {
    display: flex;
    justify-content: center;
  }
  
  #everyone-welcome-content h1 {
    text-transform: uppercase;
  }
  
  #everyone-welcome-copy {
    width: 80%;
    text-align: left;
  }
  
  @media (max-width: 480px) {
    #everyone-welcome-copy {
      width: 95%;
    }
  }
  
  /*///////////////////////
    EVENTS PAGE REPEATER
  ///////////////////////*/


  /*///////////////////////
    SINGLE EVENT PAGE
  ///////////////////////*/
  
  #single-event-container {
    padding:20px;
    margin-top:20px;
    display: flex;
  }
  
  @media (max-width: 480px) {
    #single-event-container {
      display: inline;
    }
  }
  
  
  #single-event-date-and-image-container {
    max-width: 600px;
  }
  
  .single-event-image {
    max-width: 600px;
  }
  
  .single-event-info {
    margin-left: 20px;
    max-width: 640px;
  }
  
  .single-event-info h1 {
    width:100%;
    background-color: transparent;
    color: #000;
    border-bottom: solid 2px #000;
    margin-bottom:5px;
  }
  
  #cash-app-venmo-event {
    align-items: center;
  }
  
  @media (max-width: 480px) {
    #single-event-container {
      width: 100%;
    }
  
  
    .single-event-image {
      max-width: 100%;
    }
    .single-event-date {
      display:none;
    }
    .single-event-info{
      width:100% !important;
      margin:0;
    }
    .single-event-info h3 {
      font-size:35px;
      width: 100%;
      text-align: center;
    }
    
    .single-event-info h1 {
      width:100%;
      text-align: center;
      font-size:40px;
    }
  
    .single-event-info p {
      padding:4px;
      width:100%;
    }
  
    #single-event-date-and-image-container {
      width:100% !important
    }
  }
  
  /*///////////////////////
    CLASSES PAGE REPEATER
  ///////////////////////*/
  
  #class-page-header {
    margin-top:10px;
    display: block;
  }
  
  #class-page-header h2 {
    width:100%;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
  }
  
  #class-page-repeater {
    margin-top:10px;
    background:#000
  
  }
  
  .classes-repeater-container {
    display: flex;
    margin-bottom:10px;
    margin-left:auto;
    margin-right:auto;
    max-width: 1160px;
    background-color: #000;
  }
  
  .classes-repeater-image-container {
    flex: 0 0 auto;
    margin-right: 10px;
  }
  
  .classes-repeater-title-and-description {
    flex: 1;
    background-color: rgba(255,255,255,.8);
    padding: 7px;
    padding-right:20px;
    border:1px #999 solid;
  }
  
  .classes-repeater-image {
    max-width:300px;
  }
  
  .classes-repeater-title-container {
    width:100%;
  }
  
  .classes-repeater-title {
    font-size:20px;
    width:100%;
    padding-bottom:10px;
    padding-left: 4px;
    padding-right: 4px;
  }
  
  .tag {
    margin-top: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  /*////////////
     CLASSES HERO CSS
  ////////////*/
  
  #banner-container {
    width: 80%;
    margin: 0 auto; /* Center the container horizontally */
  }
  
  .banner {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  
  .banner img {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: opacity 0.5s ease; /* Add a fade transition */
  }
  
  .banner img.active {
    display: block;
    opacity: 1; /* Show active image */
  }
  
  
  @media (max-width: 480px) {
    #classes-hero {
      width: 100%;
      height: 230px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      border:0;
    }
  
  #classes-hero h1 {
    font-size:30px;
    margin-left: auto;
    margin-right: auto;
    margin-top:auto;
    margin-bottom:auto;
  }
  }
  
  /*///////////////////////
    MAIN CLASSES PAGE
  ///////////////////////*/
  
  #classes-container {
    background-color: #000;
  }
  
  #stripe-button, #other-ways-to-pay {
    display:none;
  }
  
  .fingies {
    font-size: 20px;
  }
  
  #classes-intro-container {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #classes-intro {
    margin-left: auto;
    margin-right: auto;
    max-width:980px;
    text-align: center;
    background-color: #663091;
    padding: 20px 30px;  
    margin-top: 10px;
  }
  
  #classes-intro p {
    color: #fff;
    font-size: 22px;
  }
  
  @media screen and (max-width: 480px) {
    #classes-intro {
      padding-left:5px;
      padding-right:5px;
    }
  }
  
  /* styling the photo mosaic on the class page */
  
  #class-mosaic-desktop {
    display: block;
    clear:both;
  }
  
  #class-mosaic-mobile {
    display: none;
  }
  
  .class-page-mosaic-image {
    width:50%;
  }
  
  @media screen and (max-width: 480px) {
    #class-mosaic-desktop {
      display: none;
    }
  
    #class-mosaic-mobile {
      display: block;
    }
  
    .class-page-mosaic-image {
      width:100%;
    }
  
  }
  
  
  @media screen and (max-width: 480px) {
    #classes-intro {
      padding-left:5px;
      padding-right:5px;
    }
  }
  
  #classes-quote {
    margin-left:auto;
    margin-right:auto;
    border:1px solid #999;
    padding:10px;
    max-width:1080px;
    background-color:#fff;
  }
  
  @media screen and (max-width: 480px) {
    #classes-quote {
      display:none;
    }
  
    .classes-repeater-title-container {
      width:100%;
    }
  }
  
  #classes-intro p {
    font-size:18px;
  }
  
  #curriculum-intro {
    max-width:800px;
    padding:20px;
  }
  
  .centered-button {
    margin-left:auto;
    margin-right:auto;
  }
  
  #curriculum-intro h3 {
    clear:both;
  }
  
  .class-description-container {
    padding:20px;
    margin-top:20px;
    display: flex;
  }
  
  @media (max-width: 480px) {
    #class-description-container {
      display: inline;
    }
  }
  
  .class-description-image {
    max-width: 300px;
  }
  
  .class-description-info {
    margin-left: 20px;
    max-width: 540px;
  }
  
  .class-description-info h1 {
    width:100%;
    background-color: transparent;
    color: #000;
    border-bottom: solid 2px #000;
    margin-bottom:5px;
  }
  
  #class-template-container {
    background-image: url("/images/grid-background.jpg");
    background-size: 50%;
    background-repeat: repeat;
  }
  
  @media screen and (max-width: 480px) {
    #class-template-container {
      max-width:96%;
      margin:auto;
    }
  }
  
  @media screen and (max-width: 480px) {
    .boxed-info h3 {
      padding-left:6px;
      padding-right:6px;
    }
  
    .tag {
      padding-left:6px; padding-right:6px;
    }
  }
  
  #class-template {
    max-width:1180px;
    margin-left:auto;
    margin-right:auto;
  }
  
  #class-info-container {
    margin-bottom: 10px;
    max-width: 1170px;
  }
  
  #class-image-container {
    float: left;
  }
  
  #class-image {
    max-height: 360px;
    max-width: 360px;
    padding-right: 10px;
  }
  
  #purchase-button-div {
    width:360px;
    padding-right:10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .payment-logo {
    margin:4px;
  }
  
  .tiny-logo {
    width:12px;
    height:12px;
  }
  
  #class-title-and-description {
    display: inline-block;
    max-width: 800px;
    height: 100%;
    background-color: rgba(255,255,255,.8);
  }
  
  
  #class-title-and-description h1 {
    display: flex;
    margin-top: 0px;
  }
  
  #fine-print p {
    font-size: 16px;
  }
  
  #policies-container {
    display:none;
    position: fixed;
    top: 0px;
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    z-index:999;
    background:rgba(0, 0, 0, 0.7);
    overflow-y: auto; /* Enable vertical scrolling */
  }
  
  .policies {
    width:90%;
    max-width:420px;
    margin:auto;
    border:1px solid;
    border-color:#333;
    padding:4px;
    background-color: rgba(255,255,255,1);
    z-index:999;
    transition: height 1s;
    position:relative;
  }
  
  #policiesDiv {
    max-width: 420px;
  }
  
  #policies-description p {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #policies-checkbox {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #stripe-button {
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    margin-top:10px;
  }
  
  #close-button {
      position: absolute;
      color: #aaa;
      top: 10px;
      right: 10px;
      cursor: pointer;
      font-size: 20px;
  }
  
  .policies p {
    font-size:14px;
    }
    
  
  @media screen and (max-width: 480px) {
    #policiesDiv {
      width:100%;
    }
  
    .policies {
      position: absolute;
      top: 0px;
      max-width:100%;
    }
  
    .policies p {
      font-size:16px;
    }
  
    }
  
    #purchase-fingies-div {
      max-width: 360px;
    }
  
  .boxed-info {
    margin-top:10px;
    margin-bottom:10px;
    max-width: 1160px;
    clear:both;
    border: 2px solid;
    border-color:#555;
    padding:8px;
    padding-right: 8px;
    background-color: rgba(255,255,255,.8)
  }
  
  #teacher-name {
    margin-top: 6px;
    font-size:22px;
  }
  
  #upcoming-classes-h1 {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    background: #000;
  }
  
  @media (max-width: 480px) {
    #class-image {
      max-width:100%;
      max-height:100%;
      padding-right:0;
    }
  
    .classes-repeater-container {
      display:inline;
      margin-bottom:20px;
    }
  
    .classes-repeater-image-container {
      margin-right:0;
    }
  
    .classes-repeater-image {
      max-width:100%;
    }
  
    .classes-repeater-title-and-description {
      margin-bottom:40px;
    }
  
    .classes-repeater-info-button {
      text-align:center;
    }
  
    #repeater-tags {
      display:none;
    }
  
  }
  
  #bottom-purchase-box-content {
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
  }
  
  /* Button CSS */
  .button-54 {
    font-family: "Gabarito", sans-serif;
    clear: both;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    border: 3px solid;
    margin: 10px;
    padding: 0.5em 0.75em;
    box-shadow: 1px 1px 0px 0px, 2px 2px 0px 0px, 3px 3px 0px 0px, 4px 4px 0px 0px, 5px 5px 0px 0px;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-54:active {
    box-shadow: 0px 0px 0px 0px;
    top: 5px;
    left: 5px;
  }
  
  @media (min-width: 480px) {
    .button-54 {
      padding: 0.25em 0.75em;
    }
  }
  
  /*////////////
  CURRICULUM INFO CSS
  ////////////*/
  
  #curriculum-overview {
    width: 80%;
  }
  
  #curriculum-header {
    width:100%;
  }
  
  #curriculum-overview h1 {
    text-align: center;
    width: 100%;
  }
  
  
  
  /** 
  ABOUT PAGE 
  **/
  
  #about-container {
    width:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    background-position: center;
  }
  
  #about-us {
    background-color: rgba(255,255,255,.9);
    max-width: 800px;
    padding: 10px;
  }
  
  #our-team-header h1 {
    display: block;
    width: 100%;
    text-align: center;
  }
  
  #team-bios {
    background-color: #000;
    color:#fff;
  }
  
  
  .bio-photo-div {
    width: 160px;
    height: 160px;
    border: 2px solid #fff; /* Optional: Add border for a cleaner look */
  }
  
  .bio-photo {
    width: 160px;
    height: 160px;
  }
  
  .team-bio {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  
  .team-bio p {
    padding-right:10px;
    padding-left:10px;
    color:#fff;
    margin-bottom: 10px;
  }
  
  /* DIVERSITY SCHOLARSHIPS */
  
  #diversity-scholarship-header {
    text-align: center;
  }
  
  #diversity-scholarship-copy-container {
    padding: 10px;
    display: flex;
    justify-content: center;
  }
  
  #diversity-scholarship-copy {
    width:70%;
  }
  
  @media (max-width: 480px) {
    #diversity-scholarship-copy {
      width: 95%;
    }
  }
  
  /** FAQ **/
  
  #faq-container {
    max-width:980px;
  }
  
  .faq-question {
    margin: 10px;
  }
  
  .faq-answer {
    margin: 10px;
  }
  
  /** CORPORATE WORKSHOPS **/
  
  #corporate-workshop-container, #holiday-party-container {
    padding: 0px 4px 4px 4px;
  }
  
  #holiday-party-container {
    background: url('/images/white-sweater-background.jpg');
  }
  
  #corporate-workshop-header {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  #corporate-workshop-header h1 {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  #corporate-workshop-content, #holiday-party-content {
    margin-left: auto;
    margin-right: auto;
    max-width:980px;
  }
  
  #corporate-workshop-content img, #holiday-party-content img {
    max-width:100%;
  }
  
  #holiday-party-content p {
    font-size: 22px;
    background-color: rgba(255, 255, 255, .8);
    text-align:center;
    padding:4px;
  }
  
  #holiday-top-image, #workshop-top-image {
    margin-top: 8px;
  }
  
  .workshop-description {
    padding: 4px;
  }
  
  .workshop-title {
    padding:4px;
  }
  
  
  /** FOOTER **/
  
  #footer {
    display:flex;
    background-color:#000;
    color:#ccc;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 480px) {
  #footer {
    display:inline;
  }
  }
  
  .footer-section {
    padding-top:40px;
    padding-bottom:40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  #mailing-signup-cta {
      color:#000;
  }
  
  @font-face {
    font-display: block;
    font-family: Roboto;
    src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
  }
  
  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 600;
    src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
  }
  
  @font-face {
    font-display: fallback;
    font-family: Roboto;
    font-weight: 700;
    src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
  }
  
  #sib-container input:-ms-input-placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }
  
  #sib-container input::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }
  
  #sib-container textarea::placeholder {
    text-align: left;
    font-family: "Helvetica", sans-serif;
    color: #c0ccda;
  }
  
  #sib-container a {
    text-decoration: underline;
    color: #2BB2FC;
  }
  
  @media (max-width: 1046px) and (min-width: 420px) {
    #footer div {
      background-color: #000;
      clear:both;
      text-align: center;
      padding: 50px;
    }
    }
  
  
  @media (max-width: 480px) {
    #footer div {
      background-color: #000;
      clear:both;
      text-align: center;
      padding: 20px;
    }
    }
  
  #footer a {
    text-decoration: none;
    color: #ccc;
  }
  
  #footer p {
    color: #ccc;
    font-size: smaller;
  }
  
  .footer-image {
    max-width: 100px;
  }
  
  .social-link-image {
    max-height: 30px;
    max-width: 30px;
    padding-right: 10px;
  }

/* Fourth Wall Calendar CSS */

.fc-header-toolbar {
    background-color: #000;
}

.fc-toolbar-title {
  color: #fff !important;
  font-size: 32px;
  text-transform: uppercase;
}

.fc-toolbar-title a {
  color: #fff;
  text-transform: uppercase;
}

.fc-icon {
  color: #fff;
}

.fc-list-day {
  z-index:0 !important;
}