body {
  background-color: rgb(225, 173, 1);
  color: rgb(0, 0, 0);
  font-family: 'Georgia', serif, 'Roboto', 'Roboto', serif;
}
  .button1 {
  display: inline-block;
  padding: 0;
  background: none;  
  height: auto;
  width: 10%;
}
  .button1:active {
  transform: translateY(4px);
  }

  .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 10%;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.pagebody div {
  background-color: white; 
  display: block;
  margin: auto;
  width: 90%;
}

 div.a {
  text-align: center;
}

div.b {
  text-align: left;
}

div.c {
  text-align: right;
}

div.d {
  text-align: justify;
}

.pill-nav a {
  display: inline-flex;
  justify-content: center;
  width: 8.5%;
  height: 10px;
  color: black;
  text-align: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  font-family: 'Georgia', serif;
  font-size: 17px;
  border-radius: 5px;
  border: 2px solid rgb(0, 73, 6);
}

@media screen and (max-width: 600px) {
  .pill-nav a {
    display: inline-block;    
    justify-content: center;
    padding: 7px;
    width: 20%;
    font-size: 17px;
    height: 24px;
      
  }
  .imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
}
.pill-nav a:hover {
  background-color: #ddd;
  color: black;
}
.headshots {
float: right; 
margin-left: 15px; 
width: 20%; 
height: 20%; 
padding: 5px;
}
@media screen and (max-width: 600px) {
.headshots {
float: right; 
margin-left: 15px; 
width: 40; 
height: 40%; 
padding: 5px;}

}
.pill-nav a.active {
  background-color: rgb(225, 173, 1);
  color: white;
}
