/* // Medium devices (tablets, 768px and up) */
@media (max-height: 1100px) {

    /*HOMEPAGE*/
    #galleryUpper {
        height: 600px;
    }

    .museum {
        padding-top: 50px;
    }

    .galleryBottom {
        height: 600px;
        margin-bottom: 50px;
    }

    /*ARTIST PAGE */

    #artistPage {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 80vh;
        width: 100%;
        /* background-color: #D95136; */
    }

    #artistLeft {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 50%;
        /* background-color: #554F2B; */
    }

    #artistRight {
        height: 90%;
        width: 30%;
        background-image: url(../img/artist.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        /* background-color: #554F2B; */
        margin: 10px 10% 10% 5%;
        /* filter: grayscale(50%); */
        /* background-color: #EBA24E; */
    }

    .dotTwo {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: black;
        margin-left: 5%;
    }

    .textTwo p {
        margin: 0px 0% 0% 20%;
        line-height: 1.5em;
        font-size: 0.8em;
    }

    .textTwo {
        padding-top: 25px;
        padding-bottom: 50px;
        /* background-color: #C6AED0; */
    }

    .titleTwo {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        width: 80%;
        height: 80%;
        /* background-color: #C6AED0; */
        margin-left: 10%;
    }

    h2 {
        font-size: 3em;
        margin: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        line-height: 0.8em;
    }

    span {
        color: black;
        font-size: 1em;
        display: flex;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    span:hover {
        color: #0f4c5c;
        animation: animate 0.6s;
    }

    @keyframes animate {
        25% {
            transform: scale(0.8, 1.3);
        }

        50% {
            transform: scale(1.1, 0.8);
        }

        75% {
            transform: scale(1.1, 0.8);
        }
    }

    /*ART PAGE*/

    .textThree p {
        margin: 0px 10% 0% 30%;
        line-height: 1.5em;
        font-size: 0.8em;
    }

    .textThree {
        padding-top: 25px;
        padding-bottom: 40px;
        /* background-color: #C6AED0; */
    }

    .artData dt {
        width: 70%;
        display: inline-block;
        margin: 0px 10% 0% 20%;
        font-weight: 700;
        border-bottom: 1px solid black;
        line-height: 1.5em;
        font-size: 0.8em;
    }

    .artData dd {
        width: 70%;
        display: inline-block;
        margin: 0px 10% 0% 35%;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.5em;
        font-size: 0.8em;
    }

    /* ZOOMER */
    .main-image img {
        width: 100%;
        height: 50%;
    }

    .zoomed-image {
        width: 100%;
        height: 250px;
        background-size: calc(300px * 4);
        background-position: 0 0;
    }

    .zoomer {
        position: absolute;
        top: 0;
        left: 0;
        width: 90px;
        height: 57px;
        border: 1px solid white;
        pointer-events: none;
    }

    /* 
    MUSEUM PAGE */
    #galleryUpper h2 {
        padding-bottom: 10px;
    }

    .dot {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background-color: black;
        margin-left: 30px;
    }

    /*ACCORDION*/

    .accordion dt {
        background-color: #EBA24E;
        padding: 0.2em 1em;
        color: white;
        border-radius: 5px 5px 0px 0px;
        line-height: 1.5em;
        font-size: 0.8em;
    }

    .accordion dd {
        padding: 10px;
        border: 2px solid #EBA24E;
        margin: auto;
        display: none;
        border-radius: 0px 0px 5px 5px;
        line-height: 1.5em;
        font-size: 0.8em;
        /* height: 80%; */
    }

    .accordion dt~dt {
        margin-top: 0.5em;
    }

    .accordion dl,
    dt,
    dd {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

}


/* // X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {}

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) {} */

/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {

    .hidden-menu,
    #burger-button {
        display: block;
        /* Show the burger button on smaller screens */
    }

    .visibility_desk {
        display: none;
    }

    /* Styles for the hidden menu within the overlay */
    .overlay .hidden-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
        max-width: 400px;
        margin: auto;
    }

    .overlay .hidden-menu li {
        margin-bottom: 25px;
        /* Add spacing between menu items */
        margin-right: 0;
    }

    .overlay .hidden-menu a {
        /* Add your styles for the links within the hidden menu */
        /* Example: */
        color: black;
        text-decoration: none;
        font-size: 18px;
        padding-right: 0;
    }

    .navbar-left .webname {
        display: none;
    }

    .versionTwo ul .navbar-left {
        justify-content: flex-start;
    }

    .logo img {
        width: 100px;
    }

    .navbar-left li {
        margin-right: 80%;
    }

    .navbar-right li {
        margin-right: 10%;
    }


    /*MUSEUM PAGE*/

    .title {
        width: 20%;
        margin-left: 5%;
    }

    .dot {
        margin-left: 0;
    }

    h2 {
        margin-left: 0;
        font-size: 3em;
        margin-top: 10px;
    }

    .museum {
        width: 100%;
        margin-right: 5%;
        justify-content: flex-start;
        padding-top: 0;
    }

    .accordion dd {
        font-size: 0.75em;
    }

    .galleryBottom {
        height: 45vh;
        margin-bottom: 50px;
    }

    #galleryUpper {
        height: 60vh;
    }

    .carousel {
        height: 90%;
        margin-bottom: 50px;
    }


    /*ARTIST PAGE*/

    #artistPage {
        flex-direction: column-reverse;
        height: 100%;
    }

    #artistLeft {
        width: 100%;
        height: 80%;
        margin-bottom: 30px;
        /* margin-top: 30px; */
        justify-content: flex-start;
    }

    #artistRight {
        height: 100%;
        /* width: 60%; */
        margin: 10px 0 0 5%;
    }

    .textTwo p {
        margin-left: 5%;
        margin-right: 5%;
    }

    .textTwo {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }

    .titleTwo {
        margin-left: 0;
        width: 90%;
        justify-content: flex-start;
        height: 20%;
    }

    .dotTwo {
        display: none;
    }


    /*ARTWORK PAGE*/

    .artData dt {
        margin: 0px 0 0 5%;
        width: 90%;
    }

    .artData dd {
        margin: 0px 0 0 20%;
    }

    .textThree {
        padding-bottom: 20px;
        margin-bottom: 30px;
        padding-top: 0;
        ;
    }

    #artRight {
        height: 30%;
        width: 60%;
        margin: 30px 10% 0 5%;
    }

    .zoomed-image,
    .zoomer {
        display: none;
    }

    .main-image {
        height: 400px;
        width: 250px;
    }

}

@media (max-width: 389px) {

    #artRight {
        height: 20%;
    }

    .main-image {
        height: 250px;
        width: 150px;
    }

    .titleTwo {
        margin-top: 20px;
    }

    #galleryUpper {
        height: 70vh;
    }
}