/*  1em = approx. 15px
    rgb(250, 250, 250);
    rgb(50, 200, 180);
    rgb(240, 240, 220);
    rgb(150, 150, 150);
    #545454;
*/
 
* {
   scroll-behavior: smooth; 
}
 
html {
    background-color: rgb(230, 230, 230);
}

body {
    font-family: "raleway", "helvetica";
    font-weight: 100;
    background-color: rgb(240, 240, 220);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: none;
    padding: 0px 0px 30px 0px;
}

h1{
    font-size: 6vw;
    padding: 20px;
    background-color: rgb(50, 200, 180);
    margin: 0px auto 40px auto;
    text-align: center;
    color: white;
    font-family: "raleway", "helvetica";
    font-weight: 100;
    
}

h2 {
    font-family: "raleway", "helvetica";
    font-weight: 550;
    font-size: 7vw;
    margin: 40px auto;
    text-align: center;
}

figure {
    background-color: rgb(250, 250, 250);
    padding: 2vw;
    margin: 5vw;
}

p {
    padding-top: 1vw;
    padding-left: 30px;
    margin: 30px;
    font-size: 3.5vw;
    text-align: left;
    background: transparent;
    border-left: 2px solid rgb(50, 200, 180);
}

a {
    border-bottom: 3px solid rgba(50, 200, 180); 
    text-decoration: none;
    margin: auto;
    transition-property: border-bottom, padding-bottom, color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    border-radius: 2px;
    padding-bottom: 3px;
}

a:any-link{
    color: #545454;
}

a:hover{
    padding-bottom: 5px;
    border-bottom: 3px solid rgb(150, 150, 150);
    border-radius: 2px;
    color: rgb(150, 150, 150);
}

section a {
    margin: 100px;
    font-size: 20px;
    padding: 10px;
    border: 2px solid #545454;
    transition-property: all;
}

section a:hover {
    border: 2px solid rgb(70, 220, 200);
    padding: 10px;
    color: rgb(70, 220, 200);
    background-color: white;
}

section {
    display: flex;
    align-content: center;
}

nav {
    text-align: center;
    margin: auto;
}

.title-box {
    background-color: #545454;
    margin: 0px;
    max-width: none;
}

.title-box h2 {
    color: white;
    font-family: "raleway", "helvetica";
    font-weight: 100;
    font-size: 9.5vw;
    margin-bottom: 0px;
    margin-top: 0px;
}

.title-box h3 {
    font-size: 2.4vw;
    color: rgb(150, 150, 150);
    text-align: center;
    margin-top: 0px;
    letter-spacing: 3.2vw;
    z-index: 1;
}

.title-box-nav {
    text-align: center;
    position: sticky;
    top: -2px;
    background-color: #444444;
    padding-top: 27px;
    padding-bottom: 27px;
    z-index: 20;
}

.title-box-nav a {
    font-size: 3.5vw;
    font-weight: 100;
    color: white;
    margin: 10px 5vw;
    border: none;
    letter-spacing: 0.2vw;
}

.title-box-nav a:hover {
    color: rgb(50, 200, 180);
}

.title-box-nav a:active {
    color: rgb(50, 200, 180);
}

#facebook-logo-wrapper {
    border: none;
    display: flex;
    justify-content: center;
    transition-property: none;
    margin-bottom: 40px;
    margin-top: 40px;
}

#facebook-logo-wrapper:hover {
    padding-bottom: 3px;
}

#facebook-logo {
    width: 15vw;
    transition-property: all;
    transition-duration: 0.3s;
}

#facebook-logo:hover {
    filter: brightness(0.8);
}
#facebook-logo:active {
    filter: brightness(0.8);
}

.gallery-wrapper-wrapper {
    position: relative;
    display: none;
    height: 40vw;
    border-radius: 10px;
    background-color: white;
}


.gallery-button {
    z-index: 0;
    color: #545454;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 2.5vw;
    background-color: rgb(245, 245, 245);
    margin: 0px 5px 0px 5px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    position: relative;
    bottom: 0px;
    display: none;
    
}
.gallery-button:hover {
    filter: brightness(0.8);
    color: #aaa;
    cursor: pointer;
}

.gallery-button-container {
    position: relative;
    bottom: 110px;
    background-color: transparent;
}

.gallery-img {
    border-radius: 5px;
    cursor: zoom-in;
    z-index: 2;
}












.main-section-homepage h2 {
    font-size: 9vw;
}


.main-section-homepage label {
    font-size: 36px;
    margin: 40px auto 10px auto; 
    text-align: center;
    display: block;
    
}

