:root {
    --black: #000000;
    --white: #FFFFFF;
    --fawn: #EADDDA;
    --blue: #274A87;
    --green: #0d5b58;
    --pink: #efa89c;
    --orange: #e19021;
    --purple: #6352b2;
    --light-blue: #44A9E2;
    --peach: #efa89c;
    --f1: 42px;
    --f2: 32px;
    --f3: 24px;
    --f4: 20px;
    --f5: 18px;
    --f6: 16px;
    --f7: 15px;
}

@font-face {
    font-family: 'Ohno Blazeface';
    src: url("../fonts/OhnoBlazeface-14Point.c5d61d0dd72a.eot");
    src: url("../fonts/OhnoBlazeface-14Point.c5d61d0dd72a.eot?#iefix") format('embedded-opentype'),
        url("../fonts/OhnoBlazeface-14Point.2a70461326dd.woff2") format('woff2'),
        url("../fonts/OhnoBlazeface-14Point.b8ac4942e574.woff") format('woff'),
        url("../fonts/OhnoBlazeface-14Point.9365d4bdff34.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather';
    src: url("../fonts/Merriweather-Regular.9d50df88840b.eot");
    src: url("../fonts/Merriweather-Regular.9d50df88840b.eot?#iefix") format('embedded-opentype'),
        url("../fonts/Merriweather-Regular.54d528a9c546.woff2") format('woff2'),
        url("../fonts/Merriweather-Regular.771d47819fce.woff") format('woff'),
        url("../fonts/Merriweather-Regular.e2f219e63a57.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    background: var(--fawn);
    color: var(--black);
    margin: 0;
    font-family: 'Ohno Blazeface';
}

a, a:hover {
    text-decoration: none;
}

:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

#pre-animation {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1001;
    background: var(--blue);
    background: linear-gradient(45deg, var(--purple) 0%, var(--orange) 20%, var(--fawn) 50%, var(--pink) 80%, var(--green) 100%);
    text-align: center;
    vertical-align: middle;
    transition: visibility 0.5s ease, opacity 0.5s ease;
}

#pre-animation.active {
    visibility: visible;
    opacity: 1;
    transition: none;
}

#pre-animation img {
    max-width: 400px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#content {
    background: var(--green);
    color: var(--fawn);
}

.content-main {
    padding: 40px 0;
}

.heading {
    font-size: var(--f1);
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sub-heading {
    font-size: var(--f2);
    font-weight: bold;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.desc {
    font-family: 'Merriweather';
    font-size: var(--f5);
    white-space: pre-line;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.desc a {
    color: var(--peach);
}

.mgbt30 {
    margin-bottom: 30px;
}

/* navbar */

.navbar {
    padding: 0;
    font-size: var(--f5);
    text-transform: uppercase;
}

.navbar-brand {
    padding: 10px;
    margin-right: 10px;
}

.navbar-brand img {
    max-width: 100px;
}

.nav-link {
    color: var(--black);
}

.navbar .navbar-nav .nav-link {
    padding: 6px 12.5px;
    margin-right: 6px;
    border-radius: 12.5px;
}

.dropdown-menu {
    background: var(--fawn);
    color: var(--black);
    border: 0;
    border-radius: 0;
    padding: 17px 0 15px;
}

.dropdown-item {
    color: var(--black);
    font-size: var(--f5);
    padding: 10px 20px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active, 
.dropdown-item:active {
    background: var(--fawn);
    color: var(--black);
}

#ticket-link {
    display: inline-block;
    background: var(--black);
    color: var(--fawn);
}

/* footer */

.footer {
    padding: 20px 0;
}

#footer-logo {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-links {
    padding-left: 0;
    padding-bottom: 15px;
}

.footer-links a {
    font-size: var(--f5);
    color: var(--black);
    text-transform: uppercase;
    padding: 6px 12.5px;
    margin-right: 6px;
    border-radius: 12.5px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out;
}

.footer-links a:hover {
    background: var(--black);
    color: var(--fawn);
}

.partner-title {
    font-size: var(--f3);
    border-top: 1px dotted var(--black);
    text-align: center;
    padding: 30px 0;
}

.footer-partners {
    max-width: 910px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px 40px;
}

.footer-centered {
    justify-content: center;
}

.footer-partners::after {
  content: "";
  flex: auto;
}

.footer-centered::after {
    flex: initial;
}

.footer-partners a {
    flex: 0 1 150px;
    text-align: center;
}

.footer-partners a img {
    max-width: 150px;
    padding: 0 4px;
}

/* home */

.home-top {
    position: relative;
}

.background-video {
    overflow: hidden;
    height: 600px;
    background: url("/static/img/illustration-2.d7f571c75617.png");
    background-size: cover;
    background-position: center center;
}

.background-video video {
    object-fit: cover;
    float: left;
    vertical-align: top;
    width: 100%;
}

#vid-overlay-1 {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    padding: 10px 20px;
    color: var(--fawn);
    background: var(--blue);
    font-size: var(--f2);
    font-weight: bold;
}

#vid-overlay-2 {
    position: absolute;
    z-index: 10;
    bottom: -68px;
    left: 288px;
    text-transform: uppercase;
    padding: 10px 20px;
    color: var(--fawn);
    background: var(--orange);
    font-size: var(--f2);
    font-weight: bold;
}

