body 	{ background-color: #FFFFFF;
	}


.rel 	{
	position: relative;
	top: 30px;
	}


img	{
    max-width: 100%;
    height: auto;
	padding: 5;
	}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  align-items: center; 
}

.page {
  display: flex;
  flex-wrap: wrap;
}

.section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10;
}

.header {
	width: 100%;
  	padding: 10;
}

.separator {
  width: 100%;
  background-color: #FFFFFF;
  height: 1px;
}

.content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.textblock {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10;

}

.thumbnail {
  	display: flex;
  	justify-content:space-between;
	align-items: center;
	padding: 10;
}

/* Slide show CSS */



/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  max-width: 800px;
  padding: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* 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: 5px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 0px 0px 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: #000000;
  font-size: 12px;
  padding: 5px 5px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #FFFFFF;
  padding: 5px 5px;
  color: black;
  font-family: Arial;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* eight columns side by side */
.column {
  float: left;
  align= center;
  width: 12.5%;
  padding: 5;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2;
}




/* Desktop Styles */
@media only screen and (min-width: 961px) {

.title {
	letter-spacing: 1.5em;
	font-family: Arial;
	font-size: 15pt;
	color: #000000;
	}


.links {
	letter-spacing: .2em;
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	}


.copy {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	}

.statement {
	font-family: Arial;
	font-size: 10pt;
	line-height: 36pt;
	color: #000000;
	}

.small {
	font-family: Arial;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }
}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
.title {
	letter-spacing: .5em;
	font-family: Arial;
	font-size: 15pt;
	color: #000000;
	}


.links {
	letter-spacing: .2em;
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	}


.copy {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	}

.small {
	font-family: Arial;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }
}

/* Mobile Styles */
@media only screen and (max-width: 400px) {


.title {
	font-family: Arial;
	font-size: 15pt;
	color: #000000;
	}


.links {
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
	}


.copy {
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	}

.small {
	font-family: Arial;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
	}

a:link   { color: #000000; 
	text-decoration: none; 
	}

a:visited  { color: #000000; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #000000; 
	text-decoration: none;
	 }

}
