body, html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

/*h1
{
    font-size: 80px;
    position: absolute;
    text-align: center;
    width: 70%;
    justify-content: center;
    margin-top: 45vh;
    color: white;
    outline: white;
    caret-color: transparent;
    border-radius: 1px;
    border: 2px solid rgb(255, 255, 255);

}*/



@font-face {
    font-family: 'QuentinCaps';
    src: url('fonts/Pallmann.woff2') format('woff2'),
    url('fonts/Pallmann.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: 'QuentinCaps', sans-serif;
    caret-color: transparent;
    position: absolute;
    font-size: 80px;
    color: white;
    width: 100%;
    text-align: center;
    margin-top: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing:4px;
    /*-webkit-text-stroke: 1px #eee;*/
    text-shadow:
    7px 5px 0px black,
    0 0 40px rgba(0, 0, 0, 0.8);
}



::selection {
    background-color: grey; /* Yellow highlight */
    color: #333; /* Dark text */
}

.imgstyle
{

    max-width: 100%;
    max-height: 100vh;
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    right: 0;
    top: 0;
    -o-object-fit: fill;
    object-fit: cover;
    background-size: cover;

}

.slider
{
    width: 100%;
    height: 100vh;
    overflow: hidden;

}

.slides
{
    width: 1000%;
    height: 100vh;
    display: flex;
}

.slides input
{
    display: none;
}

.slide
{
    width: 10%;
    transition: 1s;

}

.slide img
{
    width: 100%;
    height: 100vh;

}

.navigation-manual, .navigation-auto
{
    caret-color: transparent;
    outline: none;
    appearance: none;
    position: absolute;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-top: 92vh;

}

.manual-btn, .navigation-auto div
{
    display: inline-block;
    vertical-align: middle;
    caret-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    padding: 4px;
    border-radius: 7px;
    transition: 1s;
    cursor: pointer;
}

.manual-btn:not(:last-child), .navigation-auto div:not(:last-child)
{
    margin-right: 3px;
}

.manual-btn:hover
{
    background: #9ca1a5;
}


#radio1:checked ~ .first
{
    margin-left: 0;
}

#radio2:checked ~ .first
{
    margin-left: -10%;
}

#radio3:checked ~ .first
{
    margin-left: -20%;
}

#radio4:checked ~ .first
{
    margin-left: -30%;
}

#radio5:checked ~ .first
{
    margin-left: -40%;
}

#radio6:checked ~ .first
{
    margin-left: -50%;
}

#radio7:checked ~ .first
{
    margin-left: -60%;
}

#radio8:checked ~ .first
{
    margin-left: -70%;
}

#radio9:checked ~ .first
{
    margin-left: -80%;
}

#radio1:checked ~ .navigation-auto .auto-btn1,
#radio2:checked ~ .navigation-auto .auto-btn2,
#radio3:checked ~ .navigation-auto .auto-btn3,
#radio4:checked ~ .navigation-auto .auto-btn4,
#radio5:checked ~ .navigation-auto .auto-btn5,
#radio6:checked ~ .navigation-auto .auto-btn6,
#radio7:checked ~ .navigation-auto .auto-btn7,
#radio8:checked ~ .navigation-auto .auto-btn8,
#radio9:checked ~ .navigation-auto .auto-btn9 {
background: #fff;
/*border-color: #ccc; Adds an outline*/
}

/* Navigation Bar*/
.header .container
{
    padding: 20px 15%;
}

header
{
    position: fixed;
    top: 0;
    left: 0px;
    height: 85px;
    width: 100%;
    /*margin-left: 18px;*/
    overflow: visible;
    justify-content: space-between;
    align-items: center;
    transform: 1s;
    padding: 20px 0px;
    z-index: 10;
    transition: 0.2s;
}

header.sticky
{
    height: 85px;
    padding: 0px 0px;
    background: #000;
    transform: 1s;
    position:fixed;
    z-index: 20;
    transition: 0.2s;
}

header .logo
{
    position: fixed;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.2s;
}

header ul
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}

header ul li
{
    position: relative;
    list-style: none;
    transition: 0.2s;
}

.container header ul li a
{
    position: relative;
    text-decoration: none;
    color: #fff;
    top: 20px;
    left: 6px;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    letter-spacing: 2px;
    font-weight: 500px;
    font-size: 16px;
    transition: 0.2s;
}

.container header ul li a:hover:after
{
    width: 100%;
}

.logo-title
{
    font-family: 'QuentinCaps', sans-serif;
    position:relative;
    text-transform: none;
    font-size: 15px;
    left: 60px;
    top: 0px;
    word-spacing: 10px;
    color:white;
}

.logo
{
    position:relative;
    cursor: pointer;
    width: 50px;
    height:50px;
    left: 0px;
    transition: 0.6s;
    margin: 0 20px;
    padding: 20px 0px;
    top: 15px;
}

