/*DESKTOP*/
/*DESKTOP*/
/*DESKTOP*/
/*DESKTOP*/
@media (min-width: 801px) {

    body {
        background-color: rgba(244, 212, 243, 0.9);
        
    }
    header {
        border: 2px solid black;
        text-align: left;
        padding: 10px;
        left: 0;
        color: white;
        background-image: url(./work/bgt.jpg);
        background-size:cover;
        min-height: 50px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
    }
    .sidebar {
        position: fixed;
         border: 1px solid hsl(0, 0%, 0%);
         width: 29vw;
         top: 126px;
         height: 85vh;
         color: rgb(254, 251, 251);
         text-decoration: none;
         font-size:1.3rem;
         overflow-y: auto;
         z-index: 1;
         font-family: Arial, Helvetica, sans-serif;
         font-weight: bold;
         background-color: rgba(14, 106, 155, 0.8);
        
     }
     button#changeStylesButton {
        position: fixed;
        top: 10px; 
        right: 10px; 
        z-index: 1000; 
        padding: 10px 20px; 
        background-color: rgb(255, 157,90, .6); 
        color: white; 
        border: none; 
        border-radius: 5px; 
        cursor: pointer;
        }
        button#changeStylesButton:hover {
        background-image: url(../work/whenshegetherfelowers\ copy.jpg);
        color: white; 
        background-size: cover;
        }
     .submenu {
        font-size: .9rem;
        color: white;
        border: 1px solid rgb(0, 0, 0);
        text-decoration: none;
        font-weight: lighter;
        margin-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 2rem;
    }
    .submenu li {
        list-style-type:lower-latin;
        
    }    
.cb {
    border: 1px solid black;
    width: fit-content;
    padding-inline: 60px;
}

a {
    text-decoration: none;
    color: inherit;
}
/*
h2 {
    font-family: Arial;
    font-weight: bold;
    color: rgb(255, 115, 0);
    position: relative;

}
h3 {
    color: rgb(255, 60, 255);
    font-family: papyrus;
    
}
p{
    font-weight: normal;
    font-size: 20px;
    color: rgb(255, 60, 255);
}
.content {
    margin-left: 29vw;
    padding: 20px;
    height: 100vh; 
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    background-color: rgba(165, 255, 155, 0.6);
    overflow-y: auto; 
}

.content iframe {
    height: 100%;
}
*/
.content img{
    max-height: 200px;
}
.image-container hr {
    margin: 50px 0; 
    border: none;
    height: 3px;
    width: calc(100vw-20vw);
    background-color: rgb(16, 16, 16); 
}
.content {
    margin-left: 29vw;
    padding: 20px;
    height: 100vh; /* Ensure full viewport height */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px; 
    background-color: rgba(165, 255, 155, 0.6);
    overflow-y: auto; 
}


.content iframe {
    flex: 1 1 48%; 
    height: 300px;
    width: 100%; 
    border: none; 
}


h2, h3 {
    margin: 0 0 10px 0; 
    padding: 0;
    position: relative; 
    z-index: 1; 
}


.content img, .content iframe, .cb, .submenu {
    position: relative; 
    z-index: 0; 
}

.content > * {
    flex: 1 1 auto; 
    min-width: 200px; 
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.9); 
    justify-content: center;
    align-items: center;
}


.modal-content {
    max-width: 90%;
    max-height: 90%;
}

.modal img {
    width: max-content;
    height: auto;
}

.modal:target {
    display: flex; 
}


}
/*-------------MOBILE-------------------------*/
/*-------------MOBILE-------------------------*/
/*-------------MOBILE-------------------------*/
/*-------------MOBILE-------------------------*/
@media (min-width: 0) and (max-width: 800px) {
    body {
        background-image: url(/patt.jpg);
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }
    h3 {
        color: rgb(255, 157, 0);
        font-family: papyrus;
        font-style: bold;
    }   
    header {
        border: 2px solid black;
        text-align: left;
        padding: 10px;
        margin: 0 auto;
        color: rgb(255, 206, 159);
        background-image: url(./work/bgt.jpg);
        background-position: 60%;
        min-height: 50px;
        width: 100%;
        box-sizing: border-box;
        font-family: Arial, Helvetica, sans-serif;
    }
    .sidebar {
        position: relative;
        border: 2px solid hsl(0, 0%, 0%);
        margin: 0 auto;
        width: 100%;
        height: 10%;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-color: rgba(14, 106, 155, 0.8);
        color: rgb(254, 251, 251);
        box-sizing: border-box;
    }
    .submenu {
        font-size: 1rem;
        display: none;
        color: rgb(255, 255, 255);
        border: 1px solid black;
        text-decoration: none;
        font-weight: lighter;
        margin-right: 20px;
    }
    .submenu li {
        list-style-type: lower-latin;
    }
    .cb {
        border: 1px solid black;
    }
    .parent:hover .submenu {
        display: block;
    }
    .submenu.active {
        display: block;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
    .content {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        background-color: rgba(255, 192, 203, 0.5);
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }
    .content img {
        gap: 0px;
        max-width: 100%;
    }
    .content iframe {
        width: 100%;
        max-height: 300px;
        box-sizing: border-box;
    }
    button#changeStylesButton {
        position: fixed;
        top: 0px; 
        right: 0px; 
        z-index: 1000; 
        padding: 10px 20px; 
        background-color: rgb(255, 157,90, .6); 
        color: white; 
        border: none; 
        border-radius: 5px; 
        cursor: pointer;
    }
    
}

