/* Styles fonts */

a { color: #45930c; }
h1,h2,h3 { 
/*	font-family: RockwellStdBold, Georgia, Times New Roman, Times, serif; */
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

h1 { letter-spacing: -1px; }

.ltcol p {
	font-family: RockwellStdRegular, Helvetica, Arial, sans-serif;
	font-size: 1.35em; 
	line-height: 1.2em;
}

.superlarge { 
	font-size: 7em; 
	line-height: 1em;
	margin-bottom: 0;
}
.big {
	font-size:3.5em;
}

#heromessage {
	font-size: 1.3em;
	line-height: 1.5em;
}

.green {
	color: #45930c;
}
.gold {
	color: #f4c91b;
}
.red {
	color: #eb3b1e;
}
.blue {
	color: #395E92;
}
.orange {
	color: #f6882e;
}
.brown {
	color: #45250a;
}

