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

html { 
  background: url(noahrosenthalbanner5.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

/*.image {
  background: url(eugenezoom.jpg) no-repeat center center fixed;
  width:100%;
  height:100px;
}*/

#spaceholder {
	height: 100%; 
	position: relative;
}
	
#header {
	height:150px;
	text-align:center;
	width:100%;
	background:rgba(22, 218, 136, 0.6);
}

#headertext {
	position: relative;
    top: 50%; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#about {
	background:rgba(22, 218, 136, 0.6);
	width:100%;
	height: 100%;
	padding-bottom:50px;
}

#about p{
	text-align:left;
	width:65%;
	padding: 25px 0 25px 0;
}

#about a:link {
	color:white;
}

#about a:active {
	color:black;
}

#about a:visited {
	color:white;
}

#about a:hover {
	color:black;
}

#maincontainer {
	width:100%;
	/*background:rgba(31, 181, 205, 0.7);
	background:rgba(22, 218, 136, 0.7);*/
	padding:0, 0, 0, 0;
	color:white;
}

.arrow {
	/*float:right;
	left: -15px;*/
	position:relative;
	top: -70px;
}

.divider {
	width:100%;
	height:100px;
	background:rgba(22, 218, 136, 0.6);
}

#gallery img {
	opacity: .98;
	/*border-top: 10px solid #16DA88;*/
	height: auto;
	width:100%;
	margin:0;
	margin-bottom: 10px;
}

ul {
	width:50px;
	height:50px;
	position:fixed;
	top:20px;
	right:60px;
	text-align:center;
	list-style-type:none;
}

ul li {
	float:left;
	padding: 0 10px 0px 0;
	margin: 0 0 0 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*
a:link {
	display:block;
	font-size:25px;
	text-decoration:none;
	background:rgba(22, 218, 136, 0.6);
	padding:10px 10px 0 10px;
	height:35px;
	color:rgba(255,255,255,.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a:active {
	display:block;
	font-size:25px;
	text-decoration:none;
	color:rgba(255,255,255,.7);
	background-color:rgba(0, 0, 0, .7);
	padding:10px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a:visited {
	display:block;
	font-size:25px;
	text-decoration:none;
	color:rgba(255,255,255,.7);
	background-color:rgba(208,234,67, .2);
	padding:10px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a:hover {
	display:block;
	font-size:25px;
	text-decoration:none;
	color:rgba(255,255,255,.7);
	background-color:rgba(0, 0, 0, .6);
	padding:10px 10px 0 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
*/
