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


	body {
			background-color: #222;		
		  font-family: "futura-pt",sans-serif;
		  color: #888;		  

	}
	h1 {
		color: #ff7700;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 4em;
	}
	.adesc {
		color: #eee;
		font-size: 0.8em;
		height: 60px;
	}
	p {
		margin-bottom: 20px;
	}

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

@media handheld, only screen and (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;
	}*/

}