* {
	margin: 0;
	outline: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
img {
	max-width: 100%;
}

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
}


html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}


body {
	font-family: "Apercu Pro Regular", 'Trebuchet MS', Arial, sans-serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 100%;
	line-height: 1.5;
	color: #222;
	text-align: left;

	background: url("./bulb-querformat.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	text-decoration: none;
	color: #222222;
}
a:hover {
	border-bottom: 1px solid black;
}

h1 {
	font-size: 1.2em;
	font-family: "Apercu Pro Medium", 'Trebuchet MS', Arial, sans-serif; 
	font-weight: 600; 
	font-style: normal; 
}

h2 {
	font-size: 1.2em;
	font-family: "Apercu Pro Medium", 'Trebuchet MS', Arial, sans-serif; 
	font-weight: 600; 
	font-style: normal; 
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

p {
	max-width: 600px;
}

#container {
	min-height: 100%;
	margin: 0 2.5em;
	position: relative;
}

#header {
	text-align: left;
	padding-top: 2.5em;
	padding-bottom: 5em;
	color: white;
}

#header a {
	color: white;
}


#content {
	text-align: left;
	padding-bottom: 7em;
}

.field {
	margin: 0 0 2em 0;
}

#footer {
	font-size: 1.1em;
	bottom: 0em;
	height: 7em;
	position: absolute;
}