*{
    box-sizing: border-box;
    margin: 0%;
    padding: 0%;
    font-family: 'Rosario';
    scroll-behavior: smooth;
}

@font-face{
    font-family: 'Rosario';
    src: url(/font/Rosario-Regular.woff2);
}

::-webkit-scrollbar{
    display: none;
}

.hamburger, .mobile-menu{
    display: none;
}

.navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vh;
    font-size: 1rem;
    background-color: #400b0b;
    position: sticky;
    top: 0;
    z-index: 3;
}

.accent1{
    background-color: #965b5b;
    height: 0.5vh;
}

.accent2{
    background-color: #bababa;
    height: 1vh;
}

.navbar_menu{
    display: flex;
}

.navbar_item{
    display: flex;
}

.navbar_links{
    display: flex;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    letter-spacing: 1.3px;
    padding: 2.7vh 2vw;
    margin: 0 1vw;
    font-size: 3vh;
}

.navbar_links:hover{
    background: #bababa;
    color: #3d5078;
    letter-spacing: 2px;
}

.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #4a3434;
}

.hero_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80vh;
    padding: 0;
    z-index: 1;
}

.hero_content{
    margin-right: 10vw;
}

.hero_content h1{
    display: flex;
    justify-content: right;
    align-items: center;
    font-family: 'Rosario';
    line-height: 4rem;
    font-size: 3rem;
    letter-spacing: 1.6px;
    font-weight: 100;
    color: #d0d0d0;
    text-shadow: 2px 2px 4px black;
}

.hero_content p{
    margin-top: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: rgb(255, 198, 198);
}

.main_btn {
    float: right;
    font-size: 1.25rem;
    background-color: #700b0b;
    padding: 14px 14px;
    margin-top: 4vh;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
}

.main_btn a{
    position: relative;
    z-index: 2;
    color: #fff;
    letter-spacing: 1px;
    text-shadow: 1px 1px black;
    text-decoration: none;
    transition: all 0.5s ease-in;
}

.main_btn:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #300b0b;
    border-radius: 4px;
    transition: all 0.5s ease-in;
}

.main_btn:hover a{
    position: relative;
    z-index: 2;
    color: #ca8888;
    text-decoration: none;
}

.main_btn:hover:after{
    width: 100%;
}

#main_img{
    scale: 1.3;
    animation: levitate 3s infinite alternate; 
}

@keyframes levitate{
    from {
        transform: scale(1.00);
        filter: drop-shadow(0 0 45px rgba(96, 96, 96, 0.01));
    }

    to{
        transform: scale(1.05);
        filter: drop-shadow(0 0 75px rgba(114, 114, 114, 1));
    }
}

#scroll1{
    scale: 1.5;
    margin: -3vh 0 6vh;
    transition: all 0.2s;
    height: 7vh;
    box-shadow: #9b9b9b 0 0 0;
    background-color: #967e71;
    border-radius: 15px;
    z-index: 999;
}

#scroll1:hover{
    scale: 1.6;
    box-shadow: #9b9b9b 0 0 10px;
    background-color: #a78571;
}








/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */
/* ABOUT */

.about{
    background-color: #f3ded2;
    height: fit-content;
    padding: 6vh 0;
}

.about_container{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    padding: 0;
    background-color: #c9a691;
}

.accent-block{
    display: flex;
    background-color: rgb(165, 61, 42);
    width: 1vw;
    height: 10vh;
}

.about_header{
    display: flex;
    align-items: center;
    height: 10vh;
}

.about_header p{
    display: flex;
    color: #633d1c;
    font-size: 2vw;
    margin-right: 3vw;
}

.about_content{
    cursor: default;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
}

#headshot{
    max-width: 20vw;
    max-height: 20vw;
    float: right;
    margin:0 0 1rem 1rem;
}


.middle_entries{
    display: flex;
    width: 100vw;
    padding: 0 10vw;
    justify-content: space-between;
    align-items: center;
    gap: 21vw;
}

#resume{
    display: flex;
    justify-content: center;
    width: fit-content;
    max-height: min-content;
    padding: 1rem 2rem;
    margin: 3vh 0 3vh 0;
    background-color: #900b0b;
    text-decoration: none;
    letter-spacing: 0.16vw;
    word-spacing: .62vw;
    font-size: 1.25rem;
    color: #bfd6df;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.20s;
}

#resume:hover{
    scale: 1.01;
    background-color: #700b0b;
    color: #f3ded2;
}

