html {
	color: #111;
}

body {
	padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
	font-size: 110%;
	line-height: 130%;
	text-align: justify;
}

h1 {
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -2px;	
}

.logo {
	float: left;
	margin-right: 75px;
	
}

.clear {
	clear: both;
}


.project {
	display: block;
	width: 288px;
	margin-right: 90px;
	margin-bottom: 10px;
	position: relative;
	float: left;
}

.project .date {
	position: absolute;
	top: 20px;
	background-color: #000;
	color: #fff;
	padding: 10px;
}

.project .url span {
	font-style: italic;
}

.project .url {
	margin-top: 5px;
}

#contact_amsterdam, #contact_purmerend {
	display: block;
	width: 50%;
	float: left;
}

#contact_amsterdam span, #contact_purmerend span span {
	display: block;
	width: 80px;
	float: left;
}

#footer {
	font-size: 14px;
	line-height: 18px;
}

#footer a {
	/*float: right;*/
}
