/* 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;
}
ol, 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;
}
.clear {
	clear: both;
}

@-ms-viewport{
  width: device-width;
}

/* MAIN */


body {
	background: #1e1e1e;
	font-family: 'Open Sans', sans-serif;
}

div.global-wrap {
	margin: 0 auto;
	width: 1300px;
	position: relative;
}

div#memories-wrap {
	margin: 0 auto;
	width: 588px;
	position: relative;
	height: 392px;
}

div.col-wrap {
	top: 140px;
	width: 100%;
	position: absolute;
	height: 600px;
	border: 0px solid #282828;
}
	div.col-1 {
		width: 50%;
		float: left;
	}
	div.col-2 {
		width: 50%;
		float: left;
	}

img.col-1-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
img.al-1 {
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: 1;
}
img.el-1 {
	position: absolute;
	top: 330px;
	left: 60px;
	z-index: 1;
}

img.col-2-bg {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
img.al-2 {
	position: absolute;
	top: 30px;
	right: 60px;
	z-index: 1;
}
img.el-2 {
	position: absolute;
	top: 330px;
	right: 60px;
	z-index: 1;
}
img.al-and-el {
	position: absolute;
	margin: 0 auto;
	top: 300px;
	left: 445px;
}


div.nav-wrap {
	position: relative;
	top: 410px;
	background-color: #141414;
	height: 85px;
	padding: 10px 0;
}
ul.nav {
	font-family: 'Parisienne', cursive;
	font-size: 28pt;
	font-weight: 400;
	color: #c7c7c7;
	margin: 0 auto;
	position: relative;
	left: 60px;
}
	ul.nav li {
		float: left;
		padding: 0 27px;
		text-align: center;
	}
	ul.nav li a {
		color: #c7c7c7;
		text-decoration: none;
		
	}
	ul.nav li a:hover {
		color: white;
	}
div.content {
	position: relative;
	top: 430px;
}
div.counter {
	width: 60px;
	margin: 0 auto;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	color: #bfbfbf;
}

div.story-col-wrap {
	margin-bottom: 20px;
}

div.story-col-1 {
	width: 418px;
	float: left;
}

div.story-col-2 {
	width: 680px;
	float: left;
	margin: 0 100px;
}
div.story-header {
	text-align: center;
	padding: 50px 0;
}
div.story-header h1, div.quote-wrap h1 {
	font-size: 35pt;
	font-family: 'Parisienne', cursive;
	color: #eeeeee;
}
div.story-header h2 {
	font-size: 24pt;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #eeeeee;
	margin-top: 10px;
}
div.story-header h3 {
	color: #cdcdcd;
	font-size: 10pt;
	font-weight: normal;
	color: #cdcdcd;
}
p {
	color: #eeeeee;
	line-height: 26px;
	font-size: 18px;
	margin-bottom: 20px;
	text-indent: 22px;
}
div.mem-img-wrap {
	position: relative;
	top: 50px;
	width: 461px;
	margin: 0 auto;
}
div.mem-img-wrap img {
	margin: 0 0 40px 0;
	
}
div.el-mem-wrap {
	width: 600px;
	margin: 0 auto;
}

p.email {
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 1px;
	text-align: center;
	color: #bfbfbf;
}
	p.email a {
		color: #bfbfbf;
	}

div.quote-wrap {
	margin: 0 auto;
	width: 600px;
	text-align: center;
	padding-top: 50px;
}

div.quote-wrap p {
	font-size: 12pt;
}
