html, body {
	margin: 0;
	line-height: 1.8;
}

body {
	font-family: helvetica, sans-serif;
	font-size: 16px;
	color: #353535;
}

img {
	box-sizing: border-box;
}

.fullheight {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

.wrapper {
	display: table-cell;
	vertical-align: middle;
}

.content {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}

.content .desc {
	text-align: center;
	font-size: 1.2em;
	padding: 0 8px;
	max-width: 500px;
}

.logo {
	width: 100%;
	max-width: 300px;
	padding: 20px;
}

.persons {
	width: 100%;
	max-width: 690px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 20px 0;
}

.person {
	padding: 20px;
}

.person > h2 {
	font-weight: 400;
}

.persons > .person > p, h2 {
	margin: 0;
	padding: 0;
}

.company {
	margin-top: 20px;
	font-size: 0.8em;
	text-align: center;
	color: #afafaf;
}

a {
	text-decoration: none;
	color: #129200;
}
