
body {
	font-family: "Helvetica", sans-serif;
	margin: 0;
	padding: 30px;

	font-size: 16px;
	line-height: 130%;
}

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

/* Header */
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	font-size: 12px;
	line-height: 133%;
}
header .header-title h1,
header .header-secondary {
	font-size: 24px;
	line-height: 120%;
	font-weight: regular;
	margin: 0;
	text-transform: uppercase;
}
header .header-title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
}
header .header-secondary {
	margin-right: auto;
}
header .header-contact {
}

/* Gallery */
.gallery {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: -1;
	width: 100%;
}
.gallery .image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.gallery .image.with-margin {
	top: 30px; right: 30px; bottom: 30px; left: 30px;
}
