

html .page{
	background: url(../assets/images/barnwood.png); no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}  

#header, #footer {
	background-color: #959595;
	height: auto;
	opacity: .75;
	box-shadow: 2px 2px 8px #13140A;
}
	
#header {
	margin-bottom: 30px;
}

#banner img {
	padding-top: 20px;
}
	 

h1 { 
	font-family: "lato", sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #13140A;
	text-align: center;
	padding: 10px;  
}

#textbox h1  {
	line-height: 150%;
	word-spacing: 2px;
	padding: 30px;
}

h2 {
	font-family: "lato", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #13140A;
	text-align: left;
	padding: 10px;  
}

h3 {
	font-family: "lato", sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #13140A;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;  
}


p  {
	font-family: "lato", sans-serif;
	font-size: 14px;
	word-spacing: 2px;
	line-height: 160%;
	color: #13140A;
	text-align: left;
	padding: 25px;
}

#nav ul  {
  	font-family: "geneva", sans-serif;
  	font-size: 18px;
  	padding-left: 10px;
  	padding-top: 10px;
  	padding-right: 10px; 
  	padding-bottom: 20px;
}

#nav li  {
  	display: inline;
  	list-style-type: none;
    padding-left: 25px;
    padding-right: 25px;
}

#nav a, #newsbox a {
	color: #13140A;
	text-decoration: none;
}

#newsbox a {
	font-size: 18px;
	color: #A73218;
	text-decoration: none;
}


#nav a:hover, #newsbox a:hover { 
	text-decoration: none;
	font-weight: bold;
}


#midsection .container, #newsbox .container {
	background-color: #d5d5d5;
	opacity: .85;
	height: auto;
	margin-bottom: 50px;
	box-shadow: 3px 3px 8px #13140A;
}


#mapbox img  {
	padding: 35px;
}

#boardpic img {
	box-shadow: 3px 3px 8px #13140A;
	display: block;
}

#newsbox img {
	display: block;
}

#firsttext p, #secondtext p, #thirdtext p, #fourthtext p, #boardtext, #locationtext h2, #locationtext h1, #locationtext p, #fishfirsttext p, #fishsecondtext p, #huntfirsttext p, #huntsecondtext p {
	background-color: #d5d5d5;
	opacity: .85;
	box-shadow: 3px 3px 8px #13140A;
}

#googlemaps iframe {
	display: block;
	box-shadow: 3px 3px 8px #13140A;
	margin-top: 20px;
	margin-bottom: 50px;
}

#locationtext  {
	margin-bottom: 20px;
}

#newsbox h2, #newsbox p  {
	text-align: center;
}
 
	 
#firstphoto img, #thirdphoto img, #newsphotosa img, #newsphotosb img {
	box-shadow: 3px 3px 8px #13140A;
}

#firsttext p, #fishsecondtext p, #huntfirsttext p, #huntsecondtext p {
	margin-top: 80px;
}

#secondp, #thirdp, #fourthp  {
	margin-top: 40px;
}

#secondtext p  {
	margin-top: 20px;
}

#secondphoto img  {
	margin-top: 10px;
	box-shadow: 3px 3px 8px #13140A;
}

#thirdtext p  {
	margin-top: 20px;
}

#fourthphoto img, #boardphoto img,  #fishfirstphoto img, #fishsecondphoto img, #huntfirstphoto img, #huntsecondphoto img, #newsphotos img {
	margin-top:  10px;
	margin-bottom: 10px;
	box-shadow: 3px 3px 8px #13140A;
}	



#boardtext ul, #boardtext h2 {
	font-family: lato;
	font-size: 16px;
	display: block;
	text-align: center;
}

#boardbox {
	margin-bottom: 50px;
}

#contact_form  { 
	width: 80%;
	padding: 20px; 
	border-radius: 5px; 
	font-family: "geneva", sans-serif; 
	font-size: 24px; 
	font-weight: bold;
	color: #13140A; 
	background:#959595; 
	margin-top: 30px;
	margin-right: auto; 
	margin-bottom: 50px;
	margin-left: auto;
	box-shadow: 3px 3px 8px #13140A;
}

#contact_form label  {
	display: block; 
	margin-bottom: 5px;
}

#contact_form label span  {
	float: left; 
	width: 100px; 
	color: #13140A;
	padding-top: 10px;
}

#contact_form input  {
	height: 25px; 
	border: 1px solid #29200F; 
	border-radius: 3px; 
	padding-left: 10px; 
	background: #dfdfdf;
	color: #13140A; 
	width: 70%; 
	font-family: "lato", sans-serif;
}

#contact_form textarea  {
	border: 1px solid #13140A; 
	border-radius: 3px; 
	padding-left: 10px;
	padding-top: 10px;
	background: #dfdfdf;
	color: #13140A; 
	height: 300px; 
	width: 70%; 
	font-family: "lato", sans-serif;
}

.submit_btn { 
	font-family: "lato", sans-serif;
	font-size: 14px;
	border: 1px solid #13140A; 
	padding: 10px 30px 10px 30px; 
	background: #8C1F00;
	color: #dfdfdf; 
	border-radius: 3px; 
}

.submit_btn:hover { 
	background: #dfdfdf;
}

.success  { 
	background: #CFFFF5;
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #B9ECCE; 
	border-radius: 5px; 
	font-weight: normal; 
}
.error  { 
	background: #FFDFDF; 
	padding: 10px; 
	margin-bottom: 10px; 
	border: 1px solid #8C1F00; 
	border-radius: 5px; 
	font-weight: normal;
}

.waivertext  {
	background: #333333;
}




