.headshot {
  position: relative;
  max-width: 100%;
  margin: auto;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
}
.fewords{
  margin-top: -10px;
  font-weight: bold;
}
.xhead{
  margin-top: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid #E1E1E1;
  border-top: 1px solid #222222;
  padding-bottom: .5em;
  padding-top: .5em;
}
.jcont, .educontent{
  width: 75%;
  margin: auto;
}
nav{
  border-top: 1px solid black;
  text-align: center;
}
.navp{
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 0.9em;
}
.navp2{
  font-size: 0.9em;
  margin-top: 0px;
  margin-bottom: 5px;
}
.ehead{
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 7.5px;
  margin-bottom: 10px;
}
.edutop{
  margin-bottom: 2px;
  font-weight: bold;
}
.edumid{
  margin-bottom: 2px;
}
td{
  vertical-align: text-top;
}
.lrow{
  border-bottom: 1px solid #222222;
}
.edxcont{
  display: grid;
  align-items: center;
  margin: auto;
  margin-bottom: 20px;
}
/*
.edx{

}
*/
@media (max-width: 550px){
.jcont{
  width:100%
}
}
