/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
		
	}
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! 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;
	}*/

}

h1 { margin: 0px; padding: 0px; }

.footer { font-size: 10px;}

body {
	font-family: Marmelad;
	padding-top: 18px;
}

a { color: #000; }

h1 { font-family: "Karla"; margin-top: 14px; margin-bottom: 18px; font-size: 42px; margin-left: -3px; }
/* h2 { margin-top: -4px;} */

.desc { color: #666;}