
@media (max-width: 767px) {

	h1 {
		font-size: 40px;
		line-height: 44px;
	}
	h2 {
		font-size: 38px;
		line-height: 42px;
	}
	h3 {
		font-size: 24px;
		line-height: 28px;
	}
	h4 {
		font-size: 28px;
		line-height: 32px;
	}
	
}

@media (min-width: 768px) {

	h1 {
		font-size: 60px;
		line-height: 66px;
	}
	h2 {
		font-size: 58px;
		line-height: 64px;
	}
	h3 {
		font-size: 28px;
		line-height: 34px;
	}
	h4 {
		font-size: 44px;
		line-height: 50px;
	}
	
}

@media only screen and (min-width: 641px) {

}

@media (min-width: 992px) {

}

@media (max-width: 1200px) {

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}

@media only screen and (min-width: 960px) and (max-width: 991px) {

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

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

}

@media only screen and (min-width: 1200px) {

}




/**************************************************
	RETINA DISPLAY IMAGES
**************************************************/
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
	
}

@media only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) and (max-width: 767px) {
	
}
	
