@charset "UTF-8";

/* Layout (global rules for all sizes) */
body { margin:0; padding: 0; }

header a.logo {
	display: block;
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	background-image: url(../images/logo.png);
}

/* Layout Large Screens (default for older browsers) */


header {
	height: auto;
	width: auto;
	background-color: #000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 110px;
	position: relative;
}


article { padding: 60px 20px 10px 20px; }

.picture {
	position: relative;
	float: left;
	width: 310px;
	height: 310px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	}
	
.intro {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 30px;
	}
	

footer {
	font-size: 1.3em;
	color: #333;
	background-color: #CCC;
	line-height: 1.5em;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 150px;
}

body { background-image: none; }




@media screen and (max-width:990px) {
}

@media
	only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (-o-min-device-pixel-ratio: 2/1),
	only screen and (min-device-pixel-ratio: 2),
	only screen and (min-resolution: 192dpi),
	only screen and (min-resolution: 2dppx)
{

}