body {
	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #FFF;
	padding-top: 56px;
	background-color: #343a40;
	background: url("./assets/background.jpg") no-repeat center center;
}

.gameLogoBox {
	display: flex;
	justify-content: center;
}

.gameLogoImage {
	/*width: 400px;*/
	height: 400px;
	margin: 0em 0em 4em 0em;
	transition: all .1s ease-in-out;
}

img.gameLogoImage:hover {
	transform: scale(1.15);
}

a.downloadButton {
	display:inline-block;
	padding:1.0em 1.5em;
	margin:0 2.5em 2.5em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:300;
	font-size: 1.5em;
	color:#FFFFFF;
	background-color:rgba(0, 0, 0, 0.5);
	/*background-color:#3eedfa;*/
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	/*transition: all 0.2s;*/
	transition: all .1s ease-in-out;
}

a.downloadButton:hover {
	transform: scale(1.15);
}

.platformImage {
	width: 128px;
	height: 128px;
	margin: 0em 0em 1em 0em;
}

.downloadBox {
	display: flex;
	justify-content: center;
}
