

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {

}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	
	

}


/* Screens Resolution : 767px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
	
	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	p{ line-height: 1.4; }

	h1{ font-size: 2.8em; line-height: 1; }
	h2{ font-size: 2.2em; line-height: 1.1; }
		
	
	
}

/* Screens Resolution : 479px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */

	p{ font-size: 0.8em; }

	h1{ font-size: 1.8em; line-height: 1; }
	h2{ font-size: 1.2em; line-height: 1; }
}	
	
/* Screens Resolution : 350px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 350px) {
	
	p{ font-size: 0.8em; }

	h1{ font-size: 1.2em; line-height: 1; }
	h2{ font-size: 0.8em; line-height: 1; }
	
}	

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
/* @media only screen and (max-width: 290px) { */
	
	
}