
body {
    background-color: white;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    background-color: transparent;
    width: fit-content;
    white-space: nowrap;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
}

h1 {
    color: black;
    white-space: nowrap;
    font-weight: 500;
    max-width: 100%;
    background-color: transparent;
    text-align: center;
}

h2 {
    color: black;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    max-width: 100%;
    background-color: transparent;
    padding-top: 30px;
}

h3 {
    color: black;
    text-align: center;
    font-weight: 250;
    background-color: transparent;
    display: block;
    white-space: nowrap;
    width: fit-content;
    text-decoration: none;
    margin: 0 auto;
}

h4 {
    color: black;
    text-align: center;
    font-weight: 300;
    white-space: nowrap;
    max-width: 100%;
    background-color: transparent;
}

h5 {
    color: black;
    text-align: center;
    font-weight: 250;
    white-space: nowrap;
    background-color: transparent;
    display: block;
    width: fit-content;
    text-decoration: none;
    margin: 0 auto;
}

p {
    color: black;
    text-align: center;
    font-weight: 250;
    background-color: transparent;
    display: block;
    width: fit-content;
    text-decoration: none;
    margin: 0 auto;
}
.menu a {
/*    padding: 8px 12px;*/
    text-decoration: none;
    
}

.titleCenter {
    text-align: center;
    background-color: transparent;
}

.nav-container {
    position: fixed;
    top: 8px;
    left: 12px;
/*    flex-direction: column; /* Stacks the button and menu vertically */*/
    width: 200px; /* Set a fixed width for the vertical menu */
/*    display: flex;*/
    background-color: transparent;

    /*  display: flex;*/
    /*  align-items: left;*/
/*        overflow: hidden; /* Hides the menu when it is collapsed */*/
}


.hamburger {
    /*  padding: 10px 15px;*/
    background-color: transparent;
    /*  color: black;*/
    position: fixed;
    top: 8px;
    left: 12px;
    height: 44px;
    width: 44px;
    
    border: none;
    z-index: 1000; /* Ensures it sits above other content */
    
    /*  text-align: left;*/
}
.hamburger:hover img {
    transform: scale(1.2);
    
}

.picture {
    height: 44px;
    width: 44px;
}

.menu {
    opacity: 0;
    visibility: hidden;
    flex-direction: column; /* Stacks the links vertically */
    max-height: 0; /* Starts collapsed */
    overflow: hidden; /* Hides the content when collapsed */
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    padding: 0px;
    list-style-type: none;
    transform: translateY(-22px);

}

.menu.showMenu {
    opacity: 1;
    visibility: visible;
    max-height: 560px;
}

.menu.closeIcon {
    opacity: 1;
    visibility: visible;
    max-height: 560px;
}

