
body {
    margin: 0;
  }
  
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 25%;
    min-width: 277px;
    background-color: rgba(0,0,0,0.0);
    position: fixed;
    height: 100%;
  }
  
  li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    max-width: 100px;
    text-decoration: none;
  }
  
  li a.active {
    background-color: #fdfdf9;
    color: #000000;
  }
  
  li a:hover:not(.active) {
    background-color: #fdfdf9;
    color: #000;
  }





/* --- Reset Styles --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- Typography and General Styles --- */
body {
    font-family: "Poppins", sans-serif;
    color: #636363;
    background-color: #fdfdf9;
    line-height: 1.6;
}

/* --- Header and nav list Styles --- */
ul {
    background-color: rgba(0,0,0,0.0);
    padding: 6rem 0 2rem 2rem;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 200;
    color: #636363;
}
header {
    padding: 6rem 0 2rem 2rem;
}
.container5 {
    display:flex;
    justify-content: space-around;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 200;


}

h1 {
    position: fixed;
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 200;
}

h2 {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 200;
}

p.awesome {
    text-align: left;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 200;
}

.biospecial {
    margin-left: 277px;
}


/* --- Gallery Styles --- */
.gallery {
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
    font-weight: 200;
    line-height: 1.5em;
    padding: 15px 0px;
}
.gallery img {
    cursor: pointer;
    transition: 0.3s;
}
.gallery img:hover {
    transform: scale(1.01);
    transition: transform 0.5s;
}

.lightbox {
    padding: 2em;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: 0.3s ease-in;
    z-index: 10;
    overflow-y: scroll;
}

.lightbox::-webkit-scrollbar {
    display: none;
}

.lightbox img {
    margin: auto 0;
    margin-left: 20px; 
    max-height: auto;
    /* width: 650px; */
    max-width: 80%;
    box-shadow: 0 10px 35px #000;
    /* flex-grow: .60; */
    user-select: none;
}



#lightbox-caption {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    margin-top: 15vh;
    margin-left: 20px;
    color: #fff;
    text-align: left;
    font-size: 1.2em;
    width: 300px;
    height:300px;
}

.arrow {
    font-size: 1.6em;
    position: fixed;
    top: 50%;
    text-align: center;
    color: #ccc;
    transition: 0.2s;
    cursor: pointer;
}

.arrow:hover {
    color: #fff;
}

.arrow-left {
    left: 1em;
}

.arrow-right {
    right: 1em;
}
.xclose {
    font-size: 1.6em;
    position: fixed;
    top: 1em;
    right: 1em;
    color: #ccc;
    transition: 0.2s;
    cursor: pointer;
}

.xclose:hover {
    color: #fff;
}

   .lightbox {
    display: none;
    opacity: 0;
}




.art-piece {
    width: 650px;
    height: auto;
    overflow: hidden;
}

.art-piece img {
    width: 92%;
    height: auto;
    margin-top: 45px;
    border-radius: 25px;
    box-shadow: 0 0 19px 6px rgba(0, 0, 0, 0.2);
}


section {
    padding: 4rem 2rem;
}



.footer {
    display: flex;
    justify-content: space-between;

    background-color: #fdfdf9;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    color: #636363;
    padding: 1rem 0;
    margin: 2rem 6rem;
    min-width: 950px;
    border-top-width: 1px;
    border-top-style: solid;
}

.left {
    text-align: left;
    font-size: 12px;
}
.right {
    text-align: right;
    font-size: 12px;
}

div.awesome {
    margin-left: 25%;
    
}
h2.awesome {
    margin-left: 277px;
}
p.awesome {
    margin-left: 277px;
}
.listwrapper{
    display:grid;
    grid-template-columns: 190px 190px;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 200; 
}

ol {
    list-style-type:none;
}
/* Home page styles*/
.wrapper {
    display:grid;
    grid-template-columns: 1fr 4fr;
    grid-column-gap: 1em;
}
.box2 {
    margin-top: 20px;

}
.box3 {
    grid-column: 2/3;
    max-width: 650px;
}
.box1{
    min-width: 150px;
}
.homeimage {
    width: 650px;
    height: auto;
}
p {

    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 200; 
}
p.caption {
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 200;
}


h3 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 400; 
}

.robertabiocontainer {
    display: inline-block;
}

.robertapic {
    width: 253px;
    float: left;
    margin-right: 15px;
}
.bpaas {
    width: 600px;
}
.noscroll {
    z-index: 0;
}

/* --- Responsive Design --- */

@media (max-width: 660px) {
    .art-piece {
        width: 380px;
        height: auto;
        overflow: hidden;
    }
    div.awesome {
        margin-left: 0;
        
    }
    h2.awesome{
        margin-left: 0;
    }

    nav ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 0 0 0 0;
        background-color:#fdfdf9 ;

    }
    .biospecial {
        margin-left: 0px;
    }
    ul {
        list-style-type: none;
        padding: 0;
        font-size:15px;
        width: 100%;
        min-width: unset;
        background-color: rgba(0,0,0,0.0);
        position: fixed;
        height: unset;
        text-align: center;
      }
      
      li a {
        color: #000;
        padding: 4px;
        text-decoration: none;
        text-align: center;
      }



    .left {
        text-align: center;
        font-size: 12px;
    }   
    .right {
        text-align: center;
        font-size: 12px;
    } 
    .footer {
        display: block;
        justify-content: normal;
    
        background-color: #fdfdf9;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        color: #636363;
        padding: 1rem 0;
        margin: 0rem 1rem;
        min-width: 90%;

        border-top-width: 1px;
        border-top-style: solid;
    }  

    header {
        padding: 0rem 0 0rem 0rem;
    }
    
    h1.responsive-element {
        position: sticky;
        top: 0;
        font-family: "Poppins", sans-serif;
        font-size: 29px;
        font-weight: 200;
        text-align: center;
        background-color: #fdfdf9;
        z-index: 5;
    }
    .noscroll {
        position: sticky;
        top:0;
        z-index: 5;
    }
    .biospecial {
        margin-left: 0px;
    }
    h2.awesome{
        margin-left: 0px;
    }
    p.awesome {
        margin-left: 0px;
    }

        /* Home page styles for phone*/
    .wrapper {
        display:grid;
        grid-template-columns: 4fr;
        grid-column-gap: 0em;
    }
    .box2 {
        grid-column: 1/3;
    }

    .box1{
        min-width: 0px;
        width:0px;
    }
    .homeimage{
        width: 100%;
    }

    .robertapic {
        display: block;
        width: 100%;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    .robertabiocontainer {
        display: block;
    }
   .bpaas {
        width: 370px;
        margin-left: auto;
        margin-right: auto;

    }

}