/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
           font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	       font-size: 0.8em;
	       line-height: 1.5em;
	}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media only screen and (max-width: 480px) {

	body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 0.5em;
	    line-height: 1.5em;
        min-width: 120px;
		max-width: 320px;
	}
   
  
}



@media  only screen and (max-width: 767px) {

	body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 0.7em;
	    line-height: 1.5em;
         min-width: 480px;
		max-width:767px;
	}
   
}
/* ============================


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}