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;
}

.letterhead {
  height: fit-content;
  max-height: 200px;
  min-height: 20px;
  display: flex;
  max-width: 100%;
  flex-direction: row;
}

.letterhead-child {
  min-height: 0px;
  min-width: 0px;
}

.pill-nav {
  display: flex;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
  justify-content: center;
  flex-flow: row wrap;
}

.pill-nav-item {
  min-width: fit-content;
  flex: 1 0 auto;
  height: 20px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  color: black;
  text-align: center;
  align-items: center;
  
  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;
}

.article-body {
  display: flow-root;
  position: relative;
}

.left-images {
  width: %;
  float: left;
  clear: left;
  margin-right: 16px;
}

.right-images {
  width: 10%;
  float: right;
  clear: right;
  margin-left: 16px;
}

.images {
  width: 100%;
  box-sizing: border-box;
}

.image-container {
  margin-top: 16px;
  margin-bottom: 0px;
  border: 1px solid #000;
}

.image {
  display: static;
  max-width: 100%;
  height: auto;
}

.image-caption {
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  margin-right: 4px;
  overflow-wrap: break-word;
  font-style: italic;
  text-align: center;
}

.width-clamp {
  margin: 0 auto;
  max-width: 70em;
}

.left {
  float: left;
  clear: left;
  margin-right: 10px;
}

.right {
  float: right;
  clear: right;
  margin-left: 10px;
}

.clearfix {
  display: block;
  clear: both;
}
