* {
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 35px;
	color: #004d78;
	margin-bottom: 22px;
	line-height: 1.5;
}

h2 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 35px;
	color: #004d78;
	margin-bottom: 22px;
	line-height: 1.5;
}

h3 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 20px;
	color: #b08336;
	margin-bottom: 22px;
	line-height: 1.5;
}
h1.gross {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 54px;
	color: #004d78;
	margin-bottom: 0px;
	line-height: 1;
}

h2.gross {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 54px;
	color: #004d78;
	margin-bottom: 0px;
	line-height: 1;
}

h3.gross {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 29px;
	color: #b08336;
	margin-bottom: 50px;
	line-height: 1;
}

h3.gross-m {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 29px;
	color: #b08336;
	margin-bottom: 0px;
	line-height: 1;
}

p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #000;
	margin-bottom: 25px;
	line-height: 1.5;
}

p.footer {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #000;
	margin-bottom: 25px;
}

.playground {
	background-image: url("../Images/Background/backgrounds-1.jpg");

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	position: absolute;
	top: 0%;
	z-index: -1;
	width: 100%;
	height: 80%;
	border: 0px;
}

.player {
	background-image: url("../Images/Player.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: scroll;
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 12vh;
	height: 17vh;
	border: 0px;
	margin-left: -12vh;
	align-items: center;
}

.infoarea {
	background-image: url("../Images/Background/backgrounds-2.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: absolute;

	top: 80vh;
	width: 100%;
	height: 20%;
	border: 0px;
}
