/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	background: #a6a6a6;
	/* background: #a6a6a6 url(../logo.png) 95% 5% no-repeat fixed;*/
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	text-shadow: 0px 1px 1px #eee;	
	}
	body:before { 
	content: "";
	position: fixed;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,2);
	box-shadow: 0px 0px 20px rgba(0,0,0,2);
   }
   #troels {
	width: 418px;
	height: 630px;
	background-image:url(../troels.jpg);
	position: relative;
	z-index: 1;
	left: -60px;	
	}
	h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 7.8em; text-transform: uppercase;
	color: #222;
	text-shadow: 0px 2px 3px #ddd;
	}
	.footer h1 {
	color: #333;
	text-shadow: 0px 2px 3px #000;
	margin-bottom: 20px;
	}
	.footer p {
		color: #ddd;
		text-shadow: 0px 1px 1px #000;
		}
	.footer {
		background-color: #121212;
		color: 000;
		border-top: 2px solid white;
		}
	.copy {
		text-align: center;
		font-style:italic;
		font-size: 0.8em;
		}
	.sixcol p, .sixcol h1 {
		position: relative;
		z-index: 2;
		}
	.first {
		margin-top: 100px;}
	

/* ============================= */
/* ! 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;
	}*/

}