body {
    background-color: lightgrey;
    padding: 0px;
    margin: 0px;
    height: auto;
    overflow-x: hidden;
    width: auto;
    font-family: 'Times New Roman', Times, serif
}

.head {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: linear-gradient(black, #ffffff00);
    width: 100%;
    position: fixed;
    z-index: 100;
}

.mobile {
    display: flex;
    height: 50px;
    padding: 15px;
    justify-content: space-between;
    align-content: center;
    padding-left: 7%;
    padding-right: 10%;
    z-index: 100;
    background: linear-gradient(black, transparent);
}

.mobile p {
    color: white;
    background: none;
    margin: 0px;
    font-size: 25px;
    font-weight: bold;
    padding: 0px;
    align-content: center;
}

#menuButton {
    width: 100px;
    display: flex;
    text-align: right;
    align-content: center;
    color: white;
    height: 100%;
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

nav {
    width: 100%;
    margin-top: 0px;
}

.main-nav {
    margin-top: 0px;
    z-index: 9;
}

nav div {
    list-style: none;
    padding: 0px;
    width: 100%;
    height: 100vh;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
    background-image: linear-gradient(black, gray);
}

nav div p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    color: white;
}

nav div p.selected {
    background-color: black;
    color: yellow;
    font-size: 30px;
}

nav div p a {
    color: white;
    text-decoration: none;
    font-size: 30px;

}

.intro {
    height: 100vh;
    margin-bottom: 25px;
}