.main-section-homepage a {
    color: rgb(50, 200, 180);
    border-bottom: 2px solid rgb(50, 200, 180);
    border-radius: 0px;
}

.main-section-homepage a:hover {
    color: rgb(150, 150, 150);
    border-color: rgb(150, 150, 150);
    padding-bottom: 3px;
}

.main-section-homepage h4 {
    color: rgb(50, 200, 180);
    font-size: 10vw;
    margin: 5vw auto 0px auto;
    text-align: center;
}

.header-h1 {
    margin-bottom: 0px;
}

.author-by {
    font-size: 2vw;
    line-height: 0px;
    margin-left: 40px;
}



.not-quote {
    border-left: none;
    line-height: 6vw;
    font-weight: 300;
    padding-left: 0px;
}

#augustine-img {
    width: 12vw;
    margin-top: 10px;
}


#learn-more {
    font-size: 4vw;
    margin-bottom: 60px;
}


#about-st-a {
    margin-top: 40px;
    background-color: burlywood;
}


#meet-our-team {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}


.about-page-main-img {
    width: 100%;
}

.about-page-main-img a {
    color: white;
}

.about-page-main-img a:hover {
    color: rgb(150, 150, 150);
}

.team-box h1 {
    background-color: #545454;
    color: rgb(50, 200, 180);
    border-radius: 5px;
}

.team-box img {
    background-color: rgb(230, 230, 230);
    width: 100%;
    max-width: 30vw;
    padding: 20px;
    border-radius: 20px;
}

.team-position {
    color: rgb(150, 150, 150);
}


.productions-box {
    background-color: transparent;
}

.productions-box img {
    width: 50%;
    margin-bottom: 40px;
    margin-top: 40px;
}

.productions-box h1 {
    margin: 20px 2vw 0px 2vw;
    color: white;
    background-color: rgb(50, 200, 180);
    padding: 20px;
    font-weight: 100;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.productions-box h2 {
    font-size: 5vw;
    font-family: 'cinzel decorative';
    color: #545454;
    background-color: white;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.productions-box h3 {
    text-align: center;
    color: white;
}

.productions-box iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.productions-box h2 button {
    margin-top: 1vw;
}

.productions-box a {
    color: white;
    border: none;
}

.play-description {
    font-family: "raleway";
    color: #666;
    font-weight: 300;
    font-size: 3vw;
} 

.image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}


#xButton {
    margin: 0px 2vw 0px 2vw;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
}

#xButton:hover {
    filter: opacity(0.8);
}

#current-location-map-button {
    cursor: pointer;
    background-color: rgb(50, 200, 180);
    border: none;
    border-radius: 50px;
    padding: 1.5vw 2vw;
    color: white;
    font-family: "raleway";
    font-size: 2.5vw;
    font-weight: 300;
    margin: 1vw;;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


#current-location-map-button:hover {
    filter: brightness(0.8);
}

#program-button {
    cursor: pointer;
    background-color: rgb(50, 200, 180);
    border: none;
    border-radius: 50px;
    padding: 30px;
    color: white;
    font-family: "raleway";
    font-size: 2vw;
    margin: 10px;
    transform: translate(-15px);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}


#program-button:hover {
    filter: brightness(0.9);
}

#xProgramButton {
    margin: 0px 0px 0px 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

#xProgramButton:hover {
    filter: brightness(0.8);
}

#programPopup {
    padding: 0px;
    margin: 0px 100px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container {
    padding: 5%;
}

.programPopupPic {
    width: 100%;
}

.button-container {
    text-align: center;
    border: none;
}

#past-productions {
    margin-top: 40px;
}


#tickets {
    border: none;
    color: white;
    font-family: "raleway";
    font-size: 2.5vw;
    font-weight: 300;
}

#tickets-button {
    background-color: rgb(50, 200, 180);
    padding: 1.5vw 2vw; 
    border-radius: 50px;
    border: none;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    margin: 1vw;
    cursor: pointer;
}

#tickets-button:hover {
    filter: brightness(0.8);
}


.pull-quote {
    margin-right: 2vw;
    margin-left: 2vw;
    font-size: 3vw;
}


footer {
    text-align: center;
    margin-top: 80px;
    font-size: 2.5vw;
}






#gallery-zoom-background {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    z-index: 1;
}





.galleryXButton {
    background-color: rgb(220, 220, 220);
    position: relative;
    color: #545454;
    padding: 4vw;
    font-weight: lighter;
    font-size: 3vw;
    font-family: "raleway";
    border-radius: 500px;
    margin: 0px;
    z-index: 3;
    left: 10px;
    display: none;
    margin-top: 5vw;
    width: 4vw;
    height: 4vw;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    filter: opacity(0.8);
}

