body{
    background-color:#8FA4BF
}
#silverhelmet{
    width:100px;


}
#container{
    display:flex;
    flex-direction: column;
    
}
#bio {
    background-color: #23b832;
}
#nameheader{

    display:flex;
    
    
}
#title{
    font-size:60pt;
    font-family: "Daft Font";
    color :#8FA4BF;
    margin-top:10px;
    filter: saturate(1.5);
    filter:contrast(1.5);
    text-shadow: #1d345e 2px 2px 4px;
    margin-left:auto;
    margin-right:auto;
}
#logo{
    position : relative;

}
ul{
    list-style-type: none;
    padding: 0;
    border-radius: 6px;
}
li{
    font-size : 14pt;
    font-family : "libre caslon text", serif;
    text-decoration : none;
    text-align: left;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:6px;
    text-align: center;

}
.header{

    display: flex;
  
    width: 100%;
    
    justify-content: space-evenly;

    margin-top:30px;
    margin-bottom:60px;

}
.link{
    color: #ffffff;
    font-size: 20pt;
    font-family : "Daft Font";
    text-decoration: none;
}
#content{
    display:flex;
    flex-direction: row;
    
}
#sidenav{
    width:200px;
}
#biopic{
    width:175px;
    max-height: min-content;
    margin-left:20px;
    margin-top:20px;
    float:left;
    margin-right:20px;

    
    
}
#maincontent{
    
    background-color: #DCE6F1;
    width: 100%;
   
    

    

}
#pagetitle{
    font-size: 40pt;
    color:black;
    
    font-family: "Libre Caslon Text", serif;
  
    font-weight:700;
    font-style: normal;
text-align: center;    
   

}
#intro{
    font-size: 14pt;
    font-family: "Libre Caslon Text", serif;
    font-weight: 600;
    font-style: normal;
    padding-left: 20px;

}
p{
    margin:20px;
}
h2{
    font-size: 20pt;
    font-family: "Libre Caslon Text", serif;
    font-weight: 700;
    font-style: normal;
    text-align: left;
    margin-left:20px;
    background-color:#8FA4BF;
   
}

