h1 {
	font-size: 77px;
	color:#737c85;
	font-family: 'league_gothicregular', Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin:40px 0 30px;
}

.introText {
	font-size:25px;
	color:#737c85;
	font-family: 'Sintony', Helvetica, sans-serif;
	text-align: center;
	margin-bottom:10px;
}

#bodyText {
	color:#737c85;
	font-size:17px;
	margin-top:10px;
}

.pdfButton {
	display: block;
	background: #7f2733;
	padding: 7px 18px;
	border: 2px solid transparent;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	margin:20px auto 40px;
	border-radius: 3px;
	width:200px;
	text-align: center;
}

.pdfButton:hover {
	text-decoration: none;
	color: #7f2733;
	border-color: #7f2733;
	background: rgb(247,247,247);
}

h4 {
	font-size:25px;
	color:#737c85;
	font-family: 'Sintony', Helvetica, sans-serif;
	text-align: center;
	margin-bottom:10px;
	font-weight:700;
}

#donate {
	height: 60px;
	font-size: 20px;
	line-height: 55px;
	padding: 0 20px 0 67px;
	background: #7f2733 url(images/_pages/home/heart.png) 20px 50% no-repeat;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	right: 0;
	color: white;
	border: 3px solid transparent;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

#donate:hover {
	border-color: white;
	/*border-right-color: transparent;*/
	text-decoration: none;
}

.textpad {padding:10px;}
.textpad ul li {margin-bottom:15px;}
/* --- RESPONSIVE FIXES ------*/

@media (max-width: 1200px) {
	
}

@media (max-width: 992px) {	
		
}

@media (max-width: 770px) {
	h1 {font-size: 72px;}
	
	.introText, #bodyText {font-size:20px;}
}

@media (max-width: 400px) {
	
}

