

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		.content {width:960px; margin-top:-1px; }
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.content{width:768px; margin-top:-1px; }}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) 

h1 {line-height:110%; font-size: 21px !important;}
h2 {line-height:110%; font-size: 19px !important;}
h3 {line-height:110%; font-size: 18px !important;}
p  {line-height:160%; font-size: 15px !important; }
 body {line-height:160%; font-size: 15px !important; }
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) 

h1 {line-height:110%; font-size: 20px !important;}
h2 {line-height:110%; font-size: 18px !important;}
h3 {line-height:110%; font-size: 16px !important;}
p  {line-height:160%; font-size: 14px !important; }
 body {line-height:160%; font-size: 14px !important; }
}
