html, body {
	margin: 0;
	padding: 0;
	position: relative;
	color: white;
	width: 100%;
	height: 100%;
	background-color: black;
}
html {
}
body {
	min-width: 100%;
	min-height: 650px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	outline: 0;
	transition: all 0.3s ease-out;
}
a:link,
a:visited,
a:active {
	color: #ffffff;
	outline: 0;
}
a:focus,
a.hover {
	color: #ffffff;
	outline: 0;
}
a:hover {
	-webkit-stroke-width: 5.3px;
	-webkit-stroke-color: #ffffff;
	-webkit-fill-color: #ffffff;
	text-shadow: 0 0 0.5em #ffffff;
}
.polygons {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
}
.polygons svg {
	background-color: #000000;
	width: 100%;
	height: 100%;
	min-width: 700px;
	min-height: 600px;
	display: block;
	position: relative;
	top: 0;
	z-index: 10;
}
.header {
	position: relative;
	width: 220px;
	z-index: 20;
	top: 36vh;
	margin: 0 auto 0 auto;
}
	.header h1 {
		margin: 0;
		text-indent: -1000em;
		overflow: hidden;
		height: 0;
	}
	.header img.logo {
		position: relative;
		width: 200px;
		left: 4%;
	}
.main {
	position: absolute;
	z-index: 30;
	text-align: center;
	margin: 0 auto 0 auto;
	bottom: 2em;
	left: 0;
	right: 0;
	line-height: 1.7em;
}
	.main .phone,
	.main .address,
	.main .opening-hours,
	.main .contact {
		margin-top: 0;
		margin-bottom: 0;
	}
	.main .address,
	.main .opening-hours,
	.main .phone .phone-country-code {
		opacity: 0.6;
	}

	.main .phone {
		line-height: 2em;
	}
	.main .phone > * {
		vertical-align: middle;
	}
	.main .phone .phone-label {
		font-size: 1.5em;
		transform: rotate(-65deg);
		display: inline-block;
	}
	.main .phone .phone-country-code {
	}
	.main .phone .phone-number {

	}
.test {
	position: relative;
	z-index: 20;
	width: 10px;
	height: 2000px;
	background-color: green;
}
