html {
    background-color: #02000b;
}

div#site_background {
    background-image: url(/css/site_v2_2026/img/background_left.png),
                      url(/css/site_v2_2026/img/background_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: contain, contain;
    background-attachment: fixed, fixed;

    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


div#site_menu,
div#site_menu nav ul > li > ul {
    background-image: url(/css/site_v2_2026/img/background_left.png),
                      url(/css/site_v2_2026/img/background_right.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    background-size: contain, contain;
    background-attachment: fixed, fixed;
    background-color: #02000b;
}

/* div#site_head {
    background-image: url(/css/site_v2_2026/img/background_center.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: contain;
} */

div#site_menu:before,
div#site_menu nav ul > li > ul:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0; bottom: 0;
    left: 0; right: 0;
}
div#site_menu:before {
    background-color: rgba(255, 255, 255, 0.6);
}
div#site_menu nav ul > li > ul:before {
    background-color: rgba(255, 255, 255, 0.85);
}

div#menu_center {
    background-color: rgba(255, 255, 255, 0.5);
    display: table;
    width: fit-content;
    max-width: none;
}


div#site_title {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    padding: 20px 26px;
    max-width: none;
    width: fit-content;
    margin: 0 auto;
}

div#site_title * {
    /* color: #fa56a5; */
    text-shadow: 0px 0px 4px #000000, 0px 0px 6px #000000;
    font-family: "Aller", sans-serif;
}

div#site_title h2 {
    color: #ffffff;
    white-space: nowrap;
    margin-top: 0;
}
div#site_title h2 span.venue {
    display: inline-block;
}
div#site_title h2 span.venue:after {
    content: ",\a0";
    display: inline-block;
}
div#site_title h2 span.date {
    display: inline-block;
    text-transform: none;
}

div#site_title h1 {
    color: #abca3d;
    text-transform: none;
    font-size: 52px;
    /* font-weight: normal; */
}

div#site_title h3 {
    color: #abca3d;
    font-weight: normal;
    text-transform: none;
    font-size: 32px;
    font-style: italic;
    
    &:before {
        content: "“";
        text-shadow: 0px 0px 4px #000000, 0px 0px 6px #000000;
    }
    &:after {
        content: "”";
        text-shadow: 0px 0px 4px #000000, 0px 0px 6px #000000;
    }
}

div#site_title h4 {
    color: #ffffff;
    text-transform: none;
    font-weight: bold;
}


@media only screen and (max-width: 880px) {
    div#site_title h2 span.venue:after {
        content: "";
    }
    div#site_title h2 span.date {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    div#site_title {
        width: 100%;
        padding: 20px 0;
    }
    div#site_title h4 {
        font-size: 4.68vw;
    }
}

@media only screen and (max-width: 540px) {
    div#site_title h2 span {
        font-size: 5vw;
    }
    div#site_title h1 {
        font-size: 9.6vw;
    }
    div#site_title h3 {
        font-size: 7.5vw;
    }
    /* div#site_title h4 {
        
    } */
}


div#site_title div.separator-line {
    background-color: rgba(250, 125, 223, 0.8);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

div#site_title h3#release_hint, div#site_title h3#release_hint * {
    color: #ff4433;
    text-shadow: none;
}

div#site_title a:hover h3#release_hint, div#site_title a:hover h3#release_hint * {
    color: #ff7733;
    text-shadow: none;
}


div.page-content {
    background-color: transparent;
}

div.content-backdrop {
    width: 840px;
    border-radius: 12px;
    padding: 10px 40px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

div.content-backdrop > h1 {
    margin: 10px 0;
}


div#foot_bg {
    background-color: rgba(255, 255, 255, 0.80);
}
