.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;
border: 5px double #0000CC;
background-image: url("../images/Cloudsdk.jpg");
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%;
}
.message-section{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
line-height: 150%;
background-color: white;
border: 5px double #0000CC;
}
.message-section ul ul{
  margin-left: 2em;
  margin-top: 1em'
}
.picarray2,{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 80%;
}
.picarray2 img{
  width: 50%;
  padding: 2px;
  text-align: center;
  font-size: 11pt;
  line-height: 100%;
}

.picarray2s{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 25%;
}

/*Test Styles*/
.one-col{
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  border: 2px double blue;
}
.two-col{
  display: grid;
  grid-template-columns: 20% 80%;
  justify-content: center;
  align-items: flex-start;
  grid-column-gap: 0;
  width: 100%;
/*  border: 2px double blue;*/
}
.two-col div{
  width: 100%;
  height: 100%;
  border: 2px solid black;
}
.vcent img{
  width: 96%;
}
.hcent img{
  padding-top: 10px;
}


@media only screen and (max-width: 514px) {

.content,.center-section, .headerbox{
width: 100%;
}
.message-section{
  width: 100%;
}
.message-grid, .two-col{
  grid-template-columns: 100%;
}
.message-grid img{
  width: 50%;
}
/*.photo-duo{
  width: 100%;
}*/
.picarray2, .picarray2s{
 flex-direction: column;
 margin: 0;
 width: 100%;
}
.picarray2 img{
  width: 100%;
}

.image-med, .image-port, .image-lrg, .image-full{
  width: 100%;
}
.image-sml, .image-thm{
  width: 50%;
}
}
