@charset "UTF-8";
/* Body */
body {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	color: #242625
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 600px;
	background-image: url("../images/mt-rushmore.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Navigation */
.logo {
	color: #F2F2F2;
	font-weight: bold;
	text-align: center;
	width: 40%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
/* top navigation */
.topnav {
  background-color: #2A5559;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 24px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
  color:#F2F2F2;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float:left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: #F2F2F2;
  padding: 24px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

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

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

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #4F6C73;
  color: #F2F2F2;
}

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

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
	padding: 1% 1%;
  }
  .topnav a.icon {
    float: left;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
	
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/* Hero Section */
.hero_header {
	color:#F2F2F2;
	text-align: center;
}
a {
	color: #2A5559;
	text-decoration: underline;
}
a:hover {
	color: #A3BABF
}

.hero {
	padding-top: 150px;
	padding-bottom: 150px;
	font-size: 30px;
	letter-spacing: 4px;
	text-shadow: 2px 2px 5px #242625;
}
.light {
	color: #A3BABF;
}
.tagline {
	text-align: center;
	color: #F2F2F2;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #F2F2F2;
}
.about {
	width: 100%;
	height: 15em;
	padding-top: 35px;
	background-color: #F2F2F2;
	margin-top: 0px;
}

.about_right {
	Width: 90%;
	padding-left: 5%;
	padding-right:5%;
	background-color: #F2F2F2;
}
/* Stats Gallery */
.stats {
	color: #64858C;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-top: 2%;
	padding-bottom: 2%;
	background-color:#D9D9D9;

}
.city_thumbnail {
	width: 30%;
	height:auto;
	text-align: left;
	float: left;
	margin-top: 3%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	clear: none;
}
.thumbnail {
	width: 30%;
	height: 43em;
	text-align: left;
	float: left;
	margin-top: 3%;
	margin-left: 1%;
	margin-right: 1%;
	clear: none;
}
.city_thumb {
	width: 100%;
	height: 100%;
	max-height: 200px;
}
.thumb {
	width: 100%;
	height: 100%;
	max-height: 200px;
	padding-bottom: 7%;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #2A5559;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #242625;
}
/* Parallax Section */
.banner {
	background-image: url("../images/lake.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	height: 400px;
}
.parallax {
	color: #F2F2F2;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 1%;
}
.parallax_description {
	color: #F2F2F2;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Main info */
main {
	width:100%;
	background-color: #F2F2F2;
	padding-bottom: 35px;
	display: inline-block;
}
.main_column {
	width: 44%;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 30px;
	float: right;
}
.main_column_left {
	width: 50%;
	text-align: left;
	padding-top: 30px;
	float: left;
}
main .main_column h3 {
	color: #2A5559;
	text-align: left;
	
}
main .main_column h4 {
	color: #2A5559;
	text-align: left;
	
}
main .main_column p {
	color: #242625;
	background-color: #F2F2F2;
	text-align: left;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
main .main_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
/*Footer info - city pages*/
footer {
	width: 100%;
	background-color: #64858C;
	padding-bottom: 3%;
	display: inline-block;
}
.footer_column {
	width:45%;
	text-align: center;
	padding-top: 30px;
	padding-right:3%;
	float: right;
}
.footer_column_2 {
	width: 45%;
	text-align: center;
	padding-top: 30px;
	padding-left:3%;
	float: left;
}
/*footer info - index*/
.footer_index {
	background-color: #F2F2F2;
}
.footer_column_leftindex {
	width:40%;
	text-align: justify;
	padding-top: 30px;
	padding-left: 5%;
	float: left;
	color: #242625;
}
.footer_column_leftindex h3 {color:#2A5559;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
.footer_column_rtindex {
	width:40%;
	text-align: left;
	padding-top: 30px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	float: right;
}
.footer_column_rtindex h3 {
	color: #2A5559;
}
footer .footer_column_2 h3 {
	color: #A3BABF;
	text-align: left;
	padding-left: 6%;
}
footer .footer_column_2 p {
	color: #F2F2F2;
	background-color: transparent;
}
footer .footer_column_2 p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 16%;
	height: 8%;
	margin-top: 40px;
	margin-right: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 3%;
	text-align: center;
	vertical-align: middle;
	border-radius: 1px;
	text-transform: uppercase;
	font-size: auto;
	border: 1px solid #F2F2F2;
	color: #F2F2F2;
	transition: all 0.3s linear;
	float: left;
	clear:right;
}
.button:hover {
	background-color: #4F6C73;
	color: #F2F2F2;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #4F6C73;
	color: #F2F2F2;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #2A5559;
	width:100%;
	height: 30%;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}
.hidden {
	display: none;
}
.iframe-container{
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 200px;
}
.iframe-featured{
  position: relative;
  width: 97%;
  height: 100%;
  padding-bottom: 56.25%;
  padding-right: 3%;
  float: left;
}
.iframe-featured iframe{
  position: absolute;
  top:0;
  left: 5%;
  width: 95%;
  height: 100%;
}
.iframe-footer{
  position: relative;
  width: 95%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top:5%;
  margin-right: 5%;
}
.iframe-footer iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
main {
	width:100%;
	background-color: #F2F2F2;
	padding-bottom: 35px;
	display: inline-block;
}
.main_column {
	width: 100%;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 30px;
}
.main_column_left {
	width: 100%;	
	text-align: left;
	padding-top: 30px;
	float: left;
	}
.iframe-featured{
  position: relative;
  width: 97%;
  height: 100%;
  padding-bottom: 56.25%;
  padding-right: 3%;
}
.iframe-featured iframe{
  position: absolute;
  top:0;
  left: 5%;
  width: 95%;
  height: 100%;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 90%;
	margin-left: 4%;
}
	/*gallery - campground content*/
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0;
}
.city_thumbnail {
	width: 95%;
	height: 100%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	clear: none;
}
.thumb {
	width: 100%;
	height: auto;
	max-height: none;
	padding-bottom: 1%;
}
	/*footer section*/
footer {
	width: 100%;
	background-color: #4F6C73;
	padding-bottom: 35px;
	display: inline-block;
}
	.footer_column {
	width: 100%;
	margin-top: 0px;
}
footer .footer_index {
	background-color: #F2F2F2;
	width: 100%;
}
.footer_column_leftindex {
	width:95%;
	text-align: justify;
	padding-top: 30px;
	padding-left: 2.5%;
	float: none;
	clear:both;
}
.footer_column_rtindex {
	width:95%;
	text-align: left;
	padding-top: 30px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	float: right;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #4F6C73;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about {
		width: 84%;
	}
.about_left {
	Width: 95%;
	float: left;
	padding-left: 2.5%;
	padding-right: 2.5%;
	background-color: #F2F2F2;
}
.about_right {
	Width: 100%;
	float: left;
	padding-left: 0;
	padding-right: 0;
	background-color: #F2F2F2;
	text-align: justify;
}
.footer_banner {
	background-color: #805959;
	width:100%;
	height: 30%;
	padding-top: 60px;
	padding-bottom: 90PX;
	margin-bottom: 0px;
}
.button {
	width: 90%;
	height: 6%;
	margin-top:5px;
	margin-right: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	padding-bottom: 3%;
	padding-left: 1%;
	text-align: center;
	vertical-align: middle;
	border-radius: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: auto;
	border: 1px solid #F2F2F2;
	color: #F2F2F2;
	transition: all 0.3s linear;
	float: left;
	clear:right;
}
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
main {
	width:100%;
	background-color: #F2F2F2;
	padding-bottom: 35px;
	display: inline-block;
}
.main_column {
	width: 95%;
	text-align: left;
	padding-left: 5%;
	padding-top: 30px;
}
.main_column_left {
	width: 95%;	
	padding-top: 30px;
	padding-left: 5%;
	}
.iframe-featured{
  position: relative;
  width: 95%;
  height: 100%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding-bottom: 56.25%;
}
.iframe-featured iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 95%;
  height: 100%;
}
.iframe-footer{
  position: relative;
  width: 95%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 5%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
.iframe-footer iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #F2F2F2;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #274029;
}
.about {
	width: 98%;
	height: 20em;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 35px;
	background-color: #F2F2F2;
	margin-top: 0px;
}
.about_left {
	Width: 90%;
	padding-right: 5%;
	padding-left: 2%;
	float: none;
	clear: none;
	background-color: #F2F2F2;
}
.about_right {
	Width: 90%;
	padding-right: 5%;
	padding-left: 2%;
	float: left;
	background-color: #F2F2F2;
	text-align: justify;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	margin-top: 30%;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	width: 40%;
	text-align: right;
}
/*gallery - campground content*/
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0;
}
.city_thumbnail {
	width: 95%;
	height: 100%;
	float: left;
	margin-left: 2.5%;
	margin-right: 2.5%;
	clear: none;
}
.thumb {
	width: 100%;
	height: auto;
	max-height: none;
	padding-bottom: 3%;
}
.parallax {
	width: 40%;
	float: right;
	clear:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 6%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5%;
}
.parallax_description {
	float: right;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 40%;
	padding-top: 30px;
}
/*footer content*/
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
	clear: right;
}
.footer_column_2 {
	width: 100%;
}
.iframe-container{
  position: relative;
  width: 100%;
  max-height: none;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
  height: 95%;
	max-height: none;
}
.thumbnail {
	width: 95%;
	height: 43em;
	text-align: left;
	float: left;
	margin-top: 3%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	clear: none;
}
.button {
	width: 40%;
	height: 15%;
	margin-top: 15px;
	margin-right: 4%;
	margin-left: 4%;
	padding-left: 1%;
	text-align: center;
	vertical-align: middle;
	border-radius: 1px;
	text-transform: uppercase;
	font-size: auto;
	font-weight: bolder;
	letter-spacing: auto;
	border: 1px solid #F2F2F2;
	color: #F2F2F2;
	transition: all 0.3s linear;
	float: left;
	clear:right;
}
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
main {
	width:100%;
	background-color: #F2F2F2;
	padding-bottom: 35px;
	display: inline-block;
}
.main_column {
	
	width: 44%;
	text-align: left;
	margin-left: 3%;
	margin-right: 3%;
	padding-top: 30px;
	float: right;
}
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
	height:40em;
	margin-left: 1%;
	margin-right: 1%;
}
.thumb {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
.banner_left{
	width: 40%;
	padding-top: 1.5%;
}
.banner_right{
	width: 40%;
	float: right;
	clear: left;
}
.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button {
	width: 15%;
	height: 15%;
	margin-top: 40px;
	margin-right: 4%;
	margin-bottom: 4%;
	margin-left: 4%;
	padding-top: 20px;
	padding-bottom: 3%;
	padding-left: 1%;
	text-align: center;
	vertical-align: middle;
	border-radius: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing: auto;
	border: 1px solid #F2F2F2;
	color: #F2F2F2;
	transition: all 0.3s linear;
	float: left;
	clear:right;
}
}