.menu
{
	cursor:		pointer;
	position:	absolute;
}

body
{
	width: 				100%;

	margin: 0px;
	overflow: hidden;
	background-color: #f5f5f5;
	font-family: "Barlow";
}

*
{
	box-sizing: border-box;
}

a
{
	color: #860202;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	color: #6D0101;
}

.topbar
{
	color: #ffffff;
	background-color: #6d0101;
	position: absolute;
	display: flex;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 1);
	z-index: 1;
}
.topbar a
{
	color: #399190;
}

.topbar .logo
{
	width: 20px;
	height: 22px;
	margin-right: 10px;
}

.topbar .title
{
	flex-grow: 1;
	display: flex;
	/* border: 1px solid green; */
	justify-content: center;
}

.topbar .gamelogo
{
	margin-left: 10px;
}

.container
{
	height: 			100vh;
	justify-content: 	center;
	align-items: 		center;
	display:			flex;
	flex-direction: 	column;
}

.container>.logos
{
	width: 				100%;
	display: 			flex;
	justify-content: 	center;
	align-items: 		center;
	flex-grow: 			1;
	background-image: url('background.png');
	background-position: 50% 50%;
	background-repeat: repeat-x;

}

.container>.logos .spacer
{
	width: 				250px;
}
.container>.logos img.main
{
	margin-top:			45px;
}

.container .footer
{
	padding: 			10px;
}

.content
{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
}

.backgroundgallery
{
	background-size: cover;
	background-position: 50% 50%;
	height: 100vh;
}

.backgroundgallery.image1 {background-image: url('../mm3d/01.jpg');}
.backgroundgallery.image2 {background-image: url('../mm3d/02.jpg');}
.backgroundgallery.image3 {background-image: url('../mm3d/03.jpg');}
.backgroundgallery.image4 {background-image: url('../mm3d/04.jpg');}

.downloadbox {position: absolute;}
.downloadbox.page1
{

	left: 				60px;
	bottom: 			60px;
}
.downloadbox.page2
{

	right: 				60px;
	top: 				120px;
}
.downloadbox.page3,
.downloadbox.page4
{

	right: 				60px;
	BOTTOM: 			60px;
}
.downloadbox .buttonContainer
{
	display: flex;
}
.downloadbox button
{
	display: block;
	margin-top: 10px;
	flex-grow: 1;
	font-size: 1.2em;
	font-weight: bold;
	/* float: right;/ */
}

.downloadbox>div
{
	background-color: 	white;
	padding: 			15px;
	font-size: 			14pt;
	border-radius: 		10px;
	max-width: 			600px;
}

.downloadbox div .title
{
	font-weight: 		bold;
	font-size: 			1.2em;
	text-transform: uppercase;
	margin-bottom: 8px;
}