@charset "utf-8";
/* CSS Document */


a:link{
	text-decoration: none;
	color: rgba(30, 30, 30,1.00);
}


a:visited{
	text-decoration: none;
	color: rgba(30, 30, 30,1.00);
}


a:hover{
	text-decoration: none;
	color: rgba(30, 30, 30,1.00);
}


a:visited{
	text-decoration: none;
	color: rgba(30, 30, 30,1.00);
}


h1{
	margin: 0px;
	padding: 0px;
	color: rgba(192,192,192,1.00);
	font-family: 'Labrada', sans-serif;
	font-size: 40px;
	text-align: center;
}


h2{
	font-family: 'Cantata One', sans-serif;
	font-size: 24px;
	margin: 3px auto;
	padding: 0px;
	text-align: center;
}


p{
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
}


body{
	margin: 0px;
	padding: 0px;
}


#header{
	height: 350px;
	width: 100%;
	background: url("../images/Grassland/tree-2916763__480.jpg") no-repeat scroll center center / cover;
}


#text{
	height: 20px;
	width: 100%;
	padding: 174px 0px;
	text-align: center;
	text-shadow: 2px 2px 0px rgba(40, 40, 40, 0.5);
}


#drop{
	height: 40px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: rgba(126, 140, 73, 1.00);
}


nav{ /* Background for the nav boxes */
	background: rgba(126, 140, 73, 1.00);
	height: 40px;
	width: 1450px;
	margin: 0px auto;
	padding: 0px;
}


nav ul{ /* Text font, size, etc. */
	font-family: 'Cantata One', sans-serif;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}


nav ul li{ /* Puts boxes in a row rather than column */
	display: block;
	position: relative;
	float: left;
}


nav li ul{ /* Initially child blocks have no display */
	display: none;
}


nav ul li a{ /* Diplay settings for blocks */
	display: block;
	text-decoration: none;
	padding: 0px;
	margin-left: 2px;
	margin-right: 2px;
	background: rgba(216, 217, 197, 1.00);
	color: rgba(46,46,46,1.00);
	white-space: nowrap;
	height: 40px;
	width: 286px;
	text-align: center;
	font-family: 'Cantata One', sans-serif;
}


nav ul li ul li a{ /* Display settings for child blocks */
	border-bottom: rgba(126, 140, 73, 1.00) solid;
}


nav ul li a:hover{ /* Changes block color on hover */
	background: rgba(126, 140, 73, 1.00);
}


nav li:hover ul{ /* Displys child block on hover */
	display: block;
	position: absolute;
	height: 30px;
}


nav li:hover li{ /* Child block font size */
	float: none;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
}


/*
nav li:hover a{ Changes color of box group while hovered
	background: rgba(255,236,29,1.00);
}
*/


/*
nav li:hover li a:hover{ Different color for child boxes when hovered
	background: rgba(248,29,193,1.00);
}
*/


nav ul li ul li a{ /* changes the text align in child boxes */
	text-align: left;
	padding-top: 2px;
	padding-left: 3px;
}


#info{
	width: 1450px;
	height: 1000px;
	background: rgba(216, 217, 197, 1.00);
	margin: 20px auto;
	overflow: hidden;
}


.photos_box{
	width: 1200px;
	height: 300px;
	background: rgba(216, 217, 197, 1.00);
/*	background: rgba(244,23,26,1.00);*/
	margin: 50px auto;
}


.photos{
	width: 300px;
	height: 300px;
	background: rgba(126, 140, 73, 1.00);
	margin: 0px 50px;
	float: left;
}


.clearfloats{
	clear: both;
}


.text_box{
	width: 1200px;
	height: 525px;
	background: rgba(216, 217, 197, 1.00);
/*	background: rgba(244,23,26,1.00);*/
	margin: 0px auto;
}


.text{
	width: 500px;
	height: 525px;
	background: rgba(126, 140, 73, 1.00);
	margin: 0px 50px;
	float: left;
}


.video{
	height: 229px;
	width: 409px;
	position: relative;
	margin: 10px auto;
}


#footer{
	height: 150px;
	width: 1450px;
	background: rgba(216, 217, 197, 1.00);
	margin: 20px auto;
	padding: 0px;
	text-align: center;
}


#contents{
	height: 50px;
	width: 1450px;
	position: relative;
	margin: 0px auto;
	padding: 50px 0px;
}


#contents a{
	color: rgba(25, 25, 25,1.00);
}


#contents p{
	margin: 0px 636px;
	padding: 0px;
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
}















