@font-face {
    font-family: 'Bricolage Grotesque';
    src: url('/fonts/bricolage-grotesque/BricolageGrotesque-VariableFont_opsz,wdth,wght.ttf') format('ttf');
}

:root {
    --zbm-dark-red: #1C0A07;
    --zbm-orange: #C0602E;
    --zbm-light-beige: #F2D6BE;
    --zbm-grey: #838577;
    --zbm-lavendar: #7C6C84;
}

body {
    font-family: 'Bricolage Grotesque', serif;
}

.masthead {
    background: url("/img/zbm1.webp");
}

.title {
    font-size: 2rem;
    color: #FBC000;
    text-shadow: 2px 2px var(--mb-red);
    display: inline;
    vertical-align: top;
}

@media (min-width: 720px) {
    .title {
        font-size: 7em;
        text-shadow: 5px 5px var(--mb-red);
    }

    .h4 {
        padding: 100px;
    }

    .page-section {
        padding: 8rem 0;
    }
}

.parallax1 {
    background: url('/img/zbm3.webp');
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.parallax2 {
    background: url('/img/zbm9.webp');
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

.parallax-inner {
    padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 0;
}

@media (min-width: 720px) {
    .parallax1 {
        background: url('/img/zbm3.webp') repeat fixed 100%;
        background-size: cover;
        background-position: center;
        margin-left: auto;
        margin-right: auto;
    }

    .parallax2 {
        background: url('/img/zbm9.webp') repeat fixed 100%;
        background-size: cover;
        background-position: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.section-color-red {
    background-color: var(--zbm-dark-red);
    color: var(--zbm-lavendar);
}

.section-color-beige {
    background-color: var(--zbm-light-beige);
    color: var(--mb-red);
}

.youtube-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.youtube-video-container::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#live-events {
    padding: 50px 0;
    background-color: var(--mb-red);
}

.card-img-overlay .event-details {
    ::before {
        content: "";
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    margin: 15px;
}

.event-details {
    display: flex;
    font-family: 'Young Serif', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.event-details .event-calendar {
    line-height: 1.2;
}

.event-details .event-calendar .event-date {
    background: #0d0d0d;
    color: #fff;
    display: inline-block;
    padding: 15px;
    text-align: center;
}

.event-details .event-location {
    background: #00000060;
    color: white;
    padding: 13px;
    text-align: left;
}

.event-details .event-location .location {
    display: block;
    line-height: 1.2;
}

.venue,
.venue-address {
    display: block;
    color: white;
    text-decoration: none;
}

.venue:hover,
.venue-address:hover {
    color: var(--mb-yellow);
}

.event-date .we-month {
    font-size: 1rem;
}

.event-date .we-day {
    font-size: 1.7rem;
}

.event-date .we-time {
    font-size: 0.8rem;
}

.venue {
    font-size: 1.2rem;
}

.venue-address {
    font-size: 0.7rem;
}

@media (min-width: 720px) {
    .event-date .we-month {
        font-size: 1.2rem;
    }

    .event-date .we-day {
        font-size: 2rem;
    }

    .event-date .we-time {
        font-size: 0.9rem;
    }

    .venue {
        font-size: 1.5rem;
    }

    .venue-address {
        font-size: 0.8rem;
    }
}

@media (min-width: 990px) {
    .event-date .we-month {
        font-size: 1.4rem;
    }

    .event-date .we-day {
        font-size: 2.4rem;
    }

    .event-date .we-time {
        font-size: 1.1rem;
    }

    .venue {
        font-size: 2rem;
    }

    .venue-address {
        font-size: 1rem;
    }
}