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


@font-face{ 
font-family: "Neutra Text";
src: url(file:///OSX/Users/emh4/Desktop/Advanced%20Computer%20Graphics/psa_redo/microsite/fonts/NeutraText-BookAlt.otf)
}

header{
	width: 100%;
	z-index: 1000;
}

/* Header Style */
.codrops-top {
	line-height: 24px;
	width: 100%;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	z-index: 9999;
	position: fixed;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}


body{
	width: auto;
	max-width: 3000px;
	height: auto;
	margin: 0 auto 0 auto;
	background-image: url(../images/new_background.png);
	background-repeat: repeat-x;
    background-attachment: fixed;
	bottom: 0;
	overflow: auto;
	font-family: "Neutra Text";
}

h1{
	font-family: "Neutra Text", Century Gothic, sans-serif;
	text-transform: uppercase;
	color: #333333;
	font-size: 3em;
	text-align: center;
}


.bodycopy{
	font-family: "Neutra Text", Century Gothic, Helvetica;
	width: 860px;
	margin: 0 auto 0 auto;
	font-size: 1.25em;
	letter-spacing: .05em;
	font-weight: medium;
	text-align: justify;
	line-height: 1.05em;
	-webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;	
	-webkit-column-gap: 20px; 
    -moz-column-gap: 20px; 
    column-gap: 20px; 
}


/*LINKS*/
/* unvisited link */
a:link {
    color: #333333;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #333333;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #7DBE31;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #333333;
	text-decoration: none;
}
/*END LINKS*/


.container {
	margin: 0 auto 0 auto;
    position: relative;
    width: 1300px;
    height: auto;
	z-index: 1;
	overflow: hidden;
}

.background{
	position: fixed;
	margin: 0 auto 0 auto;
	width: 1500px;	
	height: 1000px;
	bottom: 0;
	top: 0;
	z-index: 2;
	overflow: hidden;
	
}

.content {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 3;
	bottom: 0;
	top: 0;
}

.content::-webkit-scrollbar {
 display: none;
 
}
.content { -ms-overflow-style: none; }
.content { overflow: -moz-scrollbars-none; }

.eye{
	margin: 0 auto 0 122px;
	text-align: center;
	width: 1024px;
	height: 1500px;
	position: fixed;
	z-index: 5;
	top: 402px;
	bottom: 400px;
	/*left: 50px;*/
	overflow: hidden;
}

.front{
	margin: 0 auto 0 150px;
	text-align: center;
	width: 1024px;
	height: 1500px;
	position: fixed;
	z-index: 4;
	top: 0;
	bottom: 0;
	overflow: hidden;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	
	border-top: 40px solid rgba(137,191,96,1.00);
	margin: 0 auto 0 auto;
}


footer{
	line-height: 24px;
	width: auto;
	font-size: 16px;
	font-family: Helvetica, Tahoma, Geneva, sans-serif;
	font-weight: bolder;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	z-index: 9999;
	top: 780px;
	bottom: 20px;
	position: fixed;
	vertical-align: middle;	
}

.empty{ 
height: 900px;
}