.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;
/*margin: 0 auto;*/
background-color: #e6f2ff;
}
.header{
width: 90%;
margin: 0 auto;
}

.headerbox{
display: flex;
flex-direction: : column;
width: 80%;
min-width: 215px;
justify-content: center;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 5px;
Padding-right: 5px;
margin: auto;
margin-top: 20px;
background-image: url("../images/Cloudsdk.jpg");
border: 5px double #0000CC;
font-weight: bold;
text-align: center;
}
.headerbox-center{
width: 100%;
margin: 0 auto;
font-size: 16px;
color: black;
text-align: center;
font-weight: bold;
}
.headerbox-center > img{
width: 20%;
}
.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%;
}
.short-line{
  width: 100%;
  text-align: left;Bill
}
.vcent img{
  width: 96%;
}
.hcent img{
  padding-top: 10px;
}


@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%;
}
img{
  width: 100%;
}
.image-med, .image-port, .image-lrg, .image-full{
  width: 100%;
}
.image-sml, .image-thm{
  width: 50%;
}
}
