html{
	font-family: Open Sans, helvetica, sans-serif;
	background: rgb(135, 95, 154);
	}
body{
	/*max-width: 980px;*/
	height:100%;
	/*padding-top: 20px;*/
	margin:0 auto;
	text-align: center;
}



#logo{
	text-align: center;
	font-size: 52px;
	font-family: Helvetica;
	letter-spacing: -9px;
	border-bottom: 4px solid white;
	margin-bottom: 50px;
	height: 290px;
	background: url(../img/yaco.png)no-repeat center bottom;
	background-size: 415px; 
	color:white;
}
	#logo h1{
		padding: 246px 79px 0 0;
		margin: 0px;
		font-size: 40px;
		font-family: Helvetica;
		letter-spacing: -6px;
	}
	
	span#sublogo{
	font-size: 11px;
	margin-left: 4px;
	letter-spacing: 0px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.65);
	}

#intro{
	color: white;
	border-bottom: 4px solid white;
	padding-bottom: 40px;
}

.demo{
	padding: 0 0 10px 0;
	width: 100%;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.31);
	border-radius: 2px;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	color:white;
	margin-bottom: 50px;
}
.demo h1{
	padding-top: 33px;
	letter-spacing: -2px;
}	
.demo h2{color: #fff;}
#demo-reach-black{margin-bottom: 300px;}

#demo-reach-blue{margin-bottom: 800px;}