body {
	color: #ffffff;
	font: 17px "Roboto Condensed", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

p {
	margin: 0 0 10px;
	letter-spacing: 2px;
	margin-bottom: 70px;
	line-height: 30px;
}

h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 100px;
	margin-bottom: 5px;
	letter-spacing: 4px;
	line-height: 100px;
	margin-bottom: 30px;
	text-shadow: 0px 5px #061d23;
}

h2 {
	
	color: #eaff00;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 30px;
	
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #eaff00;
}