.galleryXButton:hover {
    filter: opacity(0.5);
    transform: scale(0.98);
}

#main-video {
    height: 40vw;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: black;
    display: none;
}

#watch-button {
    text-align: center;
    font-size: 3vw;
    font-weight: 300;
    background-color: rgb(50, 200, 180);
    color: white;
    margin: 20px;
    padding: 10px;
    border-radius: 10vw;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    cursor: pointer;
}
#watch-button:hover {
    filter: brightness(0.8);
}

#main-video-xbutton {
    padding: 20px 30px;
    color: white;
    text-align: center;
    background-color: rgb(50, 200, 180);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    display: none;
    margin-top: 40px;
    cursor: pointer;
    position: relative;
    top: 0px;
    font-size: 3vw;
    z-index: 10;
}
#main-video-xbutton:hover {
    filter: brightness(0.8);
}

#main-video-wrapper {
    font-size: 4vw;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 100px;
}


#watch-button-delink {
    text-decoration: none;
    color: white;
    border: none;
}

.viewGalleryButton {
    padding: 2.5vw 3.5vw;
    color: white;
    background-color: rgb(50, 200, 180);
    font-size: 2vw;;
    font-family: "raleway";
    font-weight: 300;
    border: none;
    border-radius: 100px;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.viewGalleryButton:hover {
    filter: brightness(0.8);
}

.gxButton {
    background-color: transparent;
    position: absolute;
    padding: 4vw;
    border: none;
    color: #545454;
    font-family: "raleway";
    font-size: 3vw;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-out;
    cursor: pointer;
}
.gxButton:hover {
    filter: brightness(0.8);
    transform: rotate(180deg);
}

.productions-poster {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
}
.productions-poster img {
    margin: 0px;
    margin-bottom: 40px;
}

.productions-box hr {
    border: none;
    border-top: 1px solid rgb(50, 200, 180);
    margin-bottom: 10vw;
}

.about-page-main-image-wrapper-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: black;
    border-bottom: 3px solid rgb(50, 200, 180);
}

.about-page-main-image-wrapper {
    max-width: 60vw;
   
}

#why-shakespeare-hr {
    border: none;
    border-top: 1px solid burlywood;
    color: rgb(50, 200, 180);
    overflow: visible;
    text-align: center;
    height: 5px;
    margin: 10vw 15vw;
}

#why-shakespeare-hr::after {
    background-color: rgb(250, 250, 250);
    content: "❦";
    color: burlywood;
    font-size: 8vw;
    padding: 0 4px;
    position: relative;
    top: -6vw;
}
#productions-main-box {
    height: 70vh; 
    text-align: left; 
    display: grid; 
    grid-template-columns: 2fr 2fr; 
    grid-template-rows: 1; 
    background-color: burlywood;
    
}

#productions-main-title {
    display: inline-flex; 
    background-color: transparent; 
    justify-content: center; 
    align-items: center; 
    font-size: 60px; 
    font-family: 'Ballet'; 
    color: beige;
    height: 100%;
}

#productions-main-figure {
    display: inline-flex; 
    border-radius: 20px; 
    color: #545454; 
    font-size: 35px; 
    text-align: center;
    padding: 1vw 4vw;
    max-height: 50vh; 
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
















