.staff_member {
  
  padding-bottom: 1em;
  
  border-bottom: 2px dotted #000000;
  
  margin-bottom: 1em;
  
}

.staff_member .person_name {
  
  font-weight: bold;
  
}

.collage {
   
  text-align: center;
  
  padding-bottom: 1em;
  
  border-bottom: 2px dotted #000000;
  
  margin-bottom: 1em;
  
}


.nav_links {

  margin: 2em auto;
  
  text-align: center;

}


.last {

  border-bottom-style: none;

}
