#gamecontainer {
	width:1920px;
    height:1080px;
    background: url(images/luggage_hopper_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
}
.image {
    width: 250px;
    height: 300px;
}

.gamebutton {
	color: white;
	margin: 0 auto;
	width: 70%;
	text-align: center;
	font-size: 30px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 30px;
	padding-left: 30px;
	font-weight: 700;
	line-height: 120%;

}
.gamebutton a {
	    color: white;
    font-family: 'Roboto Condensed', sans-serif;

	


}

.game img {
	width: 100%;
	height: 100%;
	max-width:350px;
	max-height:194px;
}

p {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}
.rowofgames {
	width: 95%;
	margin: 0 auto;
	height: 83%;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 3%;
	padding-bottom: 2%;
	background-color: rgba(13, 21, 107, 0.6);

}
#gamecenter {
	float: right;
	width: 75%;
	height: 100%;

}

#gamecontainer h1 {
	color: #ffffff;
	font-size: 100px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-block-start: 0em;
	margin-block-end: 0em;
	line-height: 98%;
	padding-top: 40px;
	text-align: center;
}
	
a:link, a:visited, a:hover, a:active 
{text-decoration:none;
}
.game {
	width: 27%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	margin-top: 3%;
	margin-right: 5%;
	background-color: #0d156b;
	border-radius: 10px;
}

#info-links img {
	padding: 10px;
	float: left;
}
#info-links {
	color: white;
	float: right;
	width: 40%;
}
#partnership {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 105%;
	text-align: left;
	font-weight: 400;
	width: 45%;
	color: white;
	line-height: 120%;
	float: left;
}
