#clubs-background {
    position: absolute;
    width: 100%;
    justify-self: center;
    z-index: -1;
    top: 0;
}

#page-top {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 3fr;
    width: 100%;
    height: auto;
    margin: 0;
    top: 0;
    z-index: 1;
    background-color: #eaf1fb;
}

#intro {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    border: none;
    margin: 0;
    position: relative;
    grid-column: 2/2;
    grid-row: 2/3;
    text-align: center;
    gap: 1rem;
    padding-top: 4rem;
    padding-right: 7.5rem;
    padding-bottom: 3rem;
}

#intro h1 {
    font-size: 5em;
    margin: 0;
    color: #234059;
}

#intro h2 {
    font-size: 3.5rem;
}

#intro h4 {
    font-size: 1.5rem;
}

#intro p {
    font-size: 1.5em;
    line-height: 1.4em;
    text-align: center;
}
#content {
    background-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 1800px) {
    #page-top {
        display: grid;
        grid-template-columns: 1fr 3fr;
        grid-template-rows: 1fr 2fr;
        width: 100%;
        height: auto;
    }

    #intro {
        gap: 1rem;
        padding-top: 4rem;
        padding-right: 7.5rem;
        padding-bottom: 3rem;
        padding-left: 8rem;
    }
}

#fest-promo {
    position: relative; /* Required for the pseudo-element to stay inside */
    width: 100%;
    aspect-ratio: 16/5;
    min-height: 100vh;
    color: white;
    text-align: center;
    z-index: -2;
    overflow: hidden; /* Clips the zoomed image so it doesn't spill out */
    background-image: url("../images/festival/PhillyFest 2025 3.jpg");
    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;
    background-attachment: sticky;
}

/* #fest-promo img {
    width: 100%;
    position: absolute;
    z-index: -1;
    object-fit: contain;
} */

#fest-promo h2 {
    margin: 0;
    margin-top: 2.2rem;

    margin-left: 5%;
    text-align: left;
    font-size: 5em;
    width: 90%;
}

#fest-promo h4 {
    margin: 0;
    margin-left: 5%;
    text-align: left;
    font-size: 1.9em;
    width: 50%;
}

#show {
    /* background-color:#b3c2e2; */
    background-color: #59a2e5;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
}

#performers {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
}

.performer {
    width: 28%;
}

.performer img {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 0.5rem;
    padding: 2rem;
    padding-bottom: 1rem;
    object-fit: cover;
    aspect-ratio: 4/5;
}
#tall-pic img {
    object-fit: contain;
}

#emcee img,
#featured img {
    aspect-ratio: 6/4;
}

.performer p {
    font-size: 1.3em;
}
.performer h2 {
    font-size: 2.2em;
}

#featured,
#emcee {
    width: 100%;
    padding: 0 1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}
#featured img,
#emcee img {
    width: 40%;
    height: auto;
    margin: 0;
    margin-right: 0.5rem;
    padding: 1rem;
    /* max-width: 500px; for aspect ratio 4/5 */
    aspect-ratio: 6/4;
}
#featured p,
#emcee p {
    font-size: 1.5em;
    width: 55%;
    text-align: left;
}

#tickets {
    background-color: #e5d6bd;

    /* background-color: #B1975F; */
    width: 100%;
    padding: 2rem 0;
    text-align: center;
    z-index: 2;
}

#tickets h3 {
    padding: 1rem;
}

#schedule {
    background-color: #eaf1fb;

    /* background-color: #E5D6BD; */
    width: 100%;
    padding-top: 2rem;
}

#schedule-title {
    text-align: center;
}

#schedule-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 2rem 10%;
    flex-wrap: wrap;
}

.day {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 25%;
}

.day h2 {
    font-size: 2.9em;
}

.event p,
.activity p,
.workshop p {
    overflow-wrap: break-word;
    font-size: 1.25em;
}

@media screen and (max-width: 1500px) {
    .day h2 {
        font-size: 2.9vw;
    }
    #tickets h3 {
        font-size: 1.5rem;
    }
}

.workshop {
    /* background-color: #E5D6BD; */
    background-color: #b7d2f1;
    padding: 1rem;
    border-radius: 10px;
}

.event {
    /* background-color: #B1975F; */
    background-color: #b1975f;
    padding: 1rem;
    border-radius: 10px;
}
.activity {
    /* background-color: ; */
    background-color: #ddbd78;
    padding: 1rem;
    border-radius: 10px;
}
#food {
    background-color: #59a2e5;
    width: 100%;
    padding: 2em 10%;
}
#food h3 {
    text-align: center;
    padding-bottom: 0.5em;
}

#restaurants {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-left: 2rem;
    width: 100%;
    justify-content: space-around;
}
.restaurant-column {
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: column;
}
.spacer {
    width: 1px;
    border: #234059 1px solid;
}

.restaurant-column a {
    font-size: 1.5em;
}

.restaurant-column h2 {
    font-size: 1.75em;
}

#volunteer {
    background-color: #e5d6bd;
    width: 100%;
    padding: 2rem 0;
    text-align: center;
}
.mobile-tickets {
    display: none;
}
.desktop-tickets {
    display: block;
}

@media screen and (min-width: 1000px) {
    .performer p {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 1000px) {
    .event p,
    .activity p,
    .workshop p {
        font-size: 1.1em;
    }
}
