#header {
	background: #f1f1f1;
	padding: 2em;
}
.logoImage {
	width: 100%;
	height: auto;
	margin-bottom:1em;
}
#header h1 {
	text-indent: -9999em;
	width: 386px;
	height: 10px;
	margin: 20px auto;
}

#myself {
	padding: 1em;
	background: #f9f9f9;
}

#references {
	padding: 2em;
	
}
ul.referenceList {
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.referenceList li {
	margin:0;
	padding:0;
	display: inline-block;
}
ul.referenceList li a {
	display: inline-block;
	padding: .4em;
	text-align: center;
	background: #181818;
	font-size: 1.5em;
	color: #f1f1f1;
	margin: .8em 1em 0 0;
	font-weight: 100;
}
ul.referenceList li a:hover {
	text-decoration: none;
}

#contact {
	padding: 1em 1em 2em;
	background: #f9f9f9;
}

p.question {
    font-weight:bold;
    font-size:1.2em;
}
