#content {
	margin-left:auto;
	margin-right:auto;
	width:98%;
	background:white;
	padding:2px;
	padding-top:10px;
	}





figure {
	float:left;text-align:center;margin:5px;
	}
	figcaption {
	text-align:center;padding-top:5px;
	font-weight:400;
	}

.thumlist {
	margin-left:10px;
	}

ul {
  margin: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  margin-left: 0px;
}

ol {
  margin: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
  margin-left: 0px;
}

table {
padding-left: 5px;
padding-right: 5px;
}

p {
  margin-top: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
.link {
  margin-top: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}
 
a:link {color:#330099;text-decoration:none;}      /* unvisited link */
a:visited {color:#3333FF;text-decoration:none;}  /* visited link */
a:hover {color:#006600;text-decoration:none;}  /* mouse over link */
a:active {color:#0000FF;text-decoration:none;}  /* selected link */ 

 



.clearFix {
  clear: both;
}



#print-header   {
	display:none;

	}
	


#headerContainer,  #header, #leftMenu
	{display: none;
	}





	
body {
	font-size: 11px;
	padding:0px;
	background:white;
	}
	
#main {
	border:0px;
	width:100%;
	margin:0;
	padding:0;
	background:white;
	}
	


nav {display: none;
	}
	
#summary {display:none;
		}
		
#mainpicdiv {float:left;
	width:98%;
	margin-bottom:10px;	
	}
	
#mainpic {width:95%;
	border:2px solid black;
		}
	
#springname{font-size:2em;
	text-align:center;
	font-weight:bold;
	margin-top:25px;
		}	
		
#county{font-size:1.2em;
	text-align:center;
	font-weight:bold;
	margin-top:3px;
		}
		

	
#mobile-header {
display:block;
width:100%;
font-size:1em;
text-align:center;
background:red;
}

.desktop {display:none;}

.mobile {display:block;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;

	margin-top:10px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 94%;
	height: 94%;
}

.hthum {width:45%;margin:1px;}

.gallery {width: 94%;margin-left:auto;margin-right:auto;padding-left:2%;}


#footer {
	background:blue;
	color:white;
	width:100%;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	margin-left:auto;
	margin-right:auto;
	}
	
.textmenu {display:none;
	}

	
.nav-button { display: none; } /* hide the navigation button by default */



	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	body { padding-top: 50px; } 

	.primary-nav {
		width: 100%;
		float: none;
		background-color: blue; /* change the menu color */
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
		color: white;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 100%;
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}