.closeIcon {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.menuIcon {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.showMenu ~ .hamburger .closeIcon {
  opacity: 1;
}

.showMenu ~ .hamburger .menuIcon {
  opacity: 0;
}

.menuItem {
    display: block;
      padding: 20px 20px;
      text-decoration: none;
}

.menuItemTop {
    display: block;
      padding-top: 70px;
      padding-bottom: 20px;
      text-decoration: none;
}

.menuItemBottom {
    display: block;
    padding-top: 20px;
      padding-bottom: 50px;
      text-decoration: none;
}

.menu-container {
    /* Keeps the menu at the top as you scroll */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(60px + env(safe-area-inset-top));
    padding-top: env(safe-area-inset-top);
      box-sizing: content-box; /* Ensures the padding adds to the height */
    
    /* The Glassmorphism Effect */
    background: rgba(255, 255, 255, 0.2);      /* Semi-transparent white */
    backdrop-filter: blur(10px);               /* The "fuzzy" blur effect */
    -webkit-backdrop-filter: blur(10px);       /* Safari compatibility */
    
    /* Optional: adds a subtle edge to the glass */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    
    /* Your existing Flexbox centering */
    display: flex;
    justify-content: center;
    align-items: center;
    
    z-index: 888; /* Ensures it sits above other content */
}

.menu-container img {
    display: block; /* Removes extra spacing below the image */
    max-height: 44px;    /* Adjust the size of your button */
    width: auto;
    transition: transform 0.2s; /* Adds a hover effect */
}

.top-center-button {
    position: fixed; /* Stays in place even when scrolling */
    left: 50%;      /* Distance from the top */
    top: 8px;      /* Distance from the top */
    transform: translateX(-50%);    /* Distance from the right */
    
    z-index: 888; /* Ensures it sits above other content */
}

.top-right-button {
    position: fixed;
    top: 8px;
    right: 12px;
    z-index: 1000;
}

/*.top-left-button:hover img {*/
/*  transform: scale(1.2);*/
/*}*/
.top-center-button:hover img {
    transform: scale(1.2);
}
.top-right-button:hover img {
    transform: scale(1.2);
}



.top-center-button img {
    display: block; /* Removes extra spacing below the image */
    height: 44px;    /* Adjust the size of your button */
    width: auto;
    transition: transform 0.2s; /* Adds a hover effect */
}

.showcase {
    font-weight: bold;
}

.description {
    width: 90vw;
    color: black;
}
.center {
    display: flex;
    justify-content: center;
    gap: 10px;
    
}
.flyer {
    width: 50px;
    height: auto;
}
.flyer-container {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.physicalAddress {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: black;
}
.locationSpecific {
    display: block;
    width: fit-content;
    color: black;
    text-decoration: none;
    margin: 0 auto;
}

.hero {
    padding-bottom: 20px;
    width: 90vw;
    padding-top: 60px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    z-index: 123;
    
}

.socialIcons {
    max-width: 60px;
    margin: auto;
    padding: 0px;
}

.centerPrivacy {
    max-width: 500px;
    margin: auto;
    padding: 10px;
    color: var(--text-color);
}

.logoSocialNew {
    position: relative;
    margin: auto;
    max-width: 60px;
    max-height: 60px;
    background-color: transparent;
    border: none;
}

.social {
    position: fixed;
    padding: 20px;
    right: 0%;
    top: 0%;
    /*    width: 10%;*/
    background-color: transparent;
}
a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

table {
    padding-top: 80px;
    max-width: 600px;
   
    color: black;
    margin: 0 auto;
}


.tableYear {
    width: auto;
    text-align: left;
    padding: 4px;
}
.tableSeason {
    width: auto;
    text-align: right;
    padding: 4px;
}
.tablePlay a {
    text-align: left;
    width: auto;
    padding: 4px;
}
.tableYearHeader {
    width: auto;
    text-align: left;
    padding: 4px;
    font-weight: bold;
}
.tableSeasonHeader {
    width: auto;
    text-align: right;
    padding: 4px;
    font-weight: bold;
}
.tablePlayHeader {
    text-align: left;
    width: auto;
    padding: 4px;
    font-weight: bold;
}






















@media(prefers-color-scheme: dark) {
    html, body {
        background-color: black;
        margin: 0;
        padding: 0;
        min-height: 100vh;
    }
    a {
        color: white;
    }
    
    h1 {
        color: white;
    }

    h2 {
        color: white;
    }
    
    h3 {
        color: white;
    }
    
    h4 {
        color: white;
    }
    
    h5 {
        color: white;
    }
    
    p {
        color: white;
    }
    
    .menu {
        opacity: 0;
        visibility: hidden;
        flex-direction: column; /* Stacks the links vertically */
        max-height: 0; /* Starts collapsed */
        overflow: hidden; /* Hides the content when collapsed */
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);

        -webkit-backdrop-filter: blur(10px);
        border-radius: 22px;
        -webkit-border-radius: 22px;
        padding: 0px;
        list-style-type: none;
        transform: translateY(-22px);
    }
   
    .menu-container {
        /* Keeps the menu at the top as you scroll */
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(60px + env(safe-area-inset-top));
        padding-top: env(safe-area-inset-top);
          box-sizing: content-box; /* Ensures the padding adds to the height */
        
        /* The Glassmorphism Effect */
        background: rgba(0, 0, 0, 0.2);
        backdrop-filter: blur(10px);               /* The "fuzzy" blur effect */
        -webkit-backdrop-filter: blur(10px);       /* Safari compatibility */
        
        /* Optional: adds a subtle edge to the glass */
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        
        /* Your existing Flexbox centering */
        display: flex;
        justify-content: center;
        align-items: center;
        
        z-index: 888; /* Ensures it sits above other content */
    }

    
 
    
    .historicalDocument {
        color: white;
        text-align: left;
        font-weight: 250;
        background-color: transparent;
        /*    display: block;*/
        /*    width: fit-content;*/
        color: white;
        text-decoration: none;
        margin: 0 auto;
    }
    

    .description {
        width: 90vw;
        color: white;
    }
    .flyer {
        width: 69px;
        height: auto;
    }
    .flyer-container {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .physicalAddress {
        display: block;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: white;
    }
    .locationSpecific {
        display: block;
        width: fit-content;
        color: white;
        text-decoration: none;
        margin: 0 auto;
    }
    
    .hero {
        padding-bottom: 20px;
        width: 90vw;
        padding-top: 60px;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        z-index: 123;
        
    }
    
    .socialIcons {
        max-width: 60px;
        margin: auto;
        padding: 0px;
    }
    
    .centerPrivacy {
        max-width: 500px;
        margin: auto;
        padding: 10px;
        color: white;
    }
    
    .logoSocialNew {
        position: relative;
        margin: auto;
        max-width: 60px;
        max-height: 60px;
        background-color: transparent;
        border: none;
    }
    
    .social {
        position: fixed;
        padding: 20px;
        right: 0%;
        top: 0%;
        /*    width: 10%;*/
        background-color: transparent;
    }
    a:visited {
        color: white;
        background-color: transparent;
        text-decoration: none;
    }
    
    table {
        padding-top: 80px;
        max-width: 600px;
        color: white;
        margin: 0 auto;
    }
}
