body 	{ background-color: #FFFFFF;
	}


img	{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
	}


* {
  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:space-between;
	padding: 20;
	flex-wrap: wrap;
}

.header {
	width: 100%;
	
}

.separator {
  width: 100%;
  background-color: #000000;
  height: 1px;
}



.textblock {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10;

}

.thumbnail {
  	display: flex;
  	justify-content:center;
	align-items: center;
	padding: 30;
}




/* Slide show CSS */



/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  max-width: 800px;
  padding: 20;
}

/* 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: 2px;
  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: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #FFFFFF;
  padding: 16px 16px;
  color: black;
  font-family: 'Montserrat', sans-serif;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* ten columns side by side */
.column {
  float: left;
  align= center;
  width: 10%;
  padding: 2;
}

/* 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: 5;
}



/* Mobile Styles */
@media only screen and (max-width: 400px) {


.menu {
	width: 100%;
	display: flex;
  	justify-content:space-around;
	flex-wrap: wrap;
	padding: 10;
}

.title {
	font-family: 'Fredericka the Great', cursive;
	font-size: 14px;
	color: #333333;
	}

.links {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333333;
	display: flex;
  	justify-content: center;
	flex-wrap: wrap;
	}


.copy {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .title {
	font-family: 'Fredericka the Great', cursive;
	font-size: 20px;
	color: #333333;
	}

.links {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333333;
	display: flex;
  	justify-content: flex-end;
	}


.copy {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #333333;
	}

.small {
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }

}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .title {
	font-family: 'Fredericka the Great', cursive;
	font-size: 24px;
	color: #333333;
	}

.links {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #333333;
	display: flex;
  justify-content: flex-end;
	}


.copy {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #333333;
	}

.small {
	font-family: 'Montserrat', sans-serif;
	font-size: 9px;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
}