

body{
    margin: 0px;
    background-color: black;
    border: none;
}

@media (min-width: 786px) {
}

header{
    margin: none;
    background-image: url('https://res.cloudinary.com/drgjfm3dq/image/upload/v1747035353/title_background_bbrwci.webp');
    background-position: center;
    padding-left: 20px;
    padding-top: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font: bold;
    font-size: 30px;
    color: white;
}

#header{
    width: 1000px;
}

content{
    display: flex;
    margin: 0px;
    border: none;
}

main{
    padding-left: 30px;
    padding-right: 30px;
    justify-content: start;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

img{
    width: 100%;
}

video{
    width: 100%;
}

nav{
    padding: 30px;
}

ul{
    padding: 0%;
    position: sticky;
    top: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

li{
    list-style: none;
}


.nav-container {
    padding: 10px;
    border: none;
    width: 230px;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

.nav-container:hover{
    color: #682c20;
}

.nav-container a:hover{
    color: #682c20;
}

.nav{
    border: none;
    width: 230px;
    text-align: right;
    font-size: 13px;
    line-height: 22px;
    color: white;
    background-color: rgba(0, 0, 0, 0);
}

section{
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
}

h1{
    padding-left: 10px;
    color: white;
    font-size: 30px;
    font: bolder;
    line-height: 40px;
    margin: 0px;
    margin-top: 30px;
}

.h1{
    color: white;
    font-size: 25px;
    font: bolder;
    line-height: 40px;
}

#three{
    display: flex;
    flex-direction: column;
}

.introduction{
    margin: 10px;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    height:auto;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 2px;
}



#introductiontwo{
    border-bottom-left-radius: 45px;
}

#introductionthree{
    border-top-right-radius: 45px;
}

#two{
    padding-bottom: 10px;
    position: relative;
}

#two:hover div{
    opacity: 1;
}

#two div{
    background-color: rgba(255, 255, 255, 0.80);
    position:absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
    color: #682c20;
    text-align: center;
    padding: 5px;
}

.basal{
    margin-left: 20px;
    color: white;
    line-height: 23px;
    font-size: 15px;
}

.basal a:hover{
    color: #682c20;
}

#basal{
    font-size: 26px;
    line-height: 35px;
}

.four{
    font-size: 21px;
    line-height: 35px;
}

#one{
    width: 275px;
}

.musician{
    padding: 20px;
    color: white;
    font-size: 20px;
    line-height: 25px;
    justify-content: center;
    align-content: center;
}

.musician a:hover {
    color: #682c20;
}

#musician{
    align-content: center;
}

a{
    color: white;
    text-decoration: none;
}

hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

video{
    mask-border-source: ;
}
#video{
    margin: none;
    padding-left: 30px;
    padding-right: 30px;
}

footer{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    display: flex;
    justify-content: start;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.footer{
    text-align: right;
    justify-content: space-between;
}

#footer{
    padding-right: 20px ;
}


.three-js {
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}






/* Mobile */
@media (max-width: 768px) {

    body{
        margin: 0px;
        background-color: black;
        border: none;
    }

    nav{
        display: none;
    }

    img{
        width: 100%;
    };    

    section{
    padding-top: 15px;
    padding-bottom: 15px;
    }

    header{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 20px;
    }

    #header{
        width: 100%;
    }

    main{
        padding-left: 0px;
        padding-right: 0px;
        justify-content: start;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }

    h1{
        font-size: 25px;
        font: bolder;
        line-height: 30px;
        margin-top: 20px;
    }

    .h1{
        font-size: 20px;
        line-height: 30px;
    }

    .five{
        flex-direction: column;
    }

    .introduction{
        line-height: 20px;
    }

    #introductionone{
        border-top-left-radius: 25px;
    }

    #introductiontwo{
        border-bottom-left-radius: 0px;
    }

    #introductionthree{
        border-top-right-radius: 0px;
        border-bottom-right-radius: 25px;
    }

    #two div{
        display: none;
    }



    .seven div{
        display: none;
    }

    .seven{
        flex-direction: column;
    }

    .basal{
        width: 365px;
        margin-left: 10px;
        line-height: 25px;
    }

    .basal a:hover{
        color: #682c20;
    }

    #basal{
        font-size: 21px;
        line-height: 30px;
    }

    .four{
        font-size: 16px;
        line-height: 35px;
    }
    .eight{
        display: grid;
        grid-template-columns: 1fr 1fr;
        
    }

    .grid-item {  
        justify-self: center;  
        align-self: center; 
        }
    
    #six {  
        grid-column: span 2; 
        text-align: center; 
    }

    #six img{
        width: 20%;
    }

    .musician{
        padding: 10px;
        font-size: 15px;
        line-height: 17px;
    }

    .musician img{
        width: 40%;
    }

    #video{
        margin: none;
        padding-left: 7px;
        padding-right: 7px;
    }

    .footer div{
        display: none;
    }

    footer{
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 7px;
        padding-bottom: 7px;
        font-size: 10px;
    }
    
    .footer{
        justify-content:end;
    }
    
    #footer{
        padding-right: 0px ;
}

}