body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: black;
}
a:link {
	color: #000;
}
a:visited {
	color: #000 !important;
}
a:hover {
	color: #000 !important;
	font-style: underline;
}
a:active {
	color: #000 !important;
}
#headerRow {
	user-select: none;
	display: inline-block;
	padding: 5px;
}
#mainContainer {
	background-color: #F8F4EB;
	max-width: 1200px;
}
#showcaseCar {
	height: 115px;
	display: inline;
}
#gameslist {
	display: inline;
}
.gameCell {
	padding: 30px;
}
.navbarClass {
	background-color: #FFB129;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
    border-radius: 10px;
	text-align: right;
}
.listingImage {
	border-color: #FFB129;
    border-width: 10px;
    border-style: solid;
    border-radius: 10px;
}
.gameIconSt {
	position:absolute;
	background: black;
	width: 360px;
	height: 222px;
	border-radius: 10px;
}
.gameIconSt:hover {
	opacity: 0;
}
.gameIconDy {
	width: 360px;
	height: 222px;
	border-radius: 10px;
}
.gd__aspect-ratio-box {
	position: relative;
	overflow: hidden;
	height: 0;
	/*padding-top: 56.25%; !* 16:9 Aspect Ratio *!*/
	padding-top: 75%; /* 4:3 Aspect Ratio */
	/*padding-top: 66.66%; !* 3:2 Aspect Ratio *!*/
	/*padding-top: 62.5%; !* 8:5 Aspect Ratio *!*/
}
.gd__aspect-ratio-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
}
.gameIconNr {
	width: 220px;
	height: 170px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
}
.gameIconNr:hover {
	transform: scale(1.1);
}
.gameIconSmall {
	width: 120px;
	height: 90px;
	border-radius: 10px;
}
.gameIconSmall:hover {
	transform: scale(1.1);
}
.gameIconPadder {
	padding-top: 15px;
	padding-bottom: 15px;
}
