/* CSS Document */

body {
    margin: 0;
    padding: 0;
}
.banner {
    width: 100%;
}
#headerdiv{
   position:absolute;
	top: 4px;
	width: 100%;
	height: 10px;
	text-align: center;
}

#content{
  margin-left: auto;
  margin-right: auto;
}
h1 {
   font-size: 130%;
	color: #FFD700;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2{
	font-size: 110%;
	color: Black;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
h3{
	font-size: 110%;
	color: Red;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.plaintext {
  font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #010000;
	margin-left: auto;
	margin-right:auto;
  max-width: 85%;
  text-align: justify;
}
p.center{
   font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #010000;
	margin-left: auto;
	margin-right:auto;
  max-width: 90%;
  text-align: center;
}

.maptext{
   font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	color: #010000;
	margin-left: auto;
	margin-right:auto;
  max-width: 60%;
  text-align: justify;
}
.center {text-align: center}

p.column {
	font-size: 130%;
	font-family: Verdana;
}

#top
{
	padding: 0em;
	background-color: transparent;
	border-bottom: 0;
}

div.table {
	margin-left: 20%;
	margin-right: 20%;
}
a:link {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: Yellow;
	font-weight: bold;
	background-color: Olive;
	text-decoration: underline;
}
a:active {
	color: orange;
	font-weight: bold;
	text-decoration: none;
}
#navcontainer{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
ul#navlist
{
	white-space: normal;
	margin-left: auto;
  margin-right: auto;
  border: thin Gray;
	}

#navlist li
{
	display: grid;
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	text-align: center;
}

#navlist a { padding: 2px 10px; }

#navlist a:link, #navlist a:visited
{  color: Green;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 120%;
	border: 1px solid #DCDCDC;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #228B22;
	text-decoration: none;
	font-size: 120%;
}
#navlist a.active
{
	color: #FF8C00;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

/* 2 col GRID */
.grid {
 display: grid;
 align-items: center;
 grid-template-columns: repeat(auto-fit, 1fr);
 max-width: 380px;
 margin-left: auto;
 margin-right: auto;
 font-family: Verdana;
 font-size: 100%;
 }

.grid > span {
 max-width: 380px;
 text-align: left;
 padding: 4px 8px;
}

/* RESPONSIVE IMAGE GRID */
.flex-container {
  display: flex;
  height: 300px;
  justify-content: center;
  align-items: center;
}
#rowflex {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.slideshow{
margin: auto;
max-width: 1000px;
min-width: 250px;
position: relative;
}

/* SLIDESHOW */

* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;  
}

.mySlides img {
width: 100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* 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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 1;
}

.active,
.demo:hover {
  opacity: 1;
}

@media (min-width: 770px) {
  /* Rules for laptops, small desktop screens and bigger viewports */

  h1 {
  	font-size: 210%;
  	color: #FFD700;
  	font-weight: bold;
  	text-align: center;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  }
  h2{
  	font-size: 110%;
  	color: Black;
  	font-weight: bold;
  	text-align: left;
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	margin-left: auto;
  	margin-right: auto;
  	width: 60%;
  }
  .plaintext {
    font-size: 100%;
  	font-family: Arial, Helvetica, sans-serif;
  	color: #010000;
  	margin-left: auto;
  	margin-right:auto;
    max-width: 60%;
    text-align: justify;
  }
  #navcontainer{
    display: inline;
    margin-left: auto;
    margin-right: auto;
    width:70%;
    text-align: center;
  }
   ul#navlist
  {
  	white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
  }

  #navlist li
  {
  	display: inline;
  	list-style-type: none;
  	margin-left: auto;
    margin-right: auto;
  }

  #navlist a { padding: 5px 10px; }

  #navlist a:link, #navlist a:visited
{  color: Green;
	background-color: #FFF8DC;
	text-decoration: none;
	font-size: 120%;
}

#navlist a:hover
{
	color: #FF8C00;
	background-color: #228B22;
	text-decoration: none;
	font-size: 120%;
}
#navlist a.active
{
	color: #FF8C00;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

.grid {
display: grid;
align-items: center;
grid-template-columns: repeat(2, 1fr);
max-width: 900px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

.grid > span {
  max-width: 390px;
  text-align: left;
padding: 8px 4px;
}
}
