/* WILD BASIN
   Master Styles
   Author: Dave Reed (davereedconsulting.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/
*****************************************************************/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html {
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background: #DCFE33;
	height: 4550px;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}

header {
/*background-color: rgba(229, 255, 102, 0.8);*/
padding: 10px 10px 1px 10px;
}

h1 {
	color: #231A1C;
}

a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#21a97e;
	outline: none;
	text-decoration:none;
	}
	a:hover {
		color:#000;
		}
img {
	display:block;
	max-width:100%;
	}
p {
	margin: 20px 0;
	padding: 20px;
	font-family: 'Andada', serif;
	font-size: .7em;
}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}


/* Parallax
*****************************************************************/

/* Fatbike Bible-age
   Stylesheet
   Author: Dave Reed (davereedconsulting.com)
*****************************************************************/


/* Global reset
   http://meyerweb.com/eric/tools/css/reset/
*****************************************************************/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Extended base styles (site specific)
*****************************************************************/

html {
	overflow-y: scroll; /* always force a scrollbar in non-IE */
	}
body {
	background: #A98666;
	height: 3600px;
	line-height: 1.5;
	color: #000;
	font-size: 14px;
	font-family: Arial,sans-serif;
}

header {
padding: 10px 10px 1px 10px;
}

h1 {
	color: #5216A2;
}

h3 {    font-size: .6em;
    background-color: #6B5E1D;
    color: white;
    text-align: center;
    font-family: 'Belgrano';}

		sub {
    vertical-align: sub;
    font-size: 12px;
    float: right;
}

a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	color:#21a97e;
	outline: none;
	text-decoration:none;
	}
	a:hover {
		color:#000;
		}
img {
	display:block;
	}

/* Common shared styles
*****************************************************************/

hr {
	margin: 0;
	border: none;
	border-top: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
	height: 3px;
}

/* Page structure
*****************************************************************/

#wrapper {
	position: relative;
}
#branding {
	width: 100%;
	background: #fff;
	}
	#branding h1 {
		width: 940px;
		padding: 10px 15px;
		margin: 0 auto;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		}

/* Parallax
*****************************************************************/

/* content */
#content {
	z-index: 4;
	position: relative;
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	line-height: 1.7;
	}
	#content article p {
	margin: 20px 0;
	padding: 20px;
	font-family: 'Andada', serif;
	    font-size: .6em;
	    background-color: rgba(249, 240, 178, 0.9);
		}
		#start ,
		#disclaimer,
		#gospels,
		#about {
			padding-top: 105px;
			}
		#start {
			position: absolute;
			top: 0px;
			}
		#disclaimer {
			position: absolute;
			top: 1200px;}

		article#intro
		{
			position: absolute;
			top:400px;
}

		#route-img {    position: absolute;
        top: 1100px;
    width: 750px;
    margin-left: -100px;}

		article#routes {

    position: absolute;
    top: 1350px;
}

		@media (min-width: 800px){
		#disclaimer {
			left: 50%;
			width: 80%;
			}}

		#disclaimer h1 {
			color: #FF0000;
			text-align: center;}

		#disclaimer h1,#disclaimer p {
			margin: 0;
			background-color: rgba(249, 240, 178, 0.9);
			font-size: .9em !important;}


		#gospels {
			position: absolute;
			top: 2500px;
			}
		#content h1 {
				margin: 0 0 25px 0;
				font-size: 60px;
				font-family: 'Belgrano', serif;
				font-weight: normal;
				line-height: 65px;
				}
		#about {
			position: absolute;
			top: 3600px;
			}
