html {
    max-width:1920px;
    margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
  font-family: Calibri, sans-serif;
}
body {
}
.top {
    width:100%;
    display: table;
}
.top-title{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 30px 30px 6px 30px;
}
.menu {
    clear:both;
    margin: 0 auto;
    //max-width: 800px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
//    align-items: center;
    align-content: space-between;
    background-color:#0091B4;
}
.menu a{
    display: block;
    text-decoration:none;
    color: black;
    padding:20px 50px;
    flex: 0 1 auto;
    font-weight: bold;
    font-size: 24px;
    background-color:#0091B4;
}
.menu a:hover, a:hover{
    background-color:#B1E0EA;
}
.text{
    clear:both;
    padding: 20px 0;
    display:flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-between;
}
.text p {
    flex: 0 1 auto;
    font-size: larger;
    line-height:2;
    text-align: justify;
    max-width:600px;
    padding: 20px;
/*    margin: 20px;*/
}
.text img {
    flex: 0 1 auto;
    opacity: 1;
    max-width: 600px;
    height: 100%;
    width: 100%;
}
.text  div {
    padding: 20px 20px;
    margin: 20px;
}
.border {
/*   border: 1px solid black;*/
}
.white {
    background: white;
}
.blue{
    background-color:#B1E0EA;
}
.ph400{
    min-height: 400px;
}
.cover {
    max-width: 350px !important;
}
.pdfjs {
    flex: 1 1 auto;
    height: 600px;
    max-width: 800px;
    padding: 20px;
}
.link{
    text-align: center;
    text-decoration:none;
    color: black;
    flex: 0 1 auto;
    font-weight: bold;
    font-size: 24px;
    background-color:#099CBB;
    padding: 20px;
    margin: 20px;
}
.navilink{
    text-decoration:none;
    color:black;
    font-size:24px;
    position:relative;
    bottom:-40px;
    left:40px;
}
.divcenter {
    text-align: center;
    padding: 20px;
    margin: 20px;
    flex: 0 1 auto;
}
.more1 {
/*   display:none;*/
}