/* Typography
================================================== */
.typography h1, .typography h2,.typography h3 {
	color: #a8a8a8;
	font: 14px 'Kaushan Script', cursive;
	font-weight: 300;
	margin: 0 0 6px 0;
}
.typography h4, .typography h5, .typography h6 {
	color: #a8a8a8;
	font: 14px 'Titillium Web', Arial, sans-serif;
	font-weight: 300;
	margin: 0 0 6px 0;
}
		
.typography h1 a, .typography h2 a, .typography h3 a, .typography h4 a, .typography h5 a, .typography h6 a { font-weight: inherit; }
.typography h1 { font-size: 44px; line-height: 44px; }
.typography h2 { font-size: 36px; line-height: 36px; }
.typography h3 { font-size: 28px; line-height: 30px; }
.typography h3.sectionTitle { font-size: 28px; line-height: 30px; margin-bottom: 10px; padding: 26px 0 6px 0; border-bottom: 1px solid #e2e2e2; }
.typography h4 { font-size: 20px; line-height: 30px; }
.typography h5 { font-size: 17px; line-height: 24px; }
.typography h6 { font-size: 15px; line-height: 21px; }
.typography .subheader { color: #777; }

.typography p { margin: 0 0 15px 0; line-height: 170%;}
.typography p img { margin: 0; }
.typography p.lead { font-size: 21px; line-height: 27px; color: #777;  }

.typography em { font-style: italic; }
.typography strong { font-weight: bold; }
.typography small { font-size: 80%; }
.typography .pinkText {color: #CE2671;}

.typography .normalText {
	
}

.typography .fettext {color: #CE2671;font-weight:bold;}
.typography .typography {};