body{
   /* 
   background-color: #887892;
    background-image: url(assets/heart_lattice_demonicpedigree.png);
    background-size: 100px;
    margin: auto;
    width: 95%;
    padding: 20px;
    */
    font-family: "Caveat Brush", cursive;
    font-weight: 100;
    font-style: normal;
}
h1{
    font-family: Quintessential;
    text-align: center;
    color: indigo;
}
h2{
    font-family: Quintessential;
    text-align: center;
    color: indigo;
}
h3{
    font-family: Quintessential;
    text-align: center;
    color: indigo;
}
ul{
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin: auto;
    list-style-type: none;
}
.quote{
  background-color: aliceblue;
  color: black;
  max-width: 600px;
  border: 2px solid indigo;
  border-radius: 12px;
  padding: 6px;
  margin: 10px auto 10px auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.6);
  text-align: center;
}
a {
  color: indigo;
  text-decoration: none;
}
/* 
  a:hover {
  background-color: lawngreen;
}
*/
.wrapperHeader {
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.header {
  display: block;
  width: auto;
  height: auto;
  padding: 20px 0 20px 0;
}
.header img {
    width: 100%;
    max-width: 100%; /* Limits how wide it can get */
    height: auto;      /* Keeps proportions intact */
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}
.layout {
  display: grid;
  background-color: dodgerblue;
  grid-template-columns: 20% 60% 20%;
  gap: 10px;
  word-wrap: normal;
  place-content: center;
  padding: 20px;
  
}
.LeftSidebar {
  background-color: aliceblue;
  border-radius: 12px;
  padding: 5px;
}
.Content{
  background-color: aliceblue;
  border-radius: 12px;
  padding: 10px;
}
.RightSidebar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: aliceblue;
  border-radius: 12px;
  padding: 5px;
  
}
.NavList{
    display: flex;
    flex-direction: column;
    max-width: 120px;
    margin: auto;
}
.NavButton{
    display: flex;
    flex-direction: row;
    min-height: 32px;
    align-items: center;
}
.NavButton a:hover::before {
    content: url(https://gilenrogue.neocities.org/assets/lenticularopen.gif);
    vertical-align: -5%;
}
.NavButton a:hover::after {
    content: url(https://gilenrogue.neocities.org/assets/lenticularclose.gif);
    vertical-align: -40%;
    padding-left: 2px;
}
.NavLink {
  flex-grow: 1;
  text-align: center;
}
.Avatar{
  display: flex;
  width: auto;
  Height: auto;
  justify-content: center;
  padding: 20px;
}
.Avatar img{
    width: 100%;
    max-width: 250px; /* Limits how wide it can get */
    height: auto;      /* Keeps proportions intact */
    border-radius: 12px;
    object-fit: contain;
    border: 1px solid black;
}
.Bio{
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: auto;
}
.BioEntry{
    display: flex;
    flex-direction: row;
    min-height: 32px;
    justify-content: center;
}