.logo-container{


    cursor: pointer;

    left: 0px;

    width: 175px;
    height:80px;
    position:absolute;
    z-index: 5;
}

.logo-container:hover .logo-title {
    color:#E47126;
}

.word1 { /* First word - stays in place */ }
.word2 { margin-left: -8px; } /* Second word - shifts right a little */
.word3 { margin-left: -16px; } /* Third word - shifts right more */

header.sticky .logo
{
    margin: 0 20px;
    padding: 0px 0px;
    top: 15px;
    width: 50px;

}

header.sticky .logo,
header.sticky ul li .link
{
    color: #fff;
    align-items: center;
    justify-content: center;

    top: 15px;
    font-size: 16px;
    transition: .2s;
}

header.sticky .links,
header.sticky ul li a
{
    background: none;
    border: none;
    text-decoration: none;
    /* Dropdown menu text colors and Header colors */
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 25px;
}

header.sticky .links:hover
{
    background-image: linear-gradient(to right, #535454, #242426);
    border-radius: 10px;
    padding: 8px 18px;

}

.link
{
    font-weight: bold;
    background: none;
    border: none;
    text-decoration: none;
    color: #fff;
    /* color: rgb(255, 0, 0); */
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 25px;
    width: 100px;
}

#header .link:hover
{
    color: #E47126;
}

.icon-container{
    display: flex;
    position: fixed;
    right: 5px;
    top: 15px;
    margin: 0 20px;
    padding: 20px 0px;
    transition: 0.2s;
    caret-color: transparent;
}

.icon{
    width: 30px;
    padding: 10px;
}

.icon:hover{
    background-color:#E47126;
    border-radius: 5px;
}

.icon-phone{
    width: 50px;
    padding: 0px;

}

.icon-phone-cross{
    width: 50px;
    padding: 20px 0px 0px 0px;

}

.icon-phone:hover{
    background-color:#E47126;
    border-radius: 5px;
}

header.sticky .icon-container{
    display: flex;
    position: fixed;
    right: 5px;
    top: 15px;
    margin: 0 20px;
    padding: 0px 0px;
    transition: 0.2s;
}

@media (max-width: 1160px){


    /*header ul
    {
        position: fixed;
        justify-content: left;
        align-items: left;
        transition: 0.2s;
        right: 0px;
        flex-direction: column;
        width: 100%;
        display: none;
    }

    header ul li
    {
        position: relative;
        list-style: none;
        transition: 0.2s;
        padding: 20px;
    }*/
}
/*@media (max-width: 600px){

    header{
        display: none;
    }
}*/
/* End of the nav bar*/



/* Music page*/
.music{
    background-color: #000;
    padding: 0px 0px 100px 0px;
    /*display: none;*/
}

.player{
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    position: center;
}

.player-title{
    font-family: 'QuentinCaps', sans-serif;
    font-size: 40px;
    padding: 50px 0px;
    caret-color: transparent;
    color: white;
}
/* End of music page*/

/* Shows page*/
.shows{
    background-color: #000;
    padding-bottom: 100px;
}

.shows .dates .shows-title{
    font-family: 'QuentinCaps', sans-serif;
    font-size: 40px;
    padding: 100px 0px 50px 0px;
    caret-color: transparent;
    color: white;
}
/* End of shows page*/


/* Booking page*/
.booking{
    background-color: #1B2920;
}

.booking-title{
    font-family: 'QuentinCaps', sans-serif;
    font-size: 40px;
    padding: 100px 0px 20px 0px;
    caret-color: transparent;
    color: white;
    display: block;
}

.booking-text{

    color: white;
    font-size: 20px;
    padding: 0px 50px 0px 0px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
}

.booking-text-title{
    font-family: serif;
    color: white;
    font-size: 40px;
    padding: 0px 0px 100px 0px;
    width: 100%;
    text-align: center;
}

.booking-text-contact{
    font-size: 20px;
}

.booking-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.booking-background:hover .book-manual-btn{
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

.booking-background:hover .btn-container{
    opacity: 1;
}

.booking-background:hover  {
    transform: translateY(-10px) scale(1.0);
    transition: 1s;
    filter: brightness(1);
    opacity: 1;
}

.booking-background{
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 1);
    border: 0px solid #000;
    box-sizing: border-box;
    border-radius: 8px;
    filter: brightness(0.75);
    display: flex;
}
/* End of booking page*/


/* About page*/
.about{
    background-color: #1B2920;
    color:white;
    padding: 0px 0px 50px 0px;
}

.about-background:hover{
    transform: translateY(-10px) scale(1.0);
    transition: 1s;
    filter: brightness(1);
    opacity: 1;
}

.about-background{
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out, opacity 0.4s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 1);
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    height: 100%;
    overflow: hidden;
    width: 75%;
}

