.content{
display: flex;
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;
}
.header{
  display: flex;
  width: 60%;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background-image: url(https://www.usafaclasses.org/1960/images/cloudsdk.jpg);
  border: 2px solid navy;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.header img{
  width: 10%;
}
.report-section{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
line-height: 150%;
background-color: white;
border: 5px double #0000CC;
padding-left: 5px;
padding-right: 5px;
}
.menu-box{
  width: 50%;
  background-color: white;
}
.menu-box li{
  list-style: none;
  text-align: center;
  background-color: navy;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
li a{
  color: white;
  font-weight: bold;
}

.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%;
}
.picarray2n{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 70%;
}
.picarray2n img{
  width: 100%;
  padding: 2px;
}

.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%;
}
.video-wrapper{
  width: 100%;
}
.short-line{
  width: 100%;
  text-align: left;
}
.vcent img{
  width: 96%;
}
/*.hcent img{
  padding-top: 10px;
}*/
h1, h2, h3{
  color: blue;
  font-weight: bold;
  text-align: center;
}
.highslide-gallery{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: 0 auto;
}

@media only screen and (max-width: 514px) {

.content,.center-section{
width: 100%;
}
.center-section{
    padding-top:30px;
}
.report-section, .header .highslide-gallery{
  width: 95%;
}
.menu-box{
  width: 80%;
}
.picarray2, .picarray2n,  .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: 1fr;
  grid-gap 10px;
}
.two-col div{
  width: 100%;
}
.two-col img{
  width: 100%;
}

.video-wrapper{
  width: 100%;
}
img{
  width: 100%;
}
.image-med, .image-port, .image-lrg, .image-full{
  width: 100%;
}
.image-sml, .image-thm{
  width: 50%;
}
}
