/* COPYRIGHT (C) 2018 BY G. STEKELENBURG - ALL RIGHTS RESERVED */

* {
	font-family: Helvetica;
	font-size: 2.2vh;
	box-sizing: border-box;
	margin: 0;
}

template {
	display: none;
}

body {
	text-align: center;
	font-size: 0;
	font-weight: 300;
	margin: 20vh 0;
	line-height: 3vh;
}

#header {
	width: 100%;
	background: white;
	position: absolute;
	top: 10vh;
	padding: 1vh;
	box-shadow: 0 0 5vh #fff;
}

#header,
#header.fixed {
	position: fixed;
	top: 0;
}

#header * {
	display: inline-block;
}

#header a {
	padding: 0 1vh !important;
}

h1,h2,h3,h4 {
	font-size: 2.5vh;
	font-weight: 500;
}

h1 a {
	color: #000;
	font-weight: 500;
}

h2 {
	font-family: Georgia;
	font-size: 10vh;
	margin: 20vh auto;
}

p {
}

@media screen and (max-width: 100vh) {
	h2 {
		width: 40vh;
		line-height: 10vh;
	}
	
	#header a { display: none !important; }
	label { display: none !important; }	
	i.icon svg { width: 4vh; height: 4vh; }
	#contact { padding-bottom: 20vh !important; }
}

h3 {
	padding-top: 10vh;
}

q {
	display: block;
	margin: 30vh auto;
	font-family: Georgia;
	font-weight: 100;
	font-size: 10vh;
}
q:before,
q:after { content: '' }

blockquote {
	margin: 8vh 0vh;
}
blockquote p {
	font-family: Georgia !important;
	font-style: italic;
}

blockquote h4 {
	font-weight: 900;
	font-size: 12vh;
	height: 0px;
	/*color: dodgerblue;
	opacity: 0.3;*/
	color: #eee;
	text-align: right;
	padding-botton: 2vh;
}


h3, h4, p, ul {
	width: 90vh;
	max-width: 90vw;
	margin: 2vh auto;
	text-align: left;
}

h3, h4 {
	margin-top: 4vh;
}

h3 {
	font-weight: 100;
	font-size: 4vh;
}

a {
	white-space: nowrap;
	color: dodgerblue;
	text-decoration: none;
	cursor: pointer;
}
a:hover label {
	text-decoration: underline;
}

#contact {
	padding-bottom: 45vh;
}

#contact a {
	display: block;
}

#footer a {
	display: inline-block;
	padding: 0 2vh;
}

#footer {
	position: fixed;

	left: 0vw;
	right: 0vw;
	bottom: 0vh;

	line-height: 3vh;
	background: white;
	box-shadow: 0 0 5vh #fff;

	padding: 2vh;
	padding-bottom: 4vh;
}

small {
	position: fixed;

	left: 0vw;
	right: 0vw;
	height: 3vh;
	bottom: 0vh;

	display: block;
	font-size: 1.5vh;
	color: gainsboro;
	z-index: 2;
}

.icon {
	width: 2.2vh;
	height: 2.2vh;
	display: inline-block;
	margin-top: 0.4vh;
	vertical-align: top;
}

.icon svg {
	fill: currentColor;
}


#logo {
	height: 4vh;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0.5vh;
}

#gdpr_popup {
	position: fixed;
	bottom: 10vh;
	width: 100%;
	text-align: center;
	background: #29f;
	padding: 3vh;
	font-weight: bold;
	font-size: 1.5vh;
	color: #fff;
	box-shadow: 0 0 0 1px #18e;
}

#gdpr_popup button {
	border: none;
	border-radius: 3px;
	padding: 1vh 2vh;
	box-shadow: 0 0 0 1px #18e;
	display: block;
	margin: 0 auto;
	font-size: 1.5vh;