.scroll-icon{
    display: flex;
    height: 5rem;
    cursor: pointer;
    z-index: 1;
}

.upper_box{
    text-align: justify;
    text-justify: inter-word;
    padding: 0 10vw;
}

.upper_box p{
    margin-bottom: 2vh;
    font-size: 20.3px;
    text-indent: 2.4vw;
}

.upper_box h1{
    margin: 4vh 0 2vh;
    border-bottom: solid #383838 2px;
    border-radius: 10px;
}

.lower_text{
    margin: 0;
    width: 100vw;
}

.lower_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lower_box h1{
    padding-top: 5vh;
    margin: 0 10vh;
    border-bottom: solid #383838 2px;
    border-radius: 10px;
}

.lower_box h3{
    margin-top: 3vh;
    font-style: italic;
    font-weight: 100;
}

.lower_box p{
    padding-top: 2vh;
    font-size: larger;
    font-weight: 600;
}


.lower_box ul{
    padding-top: 2vh;
    padding-bottom: 1vh;
    font-size: 1.5vw;
    font-style: italic;
}

.lower_box li{
    word-spacing: 4px;
    font-size: 0.9vw;
}

.where_text{
    display: flex;
    flex-direction: column;
}

.where_text p{
    padding: 3vh 5vw 0;
}

.list_text{
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 5vw;
    padding: 0 5vw;
}

.list_container{
    display: flex;
    flex-direction: column;
}

#headshot3, #headshot5{
    display: flex;
    padding: 0;
    margin: 0;
}

#headshot3{
    height: 39vh;
}

#headshot5{
    height: 25vh;
}

.mob_headshot2_container{
    display: none;
}

.about_scroll{
    display: flex;
    justify-content: center;
    margin-top: -4vh;
}

#scroll{
    transition: all 0.1s ease;
}

#scroll:hover{
    scale: 1.1;
}



.spacer1{
    background-color: #472a18;
    height: 2vh;
}

.spacer2{
    background-color: #7c7c7c;
    height: 1vh;
}

.spacer3{
    background-color: #363636;
    height: 1vh;
}


/* LISTEN */
/* LISTEN */
/* LISTEN */
/* LISTEN */
/* LISTEN */
/* LISTEN */
/* LISTEN */
/* LISTEN */

.mob_listen_container{
    display: none;
}

.listen{
    background-color: #fff3f3;
    height: fit-content;
    padding: 6vh 0 8vh;
    height: fit-content;
}

.listen_container{
    display: flex;
    flex-direction: column;
    padding: 0 10vw;
}

.listen_group{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4vh;
    margin-bottom: 10vh;
}

.sc-container{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 2vh;
}

.classical-item{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: solid #4a3434 1px;
    border-radius: 7px;
    box-shadow: #3a3a3a 0 0 5px;
    padding: 1vw;
    width: 32vw;
    height: fit-content;
    gap: 2vh;
}

.sc-item{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: solid #4a3434 1px;
    border-radius: 7px;
    box-shadow: #3a3a3a 0 0 5px;
    padding: 1vw;
    width: 26vw;
    height: 60vh;
}

#sc{
    width: 24vw;
    height: 35vh;
}

.yt-item{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: solid #4a3434 1px;
    border-radius: 7px;
    box-shadow: #3a3a3a 0 0 5px;
    padding: 1vw;
    width: 30vw;
    height: 50vh;
    gap: 2vh;
}

#yt{
    width: 28vw;
    height: 30vh;
}

.sc-item, .yt-item, .classical-item{
    background-color: #b4b29c;
}

.yt-item:hover, .sc-item:hover, .classical-item:hover{
    border: solid #ff7b00 2px;
}

#sc_classical{
    width: 30vw;
}

.listen h1{         /*underlined headers*/
    padding: 3vh 0.5vw 0;
    margin: 0 0 3vh;
    border-bottom: solid #383838 2px;
    border-radius: 10px;
}

.listen h2{         /*box headers*/
    display: flex;
    justify-content: center;
    padding: 1vh;
    width: 120%;
    font-weight: 100;
    color: #fff3f3;
    background-color: #c9a691;
    border: solid #300b0b 1px;
    border-radius: 5px;
    letter-spacing: 6px;
    word-spacing: 12px;
}

.classical-item p{
    font-style: italic;
}


.credits{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grouping{
    display: flex;
    flex-direction: column;
    align-items: center;
}





#PAW_container{
/* REMOVE AFTER UPDATE */
    justify-content: center;
}

