p {
	font-family:Arial;
	color:white;
	font-size:14px;
}

p.dark {
	font-family:Arial;
	color:#aaabac;
	font-size:14px;
}

p.headerText{
	font: bold 14px Arial;
	color: #000000;
	position: absolute;
	top: 80px;
	right: 50px;
}


h1{
	font-family:impact;
	font-size: 40px;
	color: #cd5a01;
	background: -webkit-linear-gradient(top, #ed930f, #cd5a01);
	background: linear-gradient(top, #ed930f, #cd5a01);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}

h2{
	font-family:impact;
	font-size: 30px;
	color: #8d8d8d;
	text-align:center;
}

h3{
	font: bold 18px Arial;
	color: #3a3e45;
}