.dates{
    position: relative;
    margin: 0 auto;
    width: 80%;
}

.who-text{
    font-size: 30px;
}

.about-title{
    font-family: 'QuentinCaps', sans-serif;
    font-size: 40px;
    padding: 100px 0px 50px 0px;
    caret-color: transparent;
    color: white;
}

.about-text{
    color: white;
    font-size: 25px;
    padding: 0px 20px 0px 40px;
    width: 75%;
    text-align: center;
    line-height: 1.5;
    caret-color: transparent;
}


.about-text-title{
    color: white;
    font-size: 40px;
    width: 100%;
    text-align: left;
    caret-color: transparent;
}

.about-holder{
     display: flex;
     position: center;
/*      padding: 0px 0px 100px 50px; */
     width: 100%;
}
/* End of about page*/

/* Footer page*/
.footer{
    background-color: #000;



}

@media (max-width: 700px){
    .about-text{
        color: white;
        font-size: 17px;
        /*         padding: 0px 20px 0px 70px; */
        width: 75%;
        text-align: center;
        line-height: 1.5;
    }

    .about-holder{
        display: inline;
        padding: 0px 0px 100px 0px;
        width: 100%;
    }
}

}


.btn-container{
    width: 100%;
    position: absolute;
    text-align: center;
    justify-content: center;
    display: center;
}

.book-navigation-manual, .book-navigation-auto{
    caret-color: transparent;
    outline: none;
    appearance: none;
    position: absolute;
    text-align: center;
    width: 100%;
    margin-top: 50%;
    justify-content: center;
}

.book-manual-btn, .book-navigation-auto div{
    display: inline-block;
    caret-color: transparent;
    border: 2px solid rgb(255, 255, 255);
    padding: 4px;
    border-radius: 7px;
    transition: 0.2s;
    cursor: pointer;
    z-index: 1000;
}

.book-manual-btn:hover{
    display: inline-block;
    background: #9ca1a5;
}

.stack{
    font-family: serif;
    text-align: center;
    justify-content: bottom;
    display: center;
    width: 100%;
    font-size: 15px;
    align-items: center;
    object-position: center;
    position: absolute;
    left: 0;
    height: 100%;
    padding: 20% 0px 0px 0px;
    justify-content: center;
    align-items: center;
}

.second, .second-two, .second-three, .second-four {
    display: flex;
    width: 80%;
    max-width: 100%;
    margin: 0 auto -130px auto;
    text-align: middle;
    opacity: 0;
    white-space: pre-wrap;
}

.btn-container input
{
    display: none;
}

#book-radio1:checked ~ .stack .second
{
    transition: opacity 1s;
    opacity: 1;
    font-size: 35px;
    text-align: center;
    display:center;
}

#book-radio2:checked ~ .stack .second-two
{
    transition: opacity 1s;
    opacity: 1;
    font-size: 35px;
    text-align: center;
    display:center;
}

#book-radio3:checked ~ .stack .second-three
{
    transition: opacity 1s;
    opacity: 1;
    font-size: 35px;
    text-align: center;
    display:center;
}

#book-radio4:checked ~ .stack .second-four
{
    transition: opacity 1s;
    opacity: 1;
    text-align: center;
    font-size: 35px;
    display:center;
}

@media (max-width: 1560px) {
    #book-radio1:checked ~ .stack .second
    {
        transition: opacity 1s;
        opacity: 1;
        font-size: 20px;
        text-align: center;
        display:center;
    }

    #book-radio2:checked ~ .stack .second-two
    {
        transition: opacity 1s;
        opacity: 1;
        font-size: 20px;
        text-align: center;

        display:center;

    }

    #book-radio3:checked ~ .stack .second-three
    {
        transition: opacity 1s;
        opacity: 1;
        font-size: 20px;
        text-align: center;
        display:center;
    }

    #book-radio4:checked ~ .stack .second-four
    {
        font-size: 20px;
    }

    .second, .second-two, .second-three, .second-four {
        display: flex;
        width: 80%;
        max-width: 100%;
        margin: 0 auto -140px auto;
        text-align: middle;
        opacity: 0;
        white-space: pre-wrap;

    }
}

/* Desktop and up */
@media (max-width: 940px) {
    #book-radio1:checked ~ .stack .second
    {
        display:none;
    }

    #book-radio2:checked ~ .stack .second-two
    {
        display:none;
    }

    #book-radio3:checked ~ .stack .second-three
    {
        display:none;
    }

    #book-radio4:checked ~ .stack .second-four
    {
        display:none;
    }
    .book-manual-btn, .book-navigation-auto div{
        display: none;
    }
}