.intro-content {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 90vh;
    background: linear-gradient(#00000095 80%, transparent);
    top: 0px;
    overflow: hidden;
}

.intro-text {
    display: block;
    color: white;
    text-shadow: 2px 2px 2px black;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 20px;
    text-align: center;
    margin-left: 0px;
    margin-right: auto;
}

.intro-content h1 {
    font-size: 70px;
    color: white;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.intro-text a {
    color: lightskyblue;
}


.main-img, .subject-intro img {
    position: absolute;
    top: 0px;
    mask-image: linear-gradient(black 75%, transparent);
}

.main-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.main-img-comp {
    height: 25vh;
    object-fit: cover;
    mask-image: linear-gradient(black 75%, transparent);
}

.main-img-comp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 48% 0%;
}

.intro h1 {
    text-align: center;
    font-size: 30px;
}

/*Play ver*/

.search-box {
    display: flex;
    width: auto;
    justify-content: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.search-box input {
    background: none;
    width: 75%;
    border: none;
    border-bottom: 2px solid black;
    height: 15px;
    font-size: 15px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.search-box button {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#results {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.play-content {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: center;
    height: 50vh;
    width: 100%;
    background: linear-gradient(#00000095 80%, transparent);
    top: 0px;
    overflow: hidden;
}

.play-content h1 {
    font-size: 70px;
    position: relative;
    padding: 15px;
    color: white;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}


.play-img{
    position: relative;
    height: 50vh;
    mask-image: linear-gradient(black 75%, transparent);
}

.play-img img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.play h1 {
    text-align: center;
    font-size: 30px;
}

.play-info p {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.play-info {
    position: relative;
}

.social-icon:hover {
    cursor: pointer;
}

.work {
    padding: 10px;
    background: #D2B48C30;
    border: 2px solid black;
    margin: 10px;
}

.work p {
    font-size: 16px;
}

.work h1 {
    text-align: center;
}

.work h3 {
    text-align: center;
    line-height: 30px;
}

.work-header {
    padding-bottom: 10px;
    border-bottom: 2px dashed black;
    margin-bottom: 20px;
}

.work i {
    font-weight: bold;
}

/*img carousel */

.nav-buttons-carousel {
    display: flex;
    height: auto;
    justify-content: center;
    position: relative;
}

.nav-buttons-carousel button {
    width: 50vw;
    height: auto;
    padding: 15px;
    font-weight: bold;
    font-size: 15px;
    background: green;
    color: white;
}

.nav-buttons-carousel button:hover {
    cursor: pointer;
}

.img-carousel {
    /*width: 90vw;*/
    display: flex;
    margin-left: auto;
    margin-right: auto;
    height: 85vh;
    background: black;
}

.img-carousel .img-carousel-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.img-carousel-container {
    width: auto;
    display: flex;
    align-content: center;
}

.img-carousel-container img {
    width: 100%;
    align-self: center;
    display: none;
}

.img-carousel-container img.chosen {
    display: flex;
    object-fit: cover;
    object-position: 50% 50%;
}

.photoNum {
    z-index: 5;
    text-align: center;
    font-size: 20px;
    background: black;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.photoNum p {
    margin: 0px;
}

.photo-credit {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
}

/*.intro-content {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
}*/

.intro-text {
    padding: 15px;
}

.profile {
    margin-top: 25px;
    display: block;
    overflow: hidden;
    padding: 20px;
}

.profile-image {
    width: 100%;    
}

.profile-image img {
    width: 100%;
    border-radius: 100px;
}

.profile-info h1{
    text-align: center;
    font-size: 30px;
}

.profile-info p {
    font-size: 16px;
}

.socials {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: horizontal;
    justify-content: center;
}

.social-icon {
    width: 62.5px;
    height: 62.5px;
    margin: 10px;
}

.social-icon img {
    width: 100%;
    border-radius: 100px;
}

.title{
    text-align: center;
    font-size: 35px;
    color: black;
    text-shadow: 2px 2px rgb(250, 250, 250)
}
.section-leader {
    display: flex;
    flex-direction: column;
}

.discover, .subject {
    position: relative;
    overflow: hidden;
}

.discover {
    height: 90vh;
}

.subject {
    height: 50vh;
}

.section-img img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    top: 0px;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%
}

.discover .content, .subject .content {
    z-index: 2;
    width: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #00000080;
}

.discover .content p {
    font-size: 20px;
    text-align: center;
    color: white;
    text-shadow: 2.5px 2.5px rgb(0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
}

.discover .content h2 {
    color: white;
    text-align: center;
    font-size: 30px;
    text-shadow: 5px 5px rgb(0, 0, 0);
    margin: 1em;
}

.discover button, .content button, .button, .piece-side button{
    width: auto;
    height: auto;
    padding: 15px;
    font-weight: bold;
    font-size: 15px;
    background: green;
    color: white;
    margin: 1em;
}

.piece-side button {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.button-container {
    display: inline-block;
}

.subject button {
    margin-top: 15px;
}

.content button:hover, .button:hover, .piece-side button:hover {
    background: blue;
}
.subject .content p {
    text-align: center;
    color: white;
    text-shadow: 2.5px 2.5px rgb(0, 0, 0);
    padding-left: 15px;
    padding-right: 15px;
}

.subject-title {
    color: white;
    text-align: center;
    font-size: 26px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    text-shadow: 2.5px 2.5px rgb(0, 0, 0);
}

.sub-subject-title, .sub-subject-year {
    font-size: 16px;
    font-weight: bold;
    margin: 7.5px;
    text-shadow: 2.5px 2.5px rgb(0, 0, 0);
}

.subject-description {
    font-size: 20px;
}

button:hover {
      cursor: pointer;  
}

.recent p{
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    font-size: 12.5px;
    text-shadow: 2.5px 2.5px rgb(0, 0, 0);
    margin-bottom: 0px;
}

.piece-body {
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piece-body img {
    display: flex;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;
}

.piece-side {
    display: block;
    justify-content: center;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.piece-side-header {
    font-size: 25px;
    text-align: center;
}

.piece-side iframe {
    width: 100%;
}

.piece-side p {
    text-align: center;
    font-size: 17.5px;
}

.piece-side audio {
    width: 80%;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.piece-body h1, .piece-bio h1 {
    text-align: center;
    font-size: 25px;
}

.piece-body p {
    font-size: 16px;
    width: 90%;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    justify-self: center;
}

.audio-name {
    font-size: 17.5px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;

}

.mobile-ele {
    display: block;
}

footer {
    background: #174800;
    margin: 0px;
    padding: 10px;
}

footer p {
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

footer p a {
    color: lightblue;
}

.non-mobile-ele {
    display: none;
}

.subject-comp {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid black;
}

.subject-comp:last-child {
    border-bottom: none;
}

.content-comp {
    display: block;
    font-size: 20px;
}

.content-comp h1 {
    font-size: 30px;
}

.comp-img {
    width: 50%;
}

.comp-img img {
    width: 100%;
    height: auto;
}


@media all and (min-width: 750px) {
    .mobile {
        display: none;
    }
    nav {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .intro-content {
        position: relative;
        background: none;
        padding-top: 0px;
        background-image: linear-gradient(#00000095 80%, transparent);
    }

    .intro {
        display: flex;
        flex-direction: column;
        align-content: center;
        height: 100vh;
        top: 0px;
        margin-bottom: 10px;
        z-index: 1;
    }

    .intro-text {
        display: block;
        color: white;
        text-shadow: 3px 3px black;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 30px;
        text-align: center;
        margin-left: 0px;
        margin-right: auto;
    }

    .intro-content h1 {
        font-size: 50px;
        color: white;
        font-weight: bold;
        text-shadow: 4px 4px black;
    }

    .profile {
        display: flex;
        flex-direction: horizontal;
        align-content: center;
        align-items: center;
    }
    .profile-image {
        width: 45%;
        margin-right: 15px;
        margin-left: auto;
    }
    .profile-info{
        width: 45%;
        margin-left: 15px;
        margin-right: auto;
    }

    .social-icon {
        width: 50px;
        height: 50px;
    }

    .main-img, .subject-intro img {
        width: 30%;
        margin-left: auto;
        margin-right: 0px;
        z-index: 0;
        top: 0px;
        width: 100%;
        mask-image: linear-gradient(black 75%, transparent);
    }

    .main-img img {
        height: 100vh;
        object-fit: cover;
        object-position: 0% 50%;
    }

    .main-img-comp {
        height: 50vh;
        object-fit: cover;
    }

    .main-img-comp img {
        width: 100%;
        mask-image: linear-gradient(#000000 75%, transparent);
    }

    /*Play*/
    .play-content h1 {
        font-size: 50px;
        color: white;
        font-weight: bold;
        text-shadow: 4px 4px black;
    }

    .play-img {
        width: 30%;
        margin-left: auto;
        margin-right: 0px;
        z-index: 0;
        top: 0px;
        width: 100%;
        mask-image: linear-gradient(black 75%, transparent);
    }

    .play-img img {
        height: 50vh;
        object-fit: cover;
        object-position: 0% 20%;
    }

    .play-info p {
        width: 85%;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .piece-body p {
        width: 90%;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .subject-title {
        font-size: 30px;
    }

    .sub-subject-title, .sub-subject-year {
        font-size: 20px;
    }

    .search-box {
        width: 80%;
        flex-direction: row;
        margin-bottom: 20px;
    }
    .search-box input {
        width: 70%;
        padding-right: 10px;
        height: 30px;
    }
    .search-box button {
        width: 20%;
        padding-left: 10px;
        margin-top: 0px;
        display: none;
    }

    /**/

    .work {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

    .work p {
        width: 80%;
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .img-carousel {
        height: 80vh;
    }
    .img-carousel-container {
        justify-content: center;
        align-content: center;
        overflow: hidden;
    }

    .img-carousel-container img {
        height: 100%;
        width: auto;
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
    }

    #menuButton {
        display: none;
    }

    .menu-button {
        display: none;
    }

    .head {
        background-color: none;
        background-image: linear-gradient(black 5%, #ffffff00);
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        width: 100%;
        height: auto;
        z-index: 10;
        position: fixed;
    }

    nav {
        margin-top: 0px;
        margin-left: auto;
        height: auto;
        margin-right: auto;
    }
    
    nav div {
        background-image: linear-gradient(black 5%, #ffffff00);
        display: flex;
        width: 100%;
        margin-top: 0px;
        height: auto;
        z-index: 10;
    }
    
    nav div p {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
        font-size: 30px;
        
    }

    nav div a {
        font-size: 15px;
    }

    .discover .content h2 {
        font-size: 30px;
    }

    .discover .content p {
        font-size: 20px;
    }

    .section-leader {
        flex-direction: row;
        flex-wrap: wrap;
        
    }

    .section-leader .discover {
        flex-grow: 1;
        width: 32vw;
    }

    .subject {
        flex-grow: 1;
        width: 49vw;
    }

    .subject button {
        margin-top: 15px;
    }

    .profile p {
        font-size: 20px;
    }

    .piece {
        display: flex;
        flex-direction: column-reverse;
        overflow: hidden;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }

    .main-img-comp {
        height: 30vh;
    }

    .piece-body p {
        font-size: 20px;
        width: 100%;
    }

    .piece-side p {
        font-size: 18px;
    }

    .piece-side-header {
        font-size: 27.5px;
    }

    .subject-comp {
        flex-direction: row;
        width: 80%;
    }

    .content-comp {
        width: 70%;
    }

    .comp-img {
        display: flex;
        justify-content: center;
        width: 30%;
    }

    .comp-img img {
        width: auto;
        height: 0px;
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
    }
}

@media all and (min-width: 1080px){
    .mobile-ele {
        display: none;
    }
    .non-mobile-ele {
        display: block;
        margin-top: 0px;
    }
    nav div p {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .profile-image {
        width: 30%;
        margin-right: 15px;
        margin-left: auto;
    }
    .profile-info{
        width: 30%;
        margin-left: 15px;
        margin-right: auto;
    }

    .piece {
        flex-direction: row-reverse;
        justify-content: center;
        width: 90%;
    }

    .piece-body {
        width: 63%;
        display: flex;
        justify-content: center;
        margin-right: 2%;
    }

    .piece-body img {
        width: 100%;
    }

    .piece-img {
        width: 45%;
        margin-right: 20px;
        float: left;
    }

    .piece-side {
        margin-left: 2%;
        padding-top: 0px;
        width: 33%;
        padding-right: 15px;
    }

    .piece-video h3 {
        margin-top: 0px;
    }

    .main-img-comp {
        height: 45vh;
    }
}