.content{
display: flex;
width: 90%;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: transparent;
}

.center-section{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 90%;
min-width: 260px;
background-color: #e6f2ff;
}
.story-section{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
line-height: 150%;
background-color: white;
border: 5px double #0000CC;
}

.story-section ul ul{
  margin-left: 2em;
  margin-top: 1em'
}
.picarray2{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.picarray2 div{
  width: 50%;
  padding: 2px;
  text-align: center;
  font-size: 11pt;
  line-height: 100%;
}
.picarray2 a{
  width: 50%;
  padding: 2px;
  text-align: center;
  font-size: 11pt;
  line-height: 100%;
}
.picarray2 img{
  width: 100%;
}
.picarray3{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 90%;
}
.picarray3 div{
  width: 33%;
  padding: 2px;
  text-align: center;
  font-size: 10pt;
  line-height: 100%;
}
.picarray3 a{
  width: 33%;
  padding: 2px;
  text-align: center;
  font-size: 10pt;
  line-height: 100%;
}
.picarray3 img{
  width: 100%;
}
.two-col{
  display: grid;
  grid-template-columns: 40% 60%;
  justify-content: center;
  align-items: center;
  grid-column-gap: 0;
  width: 80%;
}
.two-col div{
  width: 100%;
  height: 100%;
}

.short-line{
  width: 100%;
  text-align: left;Bill
}
.vcent img{
  width: 96%;
}
.hcent img{
  padding-top: 10px;
}

  p{
    color: #006600;
    font-weight: bold;
  }
@media only screen and (max-width: 514px) {

.content,.center-section, .headerbox{
width: 100%;
}
.story-section{
  width: 100%;
}
.picarray2, .picarray3{
 flex-direction: column;
 margin: 0;
 width: 100%;
}
.picarray2 img, .picarray3 img{
  width: 100%;
}
.picarray2 div, .picarray3 div{
  width: 100%;
}
.picarray2 a, .picarray3 a{
  width: 100%;
}
.two-col{
  grid-template-columns: 100%;
}
.two-col div{
  width: 100%;
}
.two-col img{
  width: 70%;
}

.video-wrapper{
  width: 100%;
}
img{
  width: 100%;
}
.image-med, .image-port, .image-lrg, .image-full{
  width: 100%;
}
.image-sml, .image-thm{
  width: 50%;
}
}
