div.container{display:flex}@media screen and (max-width: 800px){div.container{flex-direction:column}}@media screen and (min-width: 800px){div.container{flex-direction:row}}div.sidebar{background-color:#f0f0f0;width:90%;padding:5%;margin:0;display:flex;flex-direction:column}div.sidebar div.headshot{display:flex;flex-direction:row;justify-content:center}@media screen and (max-width: 800px){div.sidebar div.headshot{padding:5vw}}@media screen and (min-width: 800px){div.sidebar div.headshot{padding:0;margin-bottom:2vh}}div.sidebar div.headshot img.head{width:100%;border-radius:50%;border:8px solid white;margin:0;padding:0}div.sidebar div.namebox p.name{font-weight:700;font-size:1.5em;margin:0}div.sidebar div.namebox p.desc{font-size:1em;margin:0}div.sidebar div.links ul{list-style:none;margin:0;padding:0}div.sidebar div.links ul li{margin-top:1vh;margin-bottom:1vh}div.maintext{font-size:1em}@media screen and (max-width: 800px){div.maintext{margin-top:1vh}}@media screen and (min-width: 800px){div.maintext{margin-left:2vw}}div.maintext p{margin:0}
