.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: transparent;
background-image: url("../../images/Cloudsdk.jpg");
}
.header{
width: 90%;
margin: 0 auto;
}

.headerbox{
display: flex;
flex: column;
width: 4%;
min-width: 215px;
justify-content: center;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
margin: auto;
margin-top: 20px;
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: 90%;
}
/*grid for page submenu*/
  .menu-section{
   display: grid;
   width: 80%;
/*   position: relative;
   top: 0;
   left: 0;*/
   justify-content: flex-start;
   align-items: center;
   grid-template-columns: 1fr 1fr;
   grid-column-gap: 10px;
   grid-auto-flow: column;
 }
/*   grid-template-rows: repeat(8 , auto);
   grid-column-gap: 1em;
   grid-row-gap:1em;
 }*/
 .menu-section > a{
/*   grid-auto-flow: column;*/
   text-align: left;
   margin-left: 1em;
   margin-right: 1em;
   list-style: none;
 }
.news-section{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
line-height: 150%;
background-color: white;
border: 5px double #0000CC;
}

li{
  margin-left: 2em;
}
.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 img{
  width: 100%;
}

/*.picarray2n{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 55%;
  max-width: 900px;
  min-width: 220px;
}
.picarray2n img.port{
  display: flex;
  flex: 1 1 31%;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 2px;
}
.picarray2n img.land{
  display: flex;
  flex: 1 1 69%;
  justify-content: center;
  align-items: center;
  min-width: 215px;
}
/*.picarray3{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  border: 0;
}

.picarray3 div{
  width: 33%;
  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%;
}
.marg-bot{
  margin-bottom: 25px;
}
 @media only screen and (max-width: 514px) {

.content,.center-section{
 width: 100%;
 }
 .news-section{
   width: 100%;
 }
 .news-section div{
   width: 100%;
 }
 .news-section img, .picarray2 img, .picarray3 img{
   width: 100%;
 }
 .menu-section{
   grid-template-columns: 1fr;
 }

 .picarray2, .picarray2n, .picarray3{
  flex-direction: column;
  width: 100%;
}
.picarray2 div, .picarray2n div, .picarray3 div{
  width: 100%;
}
.picarray2 a,
.picarray3 a{
  width: 100%;
}

}
