/* Theme */

body, html {
	height: 100%;
}

main {
	color: #fff;

}

body {
	background-image: url("./images/eschengraben_pankow_30.jpg");
	backdrop-filter: blur(5px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

.icons-social a {
	color: #FAFAFA;
}

.icons-social a svg path{
	fill: #FAFAFA;
}

footer {
	color: white;
	margin-bottom: 35px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

footer .credits {
	text-align: center;
	font-weight: bold;
}

footer a {
	color: white;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}