.typography {
	color:#494949;
	margin-top:10px;
}

.typography h1 {
	font-size:1.9em;
	color:#ed1c24;
	line-height:1.3em;
	margin:0 0 10px 0;
	padding:0;
}

.typography h3 {
	font-size:1.3em;
	color:#666;
	line-height:1.2em;
}

.typography p {
	margin:0 0 15px 0;
	line-height:1.6em;
	font-size:0.9em;
}

.typography hr {
	border:0;
	width:100%;
	color:#ccc;
	background:#ccc;
	height:1px;
}

@media screen and (max-width: 600px) { 

	.typography {
		font-size:1.2em;
	}

	.typography h1 {
		font-weight:100;
	}

}