.home-main {
    margin-top: 65px;
    margin-bottom: 40px;
}

.home-left {
    display: inline-block;
    width: 49%;
    padding-right: 15px;
}

.home-right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.home-right img {
    border-radius: 12px;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

#home-ticket-link {
    text-align: center;
}

#home-ticket-link a {
    display: inline-block;
}

#home-ticket-link a img {
    display: inline-block;
    max-width: 280px;
    margin: 30px auto;
}

.home-btn {
    display: inline-block;
    font-size: var(--f3);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: var(--purple);
    color: var(--fawn);
    padding: 15px 20px;
    margin: 10px auto 30px;
    border-radius: 6px;
    border: 0;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.home-signup-container {
    text-align: center;
    margin: 60px 0;
}

.home-signup {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
}

.home-signup .heading {
    text-align: center;
}

.home-signup .desc {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.signup-form label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Merriweather';
    font-size: var(--f6);
}

.signup-form input {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid var(--green);
    border-radius: 5px;
    background: var(--fawn);
    color: var(--black);
    font-family: 'Merriweather';
    font-size: var(--f6);
}

.signup-form input:focus {
    outline: 1px solid var(--orange);
}

.signup-message {
    font-weight: bold;
    color: var(--fawn);
    text-align: center;
    font-family: 'Merriweather';
    font-size: var(--f6);
}

.signup-page-container {
    display: flex;
    min-height: calc(100vh - 200px); /* Adjust based on header/footer height */
}

.signup-page-image {
    width: 55%;
    background-size: cover;
    background-position: center;
}

.signup-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.signup-page-form {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* lineup */

.illus-container {
    text-align: center;
    padding: 30px 0;
}

.illus-container img {
    max-width: 600px;
}

/* club shows */

.event-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px 50px;
    margin: 30px 0 30px;
}

.event-card {
    vertical-align: top;
    width: 360px;
    background: var(--fawn);
    text-align: left;
    border-radius: 9px;
    color: #273375;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    transition: background 0.5s ease, color 0.5s ease;
}

.event-card .img-container {
    display: block;
    width: 360px;
    height: 190px;
    overflow: hidden;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.event-card .blank-image {
    width: 360px;
    height: 190px;
    background: var(--light-blue);
}

.event-card .details {
    padding: 0 20px 20px;
}

.event-card .name {
    max-height: 54px;
    font-size: var(--f5);
    font-weight: bold;
    margin: 10px 0;
    color: var(--blue);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.5s ease;
}

.event-card i {
    width: 25px;
    text-align: center;
    font-size: var(--f5);
    margin-right: 5px;
    color: var(--orange);
    transition: color 0.5s ease;
}

.event-card .info {
    font-size: var(--f7);
    color: var(--black);
    margin-bottom: 8px;
    height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* event detail */

.detail-img {
    display: inline-block;
    max-width: 720px;
    min-width: 720px;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.blank-image-detail {
    display: inline-block;
    width: 720px;
    height: 380px;
    background: var(--light-blue);
    border-radius: 12px;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.event-detail {
    width: calc(100% - 738px);
    min-height: 380px;
    background: var(--fawn);
    display: inline-block;
    vertical-align: top;
    padding: 20px 30px;
    margin-left: 15px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.event-detail .name {
    font-size: var(--f2);
    color: var(--blue);
    font-weight: bold;
    margin-bottom: 20px;
}

.event-detail .info {
    font-size: var(--f3);
    color: var(--black);
    margin-bottom: 15px;
}

.event-detail i {
    width: 40px;
    text-align: center;
    font-size: var(--f2);
    color: var(--orange);
    margin-right: 7px;
}

.event-btn {
    display: block;
    font-size: var(--f3);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: var(--green);
    color: var(--fawn);
    padding: 15px 20px;
    border-radius: 6px;
    border: 0;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.event-detail-container .sub-heading {
    margin-top: 30px;
    margin-bottom: 20px;
}

.loc-embed {
    margin-top: 20px;
}

/* editions */

.carousel-container {
    display: inline-block;
    width: 60%;
    margin-bottom: 30px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;        
    margin-right: 4px;
    margin-left: 4px;
    border-radius: 50%;
}

.edition-side {
    display: inline-block;
    width: 39%;
    padding-left: 15px;
    vertical-align: top;
    margin-bottom: 30px;
}

.day-lineup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0 30px;
}

.day-lineup img {
    max-width: 45%;
    height: auto;
    margin: 0 25px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.lineup-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px 30px;
    margin: 20px 0 30px;
}

.lineup-container .artist-block {
    width: 300px;
}

.artist-block .img-container {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

.artist-block .img-container img {
    transition: transform .5s ease-in-out;
}

.artist-block .img-container img:hover {
    transform: scale(1.1);
}

.artist-block .name {
    font-size: var(--f3);
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.artist-popup {
    display: none;
    position: fixed;
    z-index: 900;
    width: 100vw;
    min-height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--blue);
    overflow-x: hidden;
    overflow-y: auto;
}

.artist-popup .popup-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    overscroll-behavior: contain;
    overflow-y: scroll;
}

.artist-popup .popup-contents {
    height: 100%;
    flex-grow: 1;
}

.artist-popup .popup-cross {
    position: fixed;
    right: 30px;
    top: 20px;
    font-size: 35px;
    color: var(--fawn);
    cursor: pointer;
    z-index: 4000;
}

.artist-popup .popup-inner {
    display: flex;
    height: 100%;
}

.artist-popup .popup-img {
    width: 50%;
    height: 100%;
    position: relative;
}

.artist-popup .popup-img .popup-img-bg {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.artist-popup .popup-side {
    width: 50%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    padding: 60px;
}

.popup-side .popup-name {
    font-size: var(--f1);
    text-align: center;
    margin-bottom: 20px;
}

.popup-side .slot {
    font-size: var(--f3);
    text-align: center;
}

.popup-side .slot i {
    margin-right: 5px;
}

.popup-side .desc {
    text-align: justify;
    padding: 20px 0;
}

/* playlists */

.playlist-block {
    padding-top: 30px;
    margin-bottom: 30px;
}

.playlist-block .side {
    display: inline-block;
    width: calc(100% - 525px);
    vertical-align: top;
    margin-right: 20px;
    padding-top: 10px;
    border-top: 10px solid var(--pink);
}

.playlist-block .sub-heading {
    margin-top: 10px;
}

.playlist-block .desc {
    margin: 10px 0 20px;
}

.playlist-block .img-container {
    display: inline-block;
    max-width: 500px;
    vertical-align: top;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 2px 4px 18px 0 rgba(0, 0, 0, 0.3);
}

/* contact */

.contact-left {
    display: inline-block;
    width: 59%;
    padding-right: 15px;
}

.contact-left .desc {
    margin-bottom: 30px;
}

.contact-right {
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

/* min width */
@media (min-width: 992px) {
    /* open dropdown on hover */
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .nav-link:focus, 
    .nav-link:hover,
    .navbar-nav .nav-link.active, 
    .navbar-nav .nav-link.show,
    .dropdown-item:focus, 
    .dropdown-item:hover {
        background: var(--black);
        color: var(--fawn);
    }

    .dropdown-toggle {
        background: var(--fawn) !important;
        color: var(--black) !important;
    }
}

/* !!!!!!!!!!!!!!!!! */

/* max width */
@media (max-width: 1199px) {
    .detail-img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        min-width: 100%;
        height: auto;
    }

    .event-detail {
        display: block;
        width: 100%;
        min-height: auto;
        margin-left: 0;
        margin-top: 30px;
    }

    .carousel-container,
    .edition-side {
        display: block;
        width: 100%;
    }

    .edition-side {
        padding-left: 0;
    }

    .lineup-container .artist-block {
        width: 290px;
    }

    .playlist-block .side,
    .playlist-block .img-container {
        display: block;
        width: 100%;
    }

    .playlist-block .img-container {
        margin: 30px auto 0;
    }
}


@media (max-width: 991px) {
    .dropdown-menu {
        padding: 5px 0;
    }

    .dropdown-item {
        padding: 6px 20px;
    }

    #ticket-link {
        margin-bottom: 20px;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
    }

    .footer-partners a {
        flex: initial;
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-links a {
        display: block;
    }

    .heading {
        font-size: var(--f2);
    }

    .sub-heading {
        font-size: var(--f3);
    }

    .desc {
        font-size: var(--f6);
    }

    #vid-overlay-1 {
        font-size: var(--f3);
    }

    #vid-overlay-2 {
        bottom: -56px;
        left: 0;
        font-size: var(--f3);
    }

    .home-main {
        margin-top: 50px;
    }

    .home-left,
    .home-right {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .home-right {
        margin-top: 30px;
    }

    .lineup-container {
        justify-content: center;
    }

    .day-lineup {
        flex-direction: column;
        margin-bottom: 0;
    }

    .day-lineup img {
        max-width: 100%;
        margin: 0 auto 40px;
    }

    .event-list {
        justify-content: center;
    }

    .event-detail .name {
        font-size: var(--f3);
    }

    .event-detail .info {
        font-size: var(--f5);
    }

    .event-detail i {
        font-size: var(--f3);
        width: 35px;
    }

    .event-btn {
        font-size: var(--f4);
    }

    .contact-left,
    .contact-right {
        display: block;
        width: 100%;
    }

    .contact-left {
        padding-right: 0;
    }

    .signup-page-container {
        flex-direction: column;
    }

    .signup-page-image,
    .signup-page-form {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #pre-animation img {
        max-width: 250px;
    }

    .desc {
        font-size: var(--f6);
    }

    #vid-overlay-1 {
        width: 100%;
        text-align: center;
        font-size: var(--f5);
        padding: 10px 15px;
    }

    #vid-overlay-2 {
        width: 100%;
        text-align: center;
        bottom: -47px;
        left: 0;
        font-size: var(--f5);
        padding: 10px 15px;
    }

    .home-main {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .illus-container img {
        max-width: 100%;
    }

    .carousel-indicators {
        margin-bottom: 0;
    }

    .artist-block .name {
        font-size: var(--f4);
    }

    .artist-popup .popup-inner {
        display: block;
        padding: 40px 20px;
        padding-top: 80px;
    }   

    .artist-popup .popup-img {
        width: 100%;
        padding-bottom: 150%;
        height: auto;
    }

    .artist-popup .popup-img .popup-img-bg {
        position: absolute;
    }

    .artist-popup .popup-side {
        width: 100%;
        padding: 20px 0 80px;
    }

    .popup-side .popup-name {
        font-size: var(--f2);
    }

    .popup-side .slot {
        font-size: var(--f4);
    }

    .event-detail {
        padding: 20px;
    }

    .event-detail .name {
        font-size: var(--f4);
    }

    .event-detail .info {
        font-size: var(--f5);
    }

    .event-detail i {
        font-size: var(--f4);
        width: 35px;
    }

    .event-btn {
        font-size: var(--f5);
    }
}

@media (max-width: 400px) {
    .event-card {
        width: 280px;
    }

    .event-card .img-container {
        width: 280px;
        height: 148px;
    }
}