@media screen and (max-width: 699px){
    .title-box h2 {
        margin-left: 5vw;
        margin-right: 5vw;
        font-size: 8vw;
    }
    .title-box-nav a {
        font-size: 3.5vw;
        letter-spacing: normal;
    }
    .title-box-nav {
        padding-top: 37px;
        padding-bottom: 37px;
    }
    #productions-main-box {
        height: 70vh; 
        text-align: left; 
        display: grid; 
        grid-template-columns: 2fr 2fr; 
        grid-template-rows: 1; 
        background-color: burlywood;
        align-content: center;
    }
    #productions-main-title {
        display: inline-flex; 
        background-color: transparent; 
        justify-content: center; 
        align-items: center; 
        font-size: 30px; 
        font-family: 'Ballet';
        color: beige;
        height: 100%;
    }
    #productions-main-figure {
         display: inline-flex; 
        border-radius: 20px; 
        color: #545454; 
        font-size: 14px; 
        text-align: center;
        padding: 3vw 3vw;
        max-height: 50vh; 
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        align-items: center;
        justify-content: center;
    }
    
    #about-main-box {
        height: 70vh; 
        text-align: left; 
        display: grid; 
        grid-template-columns: 2fr 2fr; 
        grid-template-rows: 1; 
        background-color: burlywood;
        align-content: center;
    }
    #about-main-title {
        display: inline-flex; 
        background-color: transparent; 
        justify-content: center; 
        align-items: center; 
        font-size: 30px;
        font-family: "ballet";  
        color: beige;
        height: 100%;
    }
    #about-main-figure {
        display: inline-flex; 
        border-radius: 20px; 
        color: #545454; 
        font-size: 14px; 
        text-align: center;
        padding: 3vw 3vw;
        max-height: 50vh; 
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        align-items: center;
        justify-content: center;
    }
    #home-main-box {
        height: 70vh; 
        text-align: left; 
        display: grid; 
        grid-template-columns: 2fr 2fr; 
        grid-template-rows: 1; 
        background-color: burlywood;
        align-items: center;
    }
    #home-main-title {
        display: inline-flex; 
        background-color: transparent; 
        justify-content: center; 
        align-items: center; 
        font-size: 30px; 
        font-family: 'Ballet'; 
        height: 100%;
    }
    #home-main-figure {
        display: inline-flex; 
        border-radius: 5px; 
        color: #545454; 
        font-size: 14px; 
        text-align: center;
        padding: 0;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        align-items: center;
        justify-content: center;
        background: transparent;
    }
    #support-main-box {
        height: 70vh; 
        text-align: left; 
        display: grid; 
        grid-template-columns: 2fr 2fr; 
        grid-template-rows: 1; 
        background-color: burlywood;
        align-items: center;
    }
    #support-main-title {
        display: inline-flex; 
        background-color: transparent; 
        justify-content: center; 
        align-items: center; 
        font-size: 30px; 
        font-family: 'Ballet'; 
        color: beige;
        height: 100%;
    }
    #support-main-figure {
        display: inline-flex; 
        border-radius: 20px; 
        color: #545454; 
        font-size: 14px; 
        text-align: center;
        padding: 3vw 3vw;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        align-items: center;
        justify-content: center;
    }
    .main-section-homepage h2 {
        font-size: 5vw;
    }
    .team-box h1 {
        font-size: 4vw;
    }
    #tickets {
        font-size: 10px;
        padding: 10px;
    }
    #current-location-map-button {
        font-size: 10px;
        padding: 10px 20px;
    }
    
    #show-times-and-location-box {
        overflow-y: scroll;
    }
    #current-production-box img {
        margin-top: 1vw;
        width: 25vw;
    }
    .productions-box img {
        margin-bottom: 20px;
    }
    
    .main-section-homepage {
        margin-left: 10px;
        margin-right: 10px;
    }
    #current-production-play-description {
        font-size: 14px;
    }
    #current-production-title {
        font-size: 22px;
    }
    #show-times {
        font-size: 20px; 
        font-weight: 550; 
        color: rgb(50, 200, 180);
    }
    #show-times-content {
        font-size: 12px;
    }
    #current-production-location {
        font-size: 10px;
    }
    #current-poster {
        max-width: 20vw;
    }
    #current-poster-x {
        font-size: 12px;
    }
    #xProgramButton {
        font-size: 20px;
        padding: 10px;
    }
    #program-bottom {
        padding: 10px;
    }
    
}

