
        .wrapper{
            width: 1200px;
            margin: 0 auto;
        }
body {
  background-color: black;
     }
	 
.header {
padding: 10px 10px 10px 10px;
max-width: 100%
}


.mainpage {
padding: 10px;
margin: 10px;
border: 2px;
background-color: white;
border-radius: 30px;
font-size: 18px;
color: navy;
text-align: justify;
}

.mainpage_black {
padding: 20px;
margin: 10px;
border: 2px;
background-color: black;
border-radius: 30px;
font-size: 18px;
color: #ffe596;
text-align: justify;
}
 
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}

.centerB {
	margin-left: auto;
	margin-right: auto;
}

div {
    font-family: 'Open Sans', sans-serif;
	}	

div.container {
text-align: center;
margin: auto;
width: 45%;
}	
		
h2 {text-align: center;
     color: white;
	 font-size: 18px;

}		

h4 {
     color: white;
     font-size: 18px;
     background-color: #143970;
     text-decoration: none;
     padding: 4px;

}		
		
	    table tr td{
            padding-left: 8px;
			padding-right: 6px;
			border: 0px solid;
			font-size: 12px;
			height: 35px;
        }
		
		
		
		table {
			margin-left: 20px;
				}
		
		table th {
			padding-left: 10px;
			font-size: 12px;
		}
		
        table tr td:last-child{
            width: 90px;
        }
		
		img {
			width: auto;
			height: 100px;
		}
		
		tr {
			height: 100px;
		}
		
    


div.gallery {
  border: 1px solid #ccc;
  padding-top: 10px; 
  margin-bottom: 10px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: auto;
  height: 120px;
}

div.desc {
  padding: 5px;
  text-align: center;
  font-size: 8pt;
  color: white;

}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 5px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 32.999999%;

  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 49.99999%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


ul.topnav {
  list-style-type: none;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;    /* bg col of nav bar */

  border-radius: 0px;
    border: 0px ; #666
}

ul.topnav li {
display: inline;

}

ul.topnav li a {
  display: inline-block;
  color: #eee;    /* text color on the nav bar */
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul.topnav li a:hover:not(.active) {background-color: #143970;}  /* color of the mouse hover block */

ul.topnav li a.active {background-color: #143970; color: #ffe596;}     /*  color of the active block */

ul.topnav li.right {float: right;}

@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}