#book-radio1:checked ~ .book-navigation-auto .book-auto-btn1,
#book-radio2:checked ~ .book-navigation-auto .book-auto-btn2,
#book-radio3:checked ~ .book-navigation-auto .book-auto-btn3,
#book-radio4:checked ~ .book-navigation-auto .book-auto-btn4{
    background: #fff;
}

.links{
    font-weight: bold;
    background: none;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    font-family: inherit;
    font-size: inherit;
    padding: 25px;
    width: 100px;
    line-height: 3;
    padding: 0px 0px 80px 0px;
}

.line {
    width: 100%;
    height: 12px;
    background-image: linear-gradient(to right, #000, #1B2920);
    margin: 0;
}

.footer-logo-text{
    color: white;
    display: flex;
}

.footer-bar{
    display: inline;
}

.footer-logo{
    width: 40px;
    display: inline;
}

.footer-logo-title
{
    display: inline;
}

.footer-icon-container{
    display: flex;
    position: fixed;
    right: 5px;
    bottom: 15px;
    margin: 0 20px;
    padding: 20px 0px;
    transition: 0.2s;
}

.links-title{
    font-size: 20px;
    padding: 100px 100px 0px 0px;
    caret-color: transparent;
    color: white;
}

.links-container{
    display: flex;
}

.link-footer
{
    font-weight: bold;
    background: none;
    border: none;
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    width: 100px;
    font-size: 15px;
}

.link-footer:hover{
    color: #E47126;
}

.link-footer-contact
{
    font-weight: bold;
    background: none;
    border: none;
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    width: 100px;
    font-size: 15px;
}

.copyright{
    padding-top: 50px;
    font-family: sans-serif;
    color:white;
    position: relative;
    text-align: right;
    bottom: 100px;
    caret-color: transparent;
}



@media (max-width: 768px){
    h1 {
        font-size: 65px;
    }

    .icon{
        display: none;
    }

    .shortcuts{
/*         display: none; */
        flex-direction: column;
        align-items: flex-start;

        position: fixed;
        top: 0;

        right: -100%;
        width: 70%;
        height: 100%;
        background-color: #000;
        transition: 0.5s ease-out;
        z-index:10;

    }

    .nav a{
        height: auto;
        box-sizing: border-box;
    }

    .links-container{
        display: grid;
    }

    .link{
        display: none;
    }

    .check{
        z-index: 20;
        display:none;
    }

    .logo-container{
        display:none;
    }

    header.sticky
    {
        height: 85px;
        padding: 0px 0px;
        background: rgba(0,0,0,0);
        transform: 1s;
        position:fixed;
        z-index: 20;
        transition: 0.2s;
    }

    .manual-btn, .navigation-auto div
    {
        display: inline-block;
        vertical-align: middle;
        caret-color: transparent;
        border: 3px solid rgb(255, 255, 255);
        padding: 8px;
        border-radius: 12px;
        transition: 1s;
        cursor: pointer;
    }

    /*header.sticky{
        display: none;
    }*/

    /*    .link
     *   {
     *       font-weight: bold;
     *       background: none;
     *       border: none;
     *       text-decoration: none;
     *       color: #fff;
     *
     *       font-family: inherit;
     *       font-size: inherit;
     *       cursor: pointer;
     *       padding: 2px;
     *       width: 5px;
}*/


}

#sidebar-active:checked ~ .shortcuts{
    right: 0%;

}





#sidebar-active:checked ~ .ordered {
right: 50%; /* Or use left: 0%, or any other position */
/* Optional: Add a transition for smooth movement */
transition: right 0.3s ease-in-out;
}

.menu{
    display: flex;
    position: fixed;
    right: 5px;
    top: 5px;
    margin: 0 20px;
    padding: 20px 0px;
    transition: 0.2s;
    caret-color: transparent;

}

.menu-bar{
    box-sizing: border-box;
    height:auto;
    width:100%;
    padding: 20px 100%;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
}

.ordered{
    font-weight: bold;
    background: none;
    border: none;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-family: inherit;
    font-size: inherit;
    padding: 50px;
    width: 15px;
    line-height: 10vh;
    padding: 4px 0px 0px 4vh;


}

.icon-container-nav{
     display: flex;
/*     position: fixed; */
    right: 0px;
    top: 15px;
    margin: 0 0px;
    padding: 30px 0px 0px 0px;
    transition: 0.2s;
    caret-color: transparent;
}

.icon-nav{
    width: 30px;
    padding: 10px;
}

#sidebar-active:checked ~ #overlay{
    /*background: red;*/
    height:100%;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:9;
}

#menu-bar:checked .menu-bar{
    display:none;

}





.ordered:has(:target) a:not(:target) {
    display: none;
}


@media (min-width: 769px)
{
    .menu{
        display: none;
    }
}

@media (max-width: 400px){
    h1 {
        font-size: 35px;
    }
}

