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





*{												
	-webkit-transition:all .25s ease-out;		
	-moz-transition:all .25s ease-out;		
	}
	
	

html {										
	overflow-y: scroll;
	font-family: 'Raleway', sans-serif;
	background-color: #111;
}




.leo {
	margin:  25% 0 0 0;
 }

.leo2 {
	margin:  25% 50% 0 0;
 }

.leo3 {
	margin:  25% 0 0 50%;
 }

  
  
    
p{
	font-family: 'Raleway', sans-serif;
	text-align:center;
	font-weight: 300;
	font-size: 36px;
}




a{
	text-decoration:none;
	color:#555;
	letter-spacing: 10px;
}

a:hover{
	color:#ccc;
	letter-spacing: 14px;
}



