
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  margin-top: -10px;
}

/* Hide the images by default */
.mySlides {
	display: none; 
  /* 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: 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: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


body
{
  background-color: #900;
}

h1
{
  color: #F0F;
}

h2
{
	color: #FFF;
	text-shadow: 2px 2px 5px #000000;
	margin:auto;
	margin-top: -15px;
	margin-bottom: 10px;
}

p
{
  color: #FFF;
}

.test
{
	 color: green;
	 background-color: lightgrey;
	 text-align: center;
	 vertical-align: top;
	 text-shadow: 2px 2px 5px red;
	 font-family: "Times New Roman", Times, serif; 
	 font-weight: bold; /* normal*/
/*	 font-size: 10vw; /* 40px/16=2.5em */
	 font-size: 2.5em; /* 40px/16=2.5em */
}


.impact
{
 	font-family: Impact, Charcoal, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 40px;
	text-shadow: 2px 2px 5px black;
	font-size: 3em; /* 40px/16=2.5em */
}

.address 
{
	font-family: "Times New Roman", Times, serif;
 	color: #fff5cc;
	font-weight: bold; /* normal*/
	font-size: 2em; /* 40px/16=2.5em */
	/*background-color: lightgrey;*/
	text-align: center;
	vertical-align: top;
	text-shadow: 2px 2px 5px Crimson;
}

.mediums   
{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: normal; /* bold*/
	font-size: 1.5em; /* 40px/16=2.5em */
	background-color: black;
	text-align: center;
	/*vertical-align: top;*/
	text-shadow: 2px 2px 5px red;

}

.line   
{
  font-family: Arial, Helvetica, sans-serif;
  	 color: #fff;
	 font-weight: normal; /* bold*/
	 font-size: 2.5em; /* 40px/16=2.5em */
	 background-color: #5E0002;
	 text-align: center;
	 margin-top: -24px;
	 /*vertical-align: top;
	 /*text-shadow: 2px 2px 5px red;*/

}


.list   
{
  font-family: Arial, Helvetica, sans-serif;
  	 color: #fff5cc;
	 font-weight: normal; /* bold*/
	 font-size: 1.0em; /* 40px/16=2.5em */
	 background-color: Maroon;
	 text-align: center;
	 vertical-align: top;
	 /*text-shadow: 2px 2px 5px red;*/

}

.monospace {
  font-family: "Lucida Console", Courier, monospace;
}

.tcenter
{
	margin-left: auto;
	margin-right: auto;
	margin-top: -23px;
	font-family: Arial, Helvetica, sans-serif;
	color: Gainsboro;
	font-weight: bold;
	font-size: 1em;
	
}

.center
{
	text-align:center;
	display:block;
	margin:auto;
	margin-top: -40px;
	margin-bottom: -20px;
}

.centeresize
{
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 50%;
}

.margins
{
  margin-top: -60px;
  margin-bottom: 0px;
  margin-right: 150px;
  margin-left: 100px;
}

.tblmargins
{
	display:block;
	margin:auto;
 	margin-top: -40px;
	margin-bottom: 20px;
	/*margin-right: 150px;*/
	/*margin-left: 300px;*/
}*/