body 	{ background-color: #FFFFFF;
	}


img	{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
	}

.section {
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: right;
}



.thumbnail {
  width: 100%;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  align-items: right;
  padding: 5px;
}


/* Slide show CSS */



/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  max-width: 850px;
  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: 'Arsenal', sans-serif;
}

.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: 5;
}



/* Mobile Styles */
@media only screen and (max-width: 400px) {


.title {
	font-family: 'Arsenal', sans-serif;
	font-size: 12px;
	color: #8f8b8b;
	}

.links {
	font-family: 'Arsenal', sans-serif;
	font-size: 10px;
	color: #8f8b8b;
	}


.copy {
	font-family: 'Arsenal', sans-serif;
	font-size: 12px;
	color: #8f8b8b;
	}

.small {
	font-family: 'Arsenal', sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #8f8b8b;
	}

a:link   { color: #8f8b8b; 
	text-decoration: none; 
	}

a:visited  { color: #8f8b8b; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #8f8b8b; 
	text-decoration: none;
	 }

}


/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  .title {
	font-family: 'Arsenal', sans-serif;
	font-size: 14px;
	color: #8f8b8b;
	}

.links {
	font-family: 'Arsenal', sans-serif;
	font-size: 11px;
	color: #8f8b8b;
	}


.copy {
	font-family: 'Arsenal', sans-serif;
	font-size: 11px;
	color: #8f8b8b;
	}

.small {
	font-family: 'Arsenal', sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #8f8b8b;
	}

a:link   { color: #8f8b8b; 
	text-decoration: none; 
	}

a:visited  { color: #8f8b8b; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #8f8b8b; 
	text-decoration: none;
	 }

}


/* Desktop Styles */
@media only screen and (min-width: 961px) {
  .title {
	font-family: 'Arsenal', sans-serif;
	font-size: 22px;
	color: #8f8b8b;
	}

.links {
	font-family: 'Arsenal', sans-serif;
	font-size: 16px;
	color: #8f8b8b;
	}


.copy {
	font-family: 'Arsenal', sans-serif;
	font-size: 14px;
	color: #8f8b8b;
	}

.small {
	font-family: 'Arsenal', sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #8f8b8b;
	}

a:link   { color: #8f8b8b; 
	text-decoration: none; 
	}

a:visited  { color: #8f8b8b; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #8f8b8b; 
	text-decoration: none;
	 }
}