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

	* {
	margin: 0;
	}
	
	html, body {
	height: 100%;
	background-image: url(../img/bg.jpg)
	}
	
	body {
	background-color: #50504e;
	background-size: auto auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0px 2px #000;
	}
	
	.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	}
	
	.container .threecol {
	text-align: center;
	margin-bottom: 40px;
	}
	
	.logo {
	margin: 85px 0 136px 0;
	text-align: center;
	}

	.container h2 {
	color: #fff;
	text-align: center;
	font-size:28px
	}
	
	.container p {
	color: #fff;
	text-align: center;
	line-height: 25px;
	}
	
	.footer, .push {
	text-align: center;
	height: 40px;
	}
	
	.footer {
	background: transparent url(../img/footer-bg.png) top left;
	}
	
	.footer p {
	font-size: 13px;
	font-weight: bold;
	padding-top: 12px;
	color: #fff;
	}
	
	
	
	

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

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

	.logo {
	margin: 42px 0 68px 0;
	text-align: center;
	}
	
	.container .threecol {
	margin: 0 0 40px 0;
	}
	
	.footer p {
	padding-top: 8px;
	}

}

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

	.wrapper {
	margin: 0 auto -60px;
	}

	.footer, .push {
	text-align: center;
	height: 60px;
	}

}


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

}