body {
  font-family: "montserrat";
}

.centerImage{
  margin:auto;
  text-align:center;
  width:75%;
  font-style:italic;
  font-size:smaller;
}

.headshots img {
  width:150px;
  height:150px;
  border-radius: 50%;
  display:block;
  margin:10px;
  float:right;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  object-fit: cover;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
  
}

.spacer {
  margin-top: 30px;
}

.footer{
  padding-top:30px;
}

.seminar{
  text-align: left;
  font-size:14px;
}

.top-text-heading a{
  color:rgba(0, 47, 135, 0.85);
}