

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
	h1{ font-size: 1.2em; }
	#logo-box{
		max-width: 760px;
	}

}

/* Screens Resolution : 992px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	
		h1{ font-size: 1em; }

		#logo-box{
		max-width: 660px;

}


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

	p{ line-height: 1.4; }

	h1{ font-size: 1.2em; }

	#logo-box{
		max-width: 560px;
	}
		
	
	
}

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

	/* ---------------------------------
	1. PRIMARY STYLES
	--------------------------------- */
	h1{ font-size: 0.9em; }


	#logo-box{
		max-width: 300px;
	}


	
}

/* Screens Resolution : 359px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 359px) {
		h1{ font-size: 1em; }
	
}

/* Screens Resolution : 290px
-------------------------------------------------------------------------- */
@media only screen and (max-width: 290px) {
	
		h1{ font-size: 1em; }
}