@charset "UTF-8";
/* CSS Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700|Arvo);



/* Start Custom CSS */
body{
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size:1.5em;
	color:#666;

}
li {
	font-weight: 700;
}

.parkName{
	font-family: 'Arvo', serif;
	color:#F00;
	font-size: 250%;

	
}
.parkAddress {
	color:#666;
}
 .section1 {
	 background-color:#ffffff;
	 padding: 30px 5px 30px 5px;
	 border-bottom:2px dotted #C6C6C6;
}
.section2 {
		 padding: 0 5px 0 5px;
}
.OrangeSubhead {
	font-family: 'Arvo', serif;
	color:#F47E20;
	text-align: center;
	font-size:1.8em;
	margin: 20px 5px 30px 5px;
}
.photoRow{
	margin:10px 0;
}
.img-responsive{
	 margin: 0 auto;
}
.greenImgRounded{
	border:2px solid #8ec90e;
	box-shadow : 2px 2px 1px rgba(0, 0, 0, 0.2);
  	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#000000') ;
}
.greenBG{
	width:100%;
	height:210px;
	margin-top:-180px;
	background-color:#7aa61c;
}
.welcome {
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:#00ADEE;
	font-size:1.5em;
	margin:0 0px 20px 0px;
	border-bottom:1px solid #00ADEE;	
	padding:0 0 15px 0;
}
.orangeBG{
	background-color:#F47E20;
	color:#ffffff;
	padding-bottom:30px
}
.amenities {
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:#ffffff;
	font-size:1.5em;
	margin:40px 0px 20px 0px;
	border-bottom:1px solid #ffffff;	
	padding:0 0 15px 0;
}

.comeStayBG, .welcomeBG{
	padding:40px 0;
}
.comeStay {
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:#7AA61C;
	font-size:1.5em;
	border-bottom:1px solid #7AA61C;	
	padding:0 0 15px 0;
}
#gmap_canvas { height: 300px;
}
.blueBG{
	background-color:#00ADEE;
	color:#ffffff;
	margin-bottom:40px;
	font-weight:700;
}
.contactUs {
	font-family: 'Arvo', serif;
	font-weight: bold;
	color:#ffffff;
	font-size:1.5em;
	margin:40px 0px 20px 0px;
	border-bottom:1px solid #ffffff;	
	padding:0 0 15px 0;
}
#footer p {
	font-size: .9em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 90px;
}