body {
background-color: #ffffe6;
margin: 0;
}

header, footer {
  display: block;
	padding: 5px;
}

header {
	border-radius: 6px 6px 0 0;
}

header span {
	font-size: 2.66em;
	display:block;
}

footer {
	border-radius: 0 0 6px 6px;
  background-color: #adad85;
  text-align:center;
}

footer span {
	display: block;
}

/*menu bar*/
#Menu {
	margin: 0;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
}

#Menu ul {
		list-style-type: none;
  	margin: 0;
  	padding: 8px;
		background-color: #004d00;
		text-align: center;
    overflow: hidden;
}

#Menu li {
	display: inline;
	background-color: #ebd9c6;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	line-height: 50px;
	float: center;
  border-radius: 5px 5px 5px 5px;
	/*border-right: 1px solid #111;*/
	color: black;
}

#Menu li a {
	text-decoration: none;
	padding: 20px 40px;
	color: black;
}

#Menu li a.active {
  background-color: #004d00;
  color: white;
}

#Menu li a:hover:not(.active) {
	background-color: #004d00;
	color: white;
}

#Source {
  list-style-type: none;
  margin: 2px;
  padding: 20px;
  background-color: white;
  text-align: left;
}

#Source ul {
  list-style-type: circle;
  margin: 2px;
  padding: 20px;
  background-color: white;
  text-align: left;
}

#Source li{
	background-color: #oooooo;
	font-family: Arial, sans-serif;

	color: black;
}

#List ul {
  list-style-type: none;
  margin: 2px;
  padding: 20px;
  background-color: white;
  text-align: left;
}

#List li{
	background-color: #oooooo;
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	line-height: 40px;
	color: black;
}

#List li a{
  text-decoration: none;
	padding: 20px 40px;
	color: black;
}

li a {
  color: black;
}


h1, h2, h3 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  margin-top: 15px;
}

h1 {
  padding-left: 10px;
  padding-top: 30px;
  padding-bottom: 40px;
	font-size: 1.75em;
	font-weight: bold;
	margin-top:0;
  text-align: center;
}

h2 {
  padding-left: 15px;
  padding-top: 15px;
	font-size: 1.50em;
	font-weight: bold;
}

h3 {
  padding-left: 15px;
  padding-top: 15px;
	font-size: 1.40em;
	font-weight: normal;
}
#i {
  font-style: italic;
  font-size: 12px;
}

p, ul, ol {
	font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	padding-left: 15px;
}

ul {
  list-style-type: none;
}

#PageContent {
	background: #ffffe6;
	padding: 5px 5px;
	color: #000000;
  margin:auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

img {
  opacity: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  opacity: 1;
  max-width: 100%;
  height: auto;
}

/*class for imgages*/
#a {

  /*display: block;*/
  border: 1px;
  vertical-align: middle;
	padding: 15px;
	float:left;
  width: auto ;
  max-width: 50% ;
  height: auto ;
}

#thumb {
  border: 1px solid #ddd;
  vertical-align: middle;
  style="padding-left: 2px;
  margin-left: 2px;"
  padding: 5px;
  float:left;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: inline-block;
  margin: 25px 20px;
}

#thumb:hover {
  border: 0.1 solid;
	background-color: #004d00;
}

#imgHist {
  vertical-align: middle;
  padding: 5px 25px 5px 5px;
  float:left;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  display: inline-block;
  margin: 25px 20px;
}

#imagewithcaption {
  float:left;
  padding: 5px;
  text-align:center;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 25px 20px;
  font-style: italic;
  font-size: 12px;
}

#imagecaption {
  float:left;
  padding: 5px;
  text-align:center;
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 25px 20px;
  font-style: italic;
  font-size: 12px;
}

#imagewithcaption:hover {
  border: 0.1 solid;
  background-color: #004d00;
}

/*image gallery*/
div.gallery {
  border: 0;
  border-top-color: white;
}

div.gallery:hover {
  border: 0 solid;
  opacity: 0.8;
  filter: alpha(opacity=100);
}

div.gallery img {
  width: 100%;
  height: auto;
  border-radius: 15px 15px 15px 15px;
}

div.desc {
  background-color: white;
  padding: 15px;
  text-align: left;
}

 {
  box-sizing: border-box;
}

.margin{
  margin: 2%;
  margin-top: 25px;
}

/*slideshow*/
.responsive {
  padding: 10px 10px;
  float: left;
  /*width: 24.99999%;*/
  width: 20%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 6px;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  background-position: 100% 0;
  right: -35px !important;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: -35px !important;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  background-color: #ffffcc;
  color: black;
  font-size: 17px;
  padding: 8px 12px;
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
