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

/* CSS RESETS */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
}
* {
	box-sizing: border-box;
	outline: none;
}
*:before, *:after {
	box-sizing: border-box;
}
:root {
  overscroll-behavior: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html {
	min-height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0px;
	margin: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	line-height: 1.2;
	background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {
}
ol, ul, li {
	list-style: none;
}
ol, ul {
	font-size: 0px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: "";
	clear: both;
	display: table;
}
a {
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
}
#pager ul li, .scrollto, #parallaxlr {
	-o-transition: 1.5s;
	-ms-transition: 1.5s;
	-moz-transition: 1.5s;
	-webkit-transition: 1.5s;
	transition: 1.5s;
}
#parallaxlr {
	position: static;
	top: 0px;
	font-size: 48px;
	text-transform: uppercase;
	min-height: 100vh;
	width: 100%;
}
#parallaxlr.initial {
	opacity: 0;
}
#window {
	position: sticky;
	top: 0px;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background: repeat-x url(../images/backtrees.gif);
	background-size: cover;
	overflow:hidden;
}
#back {
	position: absolute;
	top: 0px;
	left: 0px;
	width: var(--win-wid);
	right: 0px;
	height: 100vh;
	z-index: 1;
}
#middle {
	position: absolute;
	top: 0px;
	left: var(--scr-adj);
	width: var(--win-wid);
	right: 0px;
	height: 100vh;
	z-index: 2;
	background: center center repeat-x url(../images/trees.gif);
	background-size: contain;
}
#front {
	position: absolute;
	top: 0px;
	left: calc(var(--scr-adj)*2);
	width: var(--win-wid);
	right: 0px;
	height: 100vh;
	z-index: 3;
	background: center center repeat-x url(../images/tree.gif);
	background-size: contain;
}
.slide {
	height: 100vh;
	display: table;
	text-align: center;
	float: left;
}
.slidecontent {
	display: table-cell;
	vertical-align: middle;
}
.slidecontent p {
	text-transform: none;
	font-size: 21px;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding-top: 380px;
	width: 600px;
}
#middle .slide .slidecontent:before, #middle .slide .slidecontent:after {
	content: "";
	clear: both;
	display: table;
	width: 100%;
	height: 35px;
}
#middle .slide .slidecontent:before {
	background: top center no-repeat url(../images/top-divider.png);
}
#middle .slide .slidecontent:after {
	background: bottom center no-repeat url(../images/bottom-divider.png);
}
#back .slide {
	width: calc(var(--win-wid)*1);
	color: #FFFFFF;
}
#middle .slide {
	width: calc(var(--win-wid)*1.5);
	color: #FF00FF;
}
#front .slide {
	width: calc(var(--win-wid)*2);
	color: #000000;
}
#footer {
	width: 100%;
	height: 400px;
	background-color: #000000;
	color: #FFFFFF;
}
.next {
	bottom: 0px;
	background: center center no-repeat url(../images/bottom-divider.png);
}
.previous {
	top: 0px;
	background: center center no-repeat url(../images/top-divider.png);
}
.scrollto {
	position: absolute;
	display: block;
	padding: 25px 0px;
	width: 100%;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
	opacity: 0.6;
	z-index: 4;
	text-indent: -32000px;
	background-size: 50px auto;
}
.scrollto:hover {
	opacity: 1;
}
#pager {
	position: absolute;
	display: block;
	bottom: 100px;
	width: 100%;
	color: #FFFFFF;
	z-index: 4;
}
#pager ul {
	display: inline;
}
#pager ul li, #pausebutton {
	margin: 15px 5px;
	display: inline-block;
	background-color: #FFFFFF;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	opacity: 0.6;
	cursor: pointer;
}
#pager ul li:hover, #pager ul li.current {
	opacity: 1;
}
#pager ul li.current {
	background-color: #7EFF00;
	cursor: default;
}