body{
    margin: 0px;
    width: 100%;
    height: 100%;
}
body::-webkit-scrollbar {
    display: none;
}


header{
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    /* padding-left: 20px; */
    border-bottom: solid 1px black;
}

header a{
    /* font-family: gill-sans-nova, sans-serif; */
    font-size: 30px;
    color: black;
    letter-spacing:0pt;
    text-decoration: none;
    margin: 2px 0 0 16px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
   
}
.navbutton {
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: 30px;
    cursor: pointer;
    padding-right: 25px;
    color: rgb(0, 0, 0);


}

.sidenav{
    /* background-image: linear-gradient(teal, yellow); */
    background-color: teal;
    max-height: calc(100vh - 50px);
    min-width: 120px;
    position:absolute;
    /* change below back to enable JS */
    left: -122px; 
    transition: left 1s;
    height: calc(100vh - 50px);
    max-width: 120px;
    overflow: scroll;
    border-right: solid black 1px ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
   
    
}

.sidenav a{
    font-size: 16px;
    font-weight: 400;
    margin-left: 16px;
    bottom: 400px;
    color: white;
    font-family: acumin-pro, sans-serif;
    padding-right: 2px;
    

}
    
.sidenav p1{
    font-size: 10px;
    margin-left: 16px;
    bottom: 400px;
    
}

.sidenav::-webkit-scrollbar {
    display: none;
}

.navtop ul{
    /* margin-top: 22px; */
     /* background-color: green; */
     display: grid;

}
.navbottom{
    height: 320px;
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    
}
.infobutton{
    box-sizing: border-box;
    text-decoration: none;
    border: 0px;
    padding: 0px;
    margin: 0 65px 0 0px;
    background-color: transparent;
    cursor: pointer;   
    font-size: 16px;
    font-weight: 400;
    color: white;
    font-family: acumin-pro, sans-serif;
   
    


    


}
#infobox{
    width: 200px;
    position: absolute;
    width: 250px;
    height: 200px;
    background-color: rgb(255, 255, 255);
    left: -320px;
    bottom: 133px;
    border-top: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 1px;
    transition: 0.8s;
    transition-timing-function: ease-out;
    display: flex;
    
    /* z-index: -1; */

}

#infobox p{
    margin-left: 16px;
    font-family: acumin-pro, sans-serif;
}

main{
    background-color: rgb(240, 229, 229);
    /* background-image: linear-gradient(teal, rgb(255, 183, 255)); */
    max-height: calc(100vh - 50px);
    overflow: scroll; 
    height: calc(100vh - 50px);
    box-sizing: border-box;
    margin-bottom: -5px;


}

.maincontent{
    margin: 0 auto 16px auto;
    width: fit-content;
    color: rgb(0, 0, 0);
    max-width: calc(100vw - 10%);
   


}



main::-webkit-scrollbar {
    display: none;
}

img {
    /* width: 70%; */
    /* below - centres image */
    display: block;
    margin: 35px auto 0px auto;
    max-height: calc(100vh - 200px);
    max-width: 100%;
    /* max-width: calc(100vw - 10%); */
    box-sizing: border-box;
  
}

.projecttextbox {
    /* background-color: green; */
    display: block;
    margin: 0px auto 0px auto;
    width: 0;
    min-width: 100%;      
    box-sizing: border-box;
    
}

.imagecaption {
    /* background-color: green; */
    display: block;
    margin: 0px auto 0px auto;
    width: 0;
    min-width: 100%;      
    box-sizing: border-box;
    
}

.imagecaption p{
    color: black;
    font-weight: 100;
    margin-top: 1em ;
    font-family: acumin-pro, sans-serif;
    line-height: 1.2;

    
}


.projecttextbox p{
    color: black;
    font-weight: 100;
    margin-top: 1em ;
    font-family: acumin-pro, sans-serif;
    line-height: 1.2;

}

.projecttextbox p2{
    color: black;
    margin-top: 1em;
    font-family: acumin-pro, sans-serif;
    line-height: 1.2;

}




ul {
    list-style-type: none;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
  }

li a {
    display: block;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0 0 10px;
    
}
li {
    list-style-type: none;
    float: left;
}

.container{
    background-color: rgb(255, 183, 255);
    max-height: calc(100vh - 100px);
  
}