#PAW_container h2{
/* REMOVE AFTER UPDATE */
    margin-bottom: 3vh;
}

#PAW_container h3{
/* REMOVE AFTER UPDATE */
    margin-bottom: 10vh;
}









/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
/* CONTACT */
.contact{
    background-color: #c7bea4;
    height: fit-content;
    width: 100vw;
    padding: 6vh 0;
}

.contact_container{
    display: flex;
    flex-direction: row;
    padding: 10vh 0;
    justify-content: space-evenly;
    align-items: center;
}

.contact-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contact-text h2{
    font-weight: 100;
    margin: 2vh 0;
}


#logo{
    animation: levitate2 3s infinite alternate; 
}

@keyframes levitate2{
    from {
        transform: scale(1.00);
        filter: drop-shadow(0 0 15px #535353);
    }

    to{
        transform: scale(1.06);
        filter: drop-shadow(0 0 15px #363636);
    }
}





.form{                             /* FORM */
    display: flex;
    flex-direction: row;
    line-height: 1.5rem;
    padding: 0;
}

.form_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form_input{
    background-color: #ffffff50;
    border: #00245a solid 2px;
    border-radius: 4px;
    margin: 0 0 1vh;
    padding: 0.5rem 5rem 0.5rem 0.3rem;
}

#mob_contact_hidden{
    display: none;
}

.form_input[name="subject"]{
    width: 100%;
}

.form_input[name="message"]{
    min-width: 100%;
    min-height: 25vh;
    border-radius: 4px 4px 4px 0;
    padding: 1vh 0.5vw 2vh;
}

.form_input[name="email"]{
    border-radius: 4px 0 4px 4px;
}

.form_input::placeholder{
    color: rgb(0, 0, 0);
}

.submit_btn{
    margin: 1rem 1rem 0;
    width: 35%;
    background-color: #5a2c00;
    font-weight: 500;
    font-size: large;
    color: #ffffff;
    padding: 0.25rem 1.5rem;
    border: #5a2400 solid 2px;
    border-radius: 10px 0px;
    transition: all 0.3s ease;
}

.submit_btn:hover{
    cursor: pointer;
    width: 45%;
    border-radius: 0px 10px;
    background-color: #ffb554;
    color: #5a2400;
}









/* Footer CSS */
/* Footer CSS */
/* Footer CSS */
/* Footer CSS */
/* Footer CSS */
/* Footer CSS */
/* Footer CSS */
.footer_container{
    cursor: default;
    background-color: #383838;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 0.5vh;
    color: #8f0404;
}

.footer_container p{
    color: #8d8d8d;
}

#website_rights{
    color: white;
}






















