
body {
	min-width:960px;
	background-color:#00aeef;
}
h2 { font-family: 'Lato', sans-serif; font-size: 42px; margin: 25px 0; line-height: 1.5em; font-weight:200; color:#00aeef}

h2 a {
	color:#00aeef;
	text-decoration:none;
}
h2 a:link {
	color:#00aeef;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
	color:#00aeef;
}

.whitetext {
	color:#FFF;
}

.whitetext a {
	color:#FFF;
}

.whitetext a:hover {
	color:#fff;
}

.whitetext a:link {
	color:#fff;
}

.story { height: 1000px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.3); border-bottom: 1px solid rgba(0,0,0,0.4); }

#first { background: url(../images/background1.gif) 50% 0 no-repeat fixed; }
#second { background: url(../images/background2.gif) 50% 0 no-repeat fixed; background-color:#FFF; }
#fourth { background: url(../images/background2.gif) 50% 0 no-repeat fixed; background-color:#FFF;}
#third { background: url(../images/background1.gif) 50% 0 no-repeat fixed; }
#theend { background: url(../images/background1.gif) 50% bottom no-repeat fixed; }


#first article { width: 100%; top: 300px; position: absolute; text-align: center; }
#first article p,
#first article a { color: #ccc; }
#first article a { text-decoration: underline; }
#first article a:hover { color: #fff; }

#second { padding: 50px 0;}
#second article { color: #000; width: 90%; margin-left: 0px; padding: 10px 20px; line-height: 1.5em;  }
#second article p { margin-bottom: 25px; }
#second article a { color: #ff0;}

#third article { color: #000; width: 90%; margin-left: 0px; padding: 10px 20px; line-height: 1.5em;  }
#third .photograph { background: url(../images/photo.png) transparent 40% 100px no-repeat fixed; min-height: 1000px; padding: 0; margin: 0; width: 100%; max-width: 1920px; position: relative; margin: 0 auto; }
#third article p { width: 300px; margin-bottom: 25px; }

#fourth article {   color: #000; width: 90%; margin-left: 0px; padding: 10px 20px; line-height: 1.5em; }
#fourth article p { width: 300px; margin: 50px 0; }
#fourth video { position: fixed; left: 50%; box-shadow: 0 0 25px rgba(0,0,0,0.7); z-index: 1;}

#theend .byebye {  color: #000; width: 90%; margin-left: 0px; padding: 10px 20px; line-height: 1.5em;  }


