.content{
	width: 940px;
	margin: 0 auto;
}

h1, h2, h3, h4{
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-family: "Pathway Gothic One", sans-serif;
}

 p{
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
}
a{
	color: #e4244b;
}
h2{
	font-size: 40px;
}
h3{
	font-size: 30px;
}
h1{
	margin-top: 40px;
	margin-bottom: 30px;
}

@media only screen and (max-width : 960px){
	.content{
		width: 100%;
	}
	h1, h2, h3, h4, p{
	padding: 0px 10px;}
}