/* Mobile */
@media screen and (orientation:portrait){

    .navbar{
        display: flex;
        justify-content: right;
    }

    .navbar_menu{
        margin-right: 4vw;
    }
    
    .navbar_links{
        padding: 2.8vh 5vw;
        margin: 0;
    }

    .menu_container{
        position: fixed;
        right: 110vw;
        transition: all 0.3s ease-in-out;
    }
    
    .menu_container.active{
        right: 15vw;
        transition: all 0.5s ease-in-out;
    }

    .hamburger{
        display: flex;
        flex-direction: column;
        gap: 1vh;
        padding: 5vw;
        cursor: pointer;
    }

    .hamburger .bar{
        width: 5vh;
        height: 0.5vh;
        transition: all 0.4s ease-in-out;
        background: #fff;
    }

    .hamburger .bar{
        display:flex;
    }

    .hamburger.active .bar:nth-child(2){
        opacity: 0.1;
        transform: rotate(-360deg);
    }

    .hamburger.active .bar:nth-child(1){
        transform: translateY(1.5vh) rotate(-45deg);
    }

    .hamburger.active .bar:nth-child(3){
        transform: translateY(-1.5vh) rotate(225deg);
    }



    /* Aesthetics */

    .hero_container{
        display: flex;
        flex-direction: column;
        height: fit-content;
        justify-content: space-evenly;
        gap: 10vh;
        padding: 5vh 0 7vh;
        height: 88vh;
    }

    .hero_content{
        margin: 0;
    }

    .hero_content h1{
        justify-content: center;
        font-family: 'Rosario';
        font-size: 8vw;
        line-height: 10vh;
    }

    .main_btn{
        display: none;
    }

    
    #main_img{
        display: flex;
        width: 40vw;
        z-index: 0;
    }

    #mob_scroll1{
        height: 7vh;
        box-shadow: #9b9b9b 0 0 20px;
        background-color: #967e71;
        border-radius: 15px;
        z-index: 999;
    }

    #scroll1{
        display: none;
    }














    /* ABOUT *//* ABOUT *//* ABOUT *//* ABOUT *//* ABOUT *//* ABOUT */

    .about{
        overflow: hidden;
    }

    .about h1{
        display: none;
    }

    .about_header p{
        font-size: 5vh;
    }

    .about_container{
        margin-bottom: 3vh;
    }

    .upper_box{
        flex-direction: column;
        padding: 0 4vw;
    }

    .upper_box P{
        font-size: 3vw;
        text-indent: 7.6vw;
    }

    #headshot{
        float: left;
        max-width: none;
        max-height: none;
        width: 44vw;
        margin: 0 2vw 1vh -4vw;
        background-color: rgb(165, 61, 42);
        padding: 0 4vw 0 0;
    }

    #headshot5{
        display: none;
    }

    .list_text{
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .where_text p{
        margin-top: 2vh;
    }

    .lower_box ul{
        font-size: 4vw;
    }

    .lower_box li{
        font-size: 3vw;
    }

    .Composed, .Performed p{
        font-size: 7vw;
    }

    #headshot3{
        display: none;
    }

    .mob_headshot2_container{
        display: flex;
        justify-content: right;
        width: 75vw;
        margin-left: 20vw;
        margin-top: 2vh;
        background-color: #e6b397;
    }

    #mob_headshot3{
        display: flex;
        width: 40vh;
        float: right;
        margin: 0;
    }

    #mob_headshot4{
        display: flex;
        width: 35vh;
        float: right;
        margin: 0;
    }

    #scroll{
        display: none;
    }

    .about_scroll{
        display: none;
    }

    #resume{
        width: fit-content;
        max-height: none;
        padding: 2vh 3vw;
        font-size: 3.9vw;
    }



    /* LISTEN *//* LISTEN *//* LISTEN *//* LISTEN *//* LISTEN */
    .listen_container{
        display: none;
    }

    .mob_listen_container{
        display: flex;
        flex-direction: column;
    }

    .listen_group{
        flex-direction: row;
        margin-bottom: 3vh;
    }

    .sc-container{
        max-width: 100vw;
        margin: 0;
        padding: 2vh 12vw;
        overflow: scroll;
        gap: 17vw;
    }

    .sc-item{
        width: 80vw;
        height: 75vh;
    }

    .classical-item{
        width: 80vw;
        height: 50vh;
        padding-bottom: 5vh;
    }

    .yt-item{
        width: fit-content;
        height: 40vh;
    }

    #sc_classical{
        width: 70vw;
        height: 20vh;
    }

    #sc{
        width: 70vw;
        height: 50vh;
    }


    #mob-yt{
        width: 70vw;
        height: auto;
    }

    #PAW_container h3{
        width: 58vw;
    }

    .listen h1{
        margin: 3vh 2vw 1vh;
        padding: 0 3vw;
        font-size: 3vh;
    }

    .listen h2{
        text-align: center;
        letter-spacing: normal;
        font-size: 2.5vh;
    }

    .listen h3{
        text-align: center;
        font-size: 5vw;
        padding: 0 5vw;
    }



    /* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT *//* CONTACT */
    
    
    .contact{
        height: fit-content;
        padding: 2vh 0 0;
    }

    .contact_container{
        max-width: 100vw;
        flex-direction: column;
        gap: 5vh;
        padding: 0 0 8.5vh;
    }

    .contact #logo{
        display: none;
    }

    .contact-text{
        display: flex;
        flex-direction: column;
        font-size: 3vw;
        font-style: italic;
        gap: 2vh;
    }

    .contact-text h2{
        margin: 0;
    }

    .form_content{
        width: 90vw;
    }

    .form_input{
        font-size: 3vw;
        padding: 1vh 10vw 1vh 2vw;
    }

    .form_top_bar{
        display: none;
    }

    #mob_contact_hidden{
        display: flex;
    }
    
    .form_input[name="name"]{
        width: 100%;
    }
    
    .form_input[name="email"]{
        width: 100%;
    }
    
    .form_input[name="subject"]{
        width: 100%;
    }
    
    .form_input[name="message"]{
        padding: 1vh 2vw;
    }
    
    .submit_btn{
        font-size: 4vw;
        margin: 1rem 1rem 0;
        padding: 1vh 4vw;
    }














    .footer_container h2{
        font-size: 5vw;
    }

    .footer_container p{
        font-size: 3vw;
    }


}