/* foreground (ballons/landscape) */
#parallax-bg3 {
	z-index: 3;
	position: fixed;
	/* left: 45%; */ /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	/* margin-left: -470px; */ /* move left by half element's width */
	}

	#parallax-bg3 h3 {
    top: 2300px;
    position: absolute;
    z-index: 100;
    left: 15px;
}
	/* balloon */
	#bg3-1 {
		position: absolute;
		top: 2590px;
		left: -100px;
		max-width: 100%;		}
		@media (min-width: 800px){
			#bg3-1 {
			max-width: 33%;
		}}


	#bg3-2 {
		position: absolute;
		top: 2634px;
		max-width: 100%;
		}
		@media (min-width: 800px){
			#bg3-2 {
			max-width: 43%;
			right: 42%;
		}}
	#bg3-3 {
		position: absolute;
		top: 2600px;
		max-width: 100%;		}
		@media (min-width: 800px){
			#bg3-3 {
			max-width: 45%;
			right: 0;
		}}
	#bg3-4 {
		position: absolute;
		top: 2620px;
		left: 31%;
		}
/* midground (clouds) */
#parallax-bg2 {
	z-index: 2;
	position: fixed;
	/* left: 50%; */ /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	/* margin-left: -600px; */ /* move left by half element's width */
	}
	#parallax-bg2 h4, #parallax-bg3 h4 {
    position: absolute;
    color: white;
    background: #9090906e;
    padding: 15px;
    font-size: 14px;
}
#parallax-bg2 h4:hover {
    color: #a5e3ed;
}
	#bg2-1 {
		position: absolute;
		top: 1200px;
		/* left: 200px; */
		width: 100%;
		}
	#bg2-2 {
		position: absolute;
		top: 505px;
		/* background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); */
		opacity: .9;
		/* font-size: 6em; */
}
	#bg2-3 {
		position: absolute;
		top: 1700px;
		/* left: 40%; */

		right: 0;
}
	#bg2-4 {
		position: absolute;
		top: 1540px;
		/* left: 250px; */
		width: 45%;
}
	#bg2-5 {
		position: absolute;
		top: 1730px;
		left: 33%;
		width: 50%;
}
/* background (clouds) */
#parallax-bg1 {
	z-index: 1;
	position: fixed;
	/* left: 50%; */ /* align left edge with center of viewport */
	top: 0;
	width: 100%;
	/* margin-left: -600px; */ /* move left by half element's width */
	}
	#bg1-1 {
		position: absolute;
		width: 100%;
		}
	#bg1-2 {
		position: absolute;
		top: 800px;
		min-width: 100%;
}
	#bg1-3 {
		position: absolute;
		top: 1200px;
		/* left: -220px; */
		max-width: 33%;
}
	#bg1-4 {
		position: absolute;
		top: 1200px;
		left: 33%;
		width: 33%;
}

#bg1-f {
    position: absolute;
	top: 570px;
	left: 5%;
	font-size: 2em;
	font-family: 'Lilita One';
}

#bg2-f {
    position: absolute;
    top: 570px;
    left: 5%;
    font-size: 2em;
    font-family: 'Lilita One';
}
#bg3-f {
    position: absolute;
    top: 870px;
	left: 5%;
	font-size: 2em;
	font-family: 'Lilita One';
}


.col-half {
	    float: left;
		width:50%;
}

.col-third {
	    float: left;
		width:33%;
		padding-left: 1%
}



.top-images, #top-image-1, #top-image-2, #top-image-3 {
position: fixed;
width: 100%;
}

.main-start {
padding-top: 1200px;
}

body > div.main-start > img {
width: 33%;
}

.seperator-700 {height: 700px;}
.seperator-800 {height: 800px;}
.seperator-900 {height: 900px;}
.seperator-1000 {height: 1000px;}

.invert:hover {
 -webkit-filter: invert(100%);
 }


.oga h4{
	top: 2653px;
	left: 66px;
	}
 .cope h4{
	top: 2713px;
	left: 452px;
	}
  .pagoda h4{
	top: 2644px;
	right: 15px;
	z-index: 10;
	}
.chief h4{
	top: 2782px;
	right: 394px;
	}
 .alice h4{
	top: 1728px;
	right: 50px;
	z-index: 100;
	}
  .meek h4{
	top: 1781px;
	left: 534px;
	}
  .iso h4{
	top: 1713px;
	left: 150px;
 }
