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

@font-face {
    font-family: 'OpenSansRegular';
	src: url('fonts/OpenSans/OpenSans-Regular.svg#OpenSansRegular') format('svg');
    src: url('fonts/OpenSans/OpenSans-Regular.eot');
    src: url('fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
	src: url('fonts/OpenSans/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
    src: url('fonts/OpenSans/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
	src: url('fonts/OpenSans/OpenSans-Bold.svg#OpenSansBold') format('svg');
    src: url('fonts/OpenSans/OpenSans-Bold.eot');
    src: url('fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*
{
	margin: 0;
	padding: 0;
	outline: 0;
	color: inherit;
	text-decoration: none;
}
strong,
b
{
	font-family: 'OpenSansSemibold', sans-serif;
}
.clear-break
{
	clear: both;
	}
body
{
	background-color: #0072bc;
	color: #fff;
	font-family: 'Open Sans Regular', sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	}
p
{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	}

h1#eaglelogo
{
	background-image: url("images/eagle-logo.png");
	background-size: 400px 380px;
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	height: 740px;
	width: 100%;
	padding-top: 20px;
	text-indent: -9999px;
	z-index: 5;
	background-color: #e1f4fd;

}
h2
{
	color: #fff;
	font-family: 'Open Sans Regular', sans-serif;
	font-weight: 400;
	font-size: 2.5em;
	line-height: 1.0em;
	text-align: left;
	padding: 0;
	}
.callout
{
	color: #fff;
	font-family: 'Open Sans Regular', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: left;
	margin-bottom: -8px;
	padding: 0;
	}

#parallax
{
	position: relative;
	height: 760px;
	z-index: 15 !important;
}


.parallax_layer
{
	background-position: bottom center;
	background-size: 3000px 455px;
	background-repeat: repeat-x;
	position: fixed;
	height: 740px;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}
.parallax_layer-6
{
	background-position: bottom center;
	background-size: 3000px 500px;
	background-repeat: repeat-x;
	position: fixed;
	height: 740px;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

}

#container
{
	margin-top: 0;
	}
	


#layer-1 { background-image: url("images/parallax1.png"); }
#layer-2 { background-image: url("images/parallax2.png"); }
#layer-3 { background-image: url("images/parallax3.png"); }
#layer-4 { background-image: url("images/parallax4.png"); }
#layer-5 { background-image: url("images/parallax5.png"); }

#layer-6
{
	background-color: transparent;
	background-image: url("images/parallax6-2.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url("images/parallax6-2.png"), -webkit-linear-gradient(top, transparent 0, transparent 250px, #0072bc 250px);
	background-image: url("images/parallax6-2.png"), -moz-linear-gradient(top, transparent 0, transparent 250px, #0072bc 250px);
	background-image: url("images/parallax6-2.png"), -ms-linear-gradient(top, transparent 0, transparent 250px, #0072bc 250px);
	background-image: url("images/parallax6-2.png"), -o-linear-gradient(top, transparent 0, transparent 250px, #0072bc 250px);
	background-image: url("images/parallax6-2.png"), linear-gradient(top, transparent 0, transparent 250px, #0072bc 250px);
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	height: 555px;
	top: 285px;
	margin-bottom: 150px;
	border-bottom: solid #0072bc 1100px;	
	text-indent: -10000px;
}

div#stage
{
	position: relative;
	width: 100%;
	padding-bottom: 50px;
	z-index: 25;
	background-color: #0072bc;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

h1
{
	text-align: center;
	color: transparent;
}

#slide
{
	width: 100%;
	min-height: 600px;
	margin-top: 20px;
	padding: 0;
	background-image: url(images/cooler-by-the-lake-header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
	background-position: right top;
	}
#content
{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	}
	#button-container
{
	float: left;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 35%;
	width: 30%;
}
#button-container a
{
	border: thin solid rgba(230,132,38,1.00);
	background-color: #e68426;
	border-radius: 10px;
	color: #ffffff;
	display: block;
	font-family: 'Open Sans Bold', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 0.25em 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#button-container a:hover
{
	border: thin solid rgba(230,132,38,1.00);
	background-color: #fff;
	border-radius: 10px;
	color: #e68426;
	display: block;
	padding: 0.25em 0;
	text-decoration: none;
}
#copyright
{
	float: left;
	width: 60%;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-left: 10%;
	font-size: 0.85em;
	text-decoration: none;
	}
#copyright a
{
	text-decoration: none;
	font-family: 'Open Sans Semibold', sans-serif;
	font-weight: 600;
	}
#copyright a:hover
{
	text-decoration: underline;
	font-family: 'Open Sans Semibold', sans-serif;
	font-weight: 600;
	}
@media screen and (max-device-width: 860px){
	div#stage
{
	position: relative;
	width: 100%;
	padding-bottom: 50px;
	z-index: 25;
	background-color: #0072bc;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.parallax_layer
{
	background-position: bottom center;
	background-size: 3000px 455px;
	background-repeat: repeat-x;
	position: fixed;
	height: 740px;
	width: 100%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;

}
.parallax_layer-6
{
	background-position: bottom center;
	background-size: 3000px 455px;
	background-repeat: repeat-x;
	position: relative;
	height: 455px;
	width: 100%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;

}

#layer-6
{
	background-position: bottom center;
	background-size: 3000px 455px;
	background-repeat: repeat-x;
	position: relative;
	height: 455px;
	width: 100%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	text-indent: -10000px;
}
}