@charset "UTF-8";
@import url("system_style_reset.css");

body {
	background-color: #e2d9cf;
}

body, td, li, div {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	color: #84807C;
	box-sizing: border-box;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 24pt;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-left: 20px;
	box-sizing: border-box;

}

p {
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 20px;
	padding-left: 20px;
}

.wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

.container {
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
}

.container:after {
    content: "";
    display: table;
    clear: both;
	width: 100%;

}

a {
 color: black;
 text-decoration: underline;
}

.column {
    float: left;
    width: 50%;
}

.rightcolumn {
}

.floatcolumn {
 float: none;
 width: 40%;
 margin-left: 50%;
 padding-top: 30px;
}

.greydiv {
 background-color: #a5a19f;
 padding-bottom: 30px;
}

.greydiv h1 {
 color: white;
}

.greydiv p {
 color: white;
 margin-bottom: 20px;
}


.header {
	text-align: center;
	margin-bottom: 20px;
}

.heroImage {
	width: 100%;
    min-height: 350px;
	position: relative;
}

.header h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 50pt;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: thin;
}

.header_links a {
  color: #84807C;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14pt;
}

.hr_top {
	width: 100%;
	height: 6px;
	border-bottom: solid 2px #e2d9cf;
	position: absolute;
	top: 0px;
	left: 0px;
}

.hr_bottom {
	width: 100%;
	height: 6px;
	border-top: solid 2px #e2d9cf;
	position: absolute;
	bottom: 0px;
	left: 0px;
}


.polaroid_frame {
	position: relative;
	width: 80%;
	height: 300px;
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 60px;
	margin-bottom: 60px;
  -moz-box-shadow:    3px 3px 5px 3px #989898;
  -webkit-box-shadow: 3px 3px 5px 3px #989898;
  box-shadow:         3px 3px 5px 3px #989898;
}

.polaroid_image {
	width: 100%;
	height: 100%;
}

#heroVideo1 {
 position: relative;
}

#heroVideo1 video {
  width: 100%;
  position: relative;
  z-index: -2;
  
}

.navbutton {
 width: 40px;
 height: 40px;
 background-image: url(images/arrow_down.png);
 background-size: 100% 100%;
 position: absolute;
 left: 50%;
 margin-left: -20px;
 bottom: -20px;
 z-index: 2;
 cursor: pointer;
}

#navbutton5 {
 background-image: url(images/arrow_up.png);
}



#image_gallery_frame {
 height: 500px;
}

#gallery_thumbs {
margin-top: 60px;
 height: 600px;
 overflow: auto;
 margin-bottom: 40px;
}

#gallery_left_arrow {
 width: 40px;
 height: 40px;
 background-image: url(images/arrow_left.png);
 background-size: 100% 100%;
 position: absolute;
 left: -15px;
 top: 230px;
 cursor: pointer;
}


#gallery_right_arrow {
 width: 40px;
 height: 40px;
 background-image: url(images/arrow_right.png);
 background-size: 100% 100%;
 position: absolute;
 right: -15px;
 top: 230px;
 cursor: pointer;
}

.gallery_image {
 width: 30%;
 height: 120px;
  background: url(images/gallery/1.jpg) no-repeat center center; 
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

#galleryImage1 {
  background: url(images/gallery/1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage2 {
  background: url(images/gallery/2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage3 {
  background: url(images/gallery/3.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage4 {
  background: url(images/gallery/4.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage5 {
  background: url(images/gallery/5.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage6 {
  background: url(images/gallery/6.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage7 {
  background: url(images/gallery/7.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage8 {
  background: url(images/gallery/8.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage9 {
  background: url(images/gallery/9.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage10 {
  background: url(images/gallery/10.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage11 {
  background: url(images/gallery/11.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage12 {
  background: url(images/gallery/12.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#galleryImage13 {
  background: url(images/gallery/13.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage14 {
  background: url(images/gallery/14.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage15 {
  background: url(images/gallery/15.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage16 {
  background: url(images/gallery/16.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage17 {
  background: url(images/gallery/17.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage18 {
  background: url(images/gallery/18.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage19 {
  background: url(images/gallery/19.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage20 {
  background: url(images/gallery/20.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage21 {
  background: url(images/gallery/21.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage22 {
  background: url(images/gallery/22.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage23 {
  background: url(images/gallery/23.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#galleryImage24 {
  background: url(images/gallery/24.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}



#heroImage1 {
  background: url(images/mill_lake_alpha.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#heroImage2 {
  background: url(images/mill_lake_night.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

#image_fishing {
  background: url(images/mill_lake_fishing.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

#image_book {
  background: url(images/mill_lake_book.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}


#image_gallery_big {
  background: url(images/gallery/1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;

}

.whitetext {
	color: white;
}

.mapouter {
 width: 100%;
 height: 100%;
}


#covidBanner {
width: 600px; 
text-align: center; 
position: fixed; 
top: 200px; 
left: 50%; 
background-color: #e2d9cf; 
border: solid 4px white; 
padding: 30px; 
margin-left: -300px; 
z-index: 4000;
}


@media only screen and (max-width: 1300px) {
	#covidBanner {
	width: 100%; 
	top: 0px;
	left: 0px;
	height: 100%;
	margin-left: 0px;
	overflow: scroll;
	padding-bottom: 50px;
	}
 
}

@media only screen and (max-width: 800px) {
 
  
  .header_links {
   line-height: 30px;
  }
  
  .column, .leftcolumn, .rightcolumn, .floatcolumn  {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px;
	}
	
	.container:after {
     content: "";
    display: none;
    clear: both;
	width: 100%;
	}
	
	.polaroid_frame {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	}

	.floatcolumn {
	margin-bottom: 20px;
	font-weight: bold;
	color: white;
	padding-bottom: 20px;
	}
	
	#gallery_thumbs {
	 margin-top: 10px;
	 height: auto;
	 overflow: hidden;
	 margin-bottom: 10px;
	}

	.greydiv {
		padding-top: 30px;
	}
	
	.gallery_image {
	 width: 45%;
	 height: 120px;
	}
	

}
