/***************** 
PAGE HEADERS CSS
*****************/

/* Adoptions */
#adoption-cat-pageHeader {
	background: url(../images/pgheader-catAdoption-pg2.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
	image-rendering: -webkit-optimize-contrast
}

/* News */
#news-pageHeader {
	background: url(../images/news-page-header.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
	image-rendering: -webkit-optimize-contrast
}

/* News */
#clinic-pageHeader {
	background: url(../images/clinic-page-header.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
	image-rendering: -webkit-optimize-contrast
}

/* Donate */
#donate-pageHeader {
	background: url(../images/donate-page-header.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
	image-rendering: -webkit-optimize-contrast
}


/***************** 
MEDIA QUERIES
*****************/

/* MOBILE */
@media only screen and (max-width:750px) {
	
	
}