body {
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	background-color: white;
	font-size: 11pt;	
}

p, h1, h2, h3 {
	margin: 0px;
}

div.section {
	padding: 10px;
}

div.title {
	background-color: black;
	padding-bottom: 0px;
	border-bottom: 4px solid white;
	color: white;
}

div.welcome {
	background-color: lightgrey;
	border-bottom: 4px solid white;
}

div.nextcloud {
	background-color: #00679e;
	color: white;
}

div.projects {
}

div.gallery {
	margin-top: 10px;
}
div.project-entry {
	width: 150px;
	height: 200px;
	background-color: lightgrey;
	overflow: hidden;
	border: 1px solid grey;
	margin-right: 8px;
	margin-bottom: 8px;
	float: left;
}

div.project-entry h3, div.project-entry p {
	margin-top: 5px;
	margin-left: 5px;
}

div.project-deco {
	height: 40px;
	background-size: cover;
}

.thumb-img {
	width: 84px;
	height: 40px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

h1 {
	font-size: 36pt;
	margin-bottom: -11.5px;
}

h2 {
	font-size: 18pt;	
}

h3 {
	font-size: 12pt;	
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: grey;
	text-decoration: none;
}