@media screen and (min-width: 700px){
    .title-box h2 {
        font-size: 6vw;
    }
    .title-box h3 {
        font-size: 2vw;
        margin-left: 4vw;
        margin-right: 4vw;
    }
    .title-box-nav a {
        font-size: 2vw;
    }
    h1 {
        font-size: 3vw;
    }
    .productions-box h2 {
        font-size: 3vw;
    }
    .productions-box h1 {
        font-size: 3vw;
    }
    .productions-box h2 button {
        font-size: 1.5vw;
    }
    #current-location-map-button {
        font-size: 1.2vw;
        font-weight: 100;
    }
    #tickets {
        font-size: 1.2vw;
        font-weight: 100;
    }
    .play-description {
        font-size: 2vw;
    }
    p {
        font-size: 1.6vw;
        line-height: 5vw;
    }
    .not-quote {
        font-size: 1.6vw;
        line-height: 4vw;
    }
    figure {
        padding: 4vw;
    }
    .pull-quote {
        font-size: 1.6vw;
    }
    .author-by {
        font-size: 1.8vw;
    }
    #facebook-logo {
        width: 10vw;
    }
    footer {
        font-size: 1.5vw;
    }
    #about-main-box {
        height: 70vh; 
        text-align: left; 
        display: grid; 
        grid-template-columns: 2fr 2fr; 
        grid-template-rows: 1; 
        background-color: burlywood;
    }
    #about-main-title {
        display: inline-flex; 
        background-color: transparent; 
        justify-content: center; 
        align-items: center; 
        font-size: 60px; 
        font-family: "ballet";  
        color: beige;
        height: 100%;
    }
    #about-main-figure {
        display: inline-flex; 
        border-radius: 20px; 
        color: #545454; 
        font-size: 35px; 
        text-align: center;
        padding: 1vw 4vw;
        max-height: 50vh; 
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        align-items: center;
        justify-content: center;
    }
    #home-main-box {
        height: 70vh; 
        text-align: left; 
        display: grid; 
        grid-template-columns: 2fr 2fr; 
        grid-template-rows: 1; 
        background-color: burlywood;
        align-items: center;
    }
    #home-main-title {
        display: inline-flex; 
        background-color: transparent; 
        justify-content: center; 
        align-items: center; 
        font-size: 60px; 
        font-family: "Ballet"; 
        color: beige;
        height: 100%;
    }
    #home-main-figure {
        display: inline-flex; 
        border-radius: 5px; 
        color: #545454; 
        font-size: 35px; 
        text-align: center;
        padding: 0;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        align-items: center;
        justify-content: center;
        background: transparent;
    }
    #support-main-box {
        height: 70vh; 
        text-align: left; 
        display: grid; 
        grid-template-columns: 2fr 2fr; 
        grid-template-rows: 1; 
        background-color: burlywood;
    }
    #support-main-title {
        display: inline-flex; 
        background-color: transparent; 
        justify-content: center; 
        align-items: center; 
        font-size: 60px; 
        font-family: 'Ballet'; 
        color: beige;
        height: 100%;
    }
    #support-main-figure {
        display: inline-flex; 
        border-radius: 20px; 
        color: #545454; 
        font-size: 35px; 
        text-align: center;
        padding: 1vw 4vw;
        max-height: 50vh; 
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
        align-items: center;
        justify-content: center;
    }
    .main-section-homepage h2 {
        font-size: 4vw;
    }
    #watch-button {
        font-size: 2.5vw;
        font-weight: 100;
    }
    #main-video-wrapper {
        font-size: 2vw;
    }
    #learn-more {
        font-size: 2vw;
        margin-bottom: 2vw;
    }
    #program-button {
        font-size: 1.2vw;
        padding: 2vw 3vw;
    }
    .main-section-homepage p {
        font-size: 1.8vw;
    }
    .main-section-homepage .pull-quote {
        line-height: 3vw;
    }
    #current-production-play-description {
        font-size: 20px;
    }
    #current-production-title {
        font-size: 40px;
    }
    #show-times {
        font-size: 3.2vw; 
        font-weight: lighter; 
        color: rgb(50, 200, 180);
    }
    #show-times-content {
        font-size: 1.3vw;
    }
    #current-production-location {
        font-size: 1.5vw;
    }
    #current-poster {
        max-width: 250px;
    }
    #current-poster-x {
        font-size: 26px;
    }
    
}
    



























#home-learn-more {
    color: #545454;
}
#home-learn-more:hover {
    color: rgb(150, 150, 150);
    padding-bottom: 5px;
}



#galleryZero {
    margin-top: 3vw;
}
#galleryOne {
    margin-top: 3vw;
}
#galleryTwo {
    margin-top: 3vw;
}
#galleryThree {
    margin-top: 3vw;
}
#galleryFour {
    margin-top: 3vw;
}

#venmo-button {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40vw;
    padding: 0px;
}

#venmo-button:hover {
    filter: brightness(0.8);
    padding: 0px;
}

#current-poster-x {
    z-index: 4;
    display: none;
    font-family: 'raleway';
    font-weight: 300;
    color: #545454;
    background-color: rgba(250, 250, 250, 0.8);
    padding: 20px 23px;
    border-radius: 100px;
    position: absolute;
    left: 20%;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    cursor: pointer;
}
#current-poster-x:hover {
    filter: brightness(0.8);
}

#current-poster {
    z-index: 3;
    cursor: zoom-in;
}

#galleryFour {
    margin-top: 3vw;
}

#zoomed-background {
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
}



#program-img-container {
    z-index: 2;
}

#xZoomButton {
    display: none;
    margin: 0px 0px 0px 0px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    cursor: pointer;
    align-items: center;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
#xZoomButton:hover {
    filter: brightness(0.8);
}
