/* DAY STUFF */
.day-title {
    margin-top: 3rem;
}

.photo-gallery {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3vw;
    margin: 0 5vw;
    align-items: center;
    margin: auto;
    padding-bottom: 4rem;
}

.photo-gallery img {
    width: 100%;
    height: auto;
}

.food {
    width: 50%;
    /*justify-self: center;*/
    margin: auto;
}

.food h5 {
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 800px) {
    .food {
        width: 90%;
    }
}

/* PLAYLIST STUFF */
.list {
    margin-bottom: 2rem;
}

.list ul {
    display: flex;
    flex-direction: column;
}

.list h5 {
    margin-bottom: 0.5rem;
}

/* END PLAYLIST STUFF */

/* END DAY STUFF */

/* VIDEO STUFF */
.wrapper {
    width: 80%;
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    background: #CCC
}

.h_iframe {
    position: relative;
    padding-top: 56%;
}

.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* END VIDEO STUFF */

#endBuffer {
    margin-bottom: 5rem;
}