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

/* Navbar container */
.navbar {
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
	float: right;
	margin: 0px;
	padding-top: 0px;
	width: 100%;
	height: 200px;
	position: absolute;
	
	
}

/* Links inside the navbar */
.navbar a {
  float: right;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 80px 30px;
  text-decoration: none;
	

}

/* The dropdown container */
.dropdown {
  float: right !important; 
  overflow: hidden;
  padding-top: 67px;

}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color:  white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: quatro, Arial, sans-serif;
  text-transform: uppercase; 
	/* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  /***background-color: red;***/
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #AA7549;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


/* Links inside the dropdown */
.dropdown-content a { 
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/***.logo {
	width: 15%;
  position: fixed;
  padding-left: 0px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
}***/

/**Body Styles***/

a {
	color: #6E6E6E;
	font-family: quatro, Arial, sans-serif;
	text-transform: uppercase;
}

a:hover {
	color: #AA7549 !important;
}

body{
	font-family: quatro, Arial, sans-serif;
	margin: 0px;
	padding-bottom: 0px;
}

h1 {
   font-family: itc-american-typewriter, serif;
   font-weight: 700;
   font-style: bold;
   color: #AA7549;
   letter-spacing: 3px;

}

p {
	color: #6E6E6E;
	font-family: 'Open Sans', sans-serif;
}

.hero {
	background-image: url("images/hero_one.jpg");
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	
}

.hero_two {
	background-image: url("images/park_sign.jpg");
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	 
}

.hero_three {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
	padding-top: 0px;
}





/* text over image */

.container_one {
  position: relative;
  text-align: center;
  color: #3A517D;
  background-color: #81A7BD;
  padding-top: 50px;
  padding-bottom: 50px;
  
}

#container {
	/***margin-top: 150px;***/
  width: 75%;
	margin: 0 auto;
	 
	
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered_two {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3A517D !important;
  background-color: white;
  padding: 20px;
  border-radius: 15px;

}

.centered_three{
  position: absolute;
  margin-left: -490px;
  padding-right: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3A517D !important;
  background-color: white;
  padding: 20px;
  border-radius: 15px;
  z-index: 4;

}

.float {
	padding-left: 100px;
	padding-right: 0px !important;
}

.slideshow-container {
	padding-top: 150px;
}





.center {
	text-align: center;
	padding: 5px 30px 30px;
	width: 75%;
	margin: 0 auto;
}

.center_home {
	text-align: center;
	padding: 100px 30px 30px;
	width: 75%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.updates {
	color: #303030;
}

.email {
	float: left;
	margin-left: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 235px;
	background-color: white;
}

.sign_up {
	float: right;
	margin-right: 400px;
	padding: 10px;
	background-color: #3A517D;
	color: white;
}

.photo_galery {
  padding-bottom: 100px;
  background-color: white;
  text-align: center;
  margin-left: 40%;
  margin-right: 40%;
  
}

.img-float {
	float: left;
	width: 500px;
	height: 500px;
	padding-right: 50px;
}

.text-float {
	background-color: #eee;
	height: 480px;
	padding: 20px 20px 0 20px;
	margin-top: 100px;
}


.aside {
	width: 50%;
	clear: both;
}

.quote {
	margin-top: 150px;
	margin-right: 50px;
	margin-left: 50px;
}


.text-float_two {
	background-color: #81A7BD;
	height: 550px;
	padding: 20px 20px 0 20px;
}

.light_blue {
	background-color:#81A7BD; 
	padding: 5%;
	height: 150px;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
	clear:both;
}


/**Footer Styles***/

footer {
	background-color: #3A517D;
	text-align: left;
	padding: 10px;
	color: white;
	clear: both;
}

.footer {
	color: white !important;
	font-family: 'Open Sans', sans-serif;
}

.footer_link {
	color: white;
}

.facebook {
	width: 5%;
	float: right;
	margin-bottom: 10px;
	/***padding-bottom: 30px;***/
	
}

.twitter {
	width: 5%;
	float: right;
	margin-bottom: 10px;
	/***padding-bottom: 30px; ***/
}

.instagram {
	width: 5%;
	float: right;
	margin-bottom: 10px;
	/***padding-bottom: 30px;***/
}

.float {
	display: block;
	padding-left: opx;
	/***float: right;
	padding-left: 0px;
	margin-left: 500px;***/
}

.aside_two {
	display: block;
	width: 45%;
	margin-top: -500px;
	
	/***margin-top: 50px;
	
	/***padding-top: opx;
	float: left;
	clear: both; ***/
}

/***
.center_home {
	
	&::before {
		content: "\201C";
		position: absolute;
		
	}
	
	&::after{
		content:"\201D";
		position: absolute; 
	}
}
***/

/***
.lily_pond {
	z-index: -1;
}***/


/***.fa fa-instagram {
	height: 60px;
	width: 
}***/

/**Header Styles***/


header {
	height: 150px;
	background-color: #3A517D;
	/***opacity: 70%;***/
	position: fixed;
	width: 100%;
	
}

#logo {
	background-image: url("images/logo one.png");
	width: 150px;
	height: 150px;
	background-position: center;
	background-size: cover;
	position: fixed;
	z-index: 1;
	
	/***opacity: 1 !important;***/ 
	
	/***height: 200px;
	width: 200px;***/
}

#logo:hover {
	background-image: url("images/logo two.png");
	width: 150px;
	height: 150px;
}

.float {
	float: right;
}


