html {
	font-size: 100%;
}

body {
	font-family: ‘Helvetica Neue, Arial, Helvetica, Geneva, sans-serif’;
	background-image: linear-gradient(to bottom right, #71f3e9 4.6%, #2dd6f5 11.5%, #2ab7ff 18.1%, #036dda 27.8%, #114edb 90%);
	

	
	background-position: center;
	background-size: cover;
	text-decoration: none;
	text-align: left;
	
	font-variant: normal;
	
}

.site-header-top {
	max-width: auto;
}


}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
}

.site-container {
	max-width: 960px;
	height:  auto;
	margin: 0 auto;
	background-color: white;
	
}

.site-content {
	
	background-image: linear-gradient(to bottom right, #71f3e9 15%, #2dd6f5, #2ab7ff, #036dda, #021e5f 90%);
	
}

.site-footer {
	background-color: #ffffff;
}

nav {
	text-decoration: none;
	font-variant: small-caps;
	
}

Form {
	align-items: right;
}

.site-content,
.site-footer {
	width: 100%;
	overflow: hidden;

}

.site-navigation .site-nav-menu {
	padding-left: 0;
}

.site-container .site-navigation .site-nav-menu li {
	display: block;
	width: 100%;
	/*font-size: 36px;*/
}

.site-footer-col {
	background-color: ;
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
	position: relative;
	display: inline-block;
	
	
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
	display: none;
	background-color: white;
width: 200px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
	border-style: none;
	opacity: 0.95;
}


/* Links inside the dropdown */

.dropdown-content li {
	color: black;
	padding: 12px 16px;
	display: block;
	width: 100%;
	
	font-variant: small-caps;
	text-decoration: none;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
	background-color: yellow;
}



/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {
	display: block;
}


/* Change the background color of the dropdown button when the dropdown content is shown */

.dropdown:hover .dropbtn {
	background-color: yellow;
}

* {
	box-sizing: border-box
}


/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}


/* Hide the images by default */

.mySlides {
	display: none;
	font-variant: small-caps;
	
}


/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	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);
}


/* Caption text */

.text {
	color: black;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
	
	background-image: linear-gradient(to bottom right, #f9e9c3 16.9%, #f5c72b 38.1%, #ffa52a 64.3%, #f99938 83.7%, #f7846b 97%);
	opacity: 0.85;
}


/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

a:hover {
  
  background-color: yellow;
 
}


/* unvisited link */
a:link {
  color: #8350e0;
}

/* visited link light purple*/
a:visited {
  color: #04085b;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: black;
  text-decoration: none;
  font-variant: small-caps;
  
}

/* logo center text */
.logo-center {
  position: absolute;
  bottom: 8px;
  
  
  color: #black;
  	font-size: 15px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 8px;
  	width: 100%;
  	text-align: center;
  	background-image: linear-gradient(to bottom right, #c4f9f5 16.9%, #2dd6f5 38.1%, #2ab7ff 64.3%, #3897f9 83.3%, #6d97f7 97%);
  	opacity: 0.85;
  }

/* Bottom center text */
.bottom-center {
  position: absolute;
  bottom: 8px;
  
  
  color: black;
  	font-size: 15px;
  	padding: 8px 12px;
  	position: absolute;
  	bottom: 8px;
  	width: 100%;
  	text-align: center;
  	background-image: linear-gradient(to bottom right, #c4f9f5 16.9%, #2dd6f5 38.1%, #2ab7ff 64.3%, #3897f9 83.3%, #6d97f7 97%);
  	opacity: 0.85;
  }
  
  .address {
    text-indent: 15%;
  }


/* The dots/bullets/indicators */

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active,
.dot:hover {
	background-color: #717171;
}

.img-links .img-col {
	width: 100%;
	float: left;
}

img {
	max-width: 100%;
}

.img-links .img-col img {
	width: 100%;
}

.site-story .story-col {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding: 20px;
}

.site-footer-col {
	width: 100%;
	float: left;
	padding: 15px;
	font-size: 36px;
	
}

.story-img img {
	width: 100%;
}

Table {
	color: #717171;
	font-variant: normal;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border-style: double;
	border-width: 2px;
	text-align: center;
}



th {
  
  background-color: white;
  color: 717171;
  

  
}

.site-footer-col input,
.site-footer-col textarea {
	font-size: 36px;
}

@media only screen and (min-width: 1024px) {
	.story-img img {
		width: auto;
	}
	.site-container .site-navigation .site-nav-menu li {
		font-size: 1em;
	}
	.site-container .site-navigation .site-nav-menu li {
		display: inline-block;
		width: auto;
	}
	.dropdown-content {
		position: absolute;
		min-width: 160px;
		z-index: 1;
	}
	.img-links .img-col img {
		width: auto;
	}
	.site-footer-col {
		width: 320px;
		min-height: 200px;
		font-size: 16px;
		
	}
	.site-footer-col input,
	.site-footer-col textarea {
		font-size: 16px;
	}
	.site-story .story-col .story-content {
		
		padding-right: 20px;
		
	}
	.site-story .story-col {
		width: 50%;
	}
	.img-links .img-col {
		width: 320px;
		border-right: 1px solid transparent;
		height: 200px;
		margin-bottom: 20px;
	}
	.img-links .img-col:last-child {
		border: none;
	}
}
