@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	background-color: #000;
}

.full-screen-bg {
	background-image: url("img/skating-bg.webp");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.logo-container {
	max-width: 600px;
	margin: 0 15%;
}

.logo {
	width: 100%;
    height: auto;
}

.social {
	margin-top: 20px;
}

.social img {
	width: 75px;
	height: 75px;
}