*,:after,:before{ box-sizing: border-box; }

:root {
  --doc-width: 800px;
  --word-size: 20px;
}

html {
  background-color: #f8f8f8;;
  font-size: var(--word-size)
}

body {
  line-height: 1.4;
  padding: 1rem;
  margin: 0 auto;
  max-width: var(--doc-width);
}

li:not(:last-child) {
    margin-bottom: .5em;
}

ul {
  list-style: none;
}

.headshot{
  margin-top: 15px;
  max-width: 200px;
  width : 80%; 
  height : auto;
}

.bio {
  text-align: justify; 
  text-justify: inter-word;
}

.listheader{
  margin-bottom: -15px;
}



