@charset "UTF-8";
/* CSS Document */

body {
    height: 100%;
	font-family:Calibri;
	font-size:20px;
	/* background-color:#202020; */
	background-color:#000000;
	align:center;
	color:#f0f0f0;
	margin:0px;
	padding:0px;
}

#logo
{
	width:100%;
	height:auto;
	min-width:500px;
	max-width:600px;
	margin-top:100px;
}

#container
{
  max-width:1000px;
  min-width:500px;
  margin:0px auto;
}


div.centertext
{
	font-size: 24px;
	font-weight:300;
	line-height:38px;
	text-align:center;
	
	max-width:600px;
	margin:0px auto;
	padding-left:5px;
	padding-right:5px;
}

#footer
{
	text-align:center;
	margin-bottom:50px;
}




div.item {
	
	max-width:1000px;
	margin:0px auto;
	margin-bottom:100px;
}

div.summary
{
  width:440px;
  margin-left:40px;
  float:left;
}


@media (max-width:1000px)
{
	div.item {
		width:500px;
	}
	
	div.summary {
		width:100%;
		margin:0px;
		padding-left:5px;
		padding-right:5px;
		text-align:center;
	}
	
	#gamesheadline
	{
		display:none;
	}
	
	#logo{
		margin-bottom:120px;
	}
}



div.thumbnail {
	width:500px;
	height:281px;
	float:left;
	margin-bottom:20px;
	overflow:hidden;
}

div.thumbnail.zoom:hover img {
    transform: scale(1.04);
}

/* slider */

.slider {
  width: 500px;
  height: 281px;
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.3s ease; /* Smooth transition */
}

/* Each image in the slider */
.slider-wrapper img {
  width: 500px;
  height: 281px;
  object-fit: cover;
  transition: transform 0.3s ease; /* Smooth transition on hover */
}

/* Hover effect: Slide 20px to the left */
.slider:hover .slider-wrapper img {
  transform: translateX(-20px); /* Slide left by 20px */
}



img.thumbnail {
	
	width:100%;
	height:100%;
	
	/* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    transition: transform 0.4s ease;
}








img.store {
	
	height:25px; width:auto;
	margin-left:5px; margin-right:5px;
}

.item p {
	font-size:20px;
	font-weight:300;
	color:#f0f0f0;
	line-height:28px;
}





img.separator {
	height:80px; width:auto; margin-top:50px; margin-bottom:50px;
}

h1 { font-size: 50px; font-weight:normal; text-align:center; margin-top:150px; margin-bottom:50px; color:#ffffff; }

h2 { margin-top:5px; font-size:28px; margin-bottom:0px; color:#ffffff;}
p.year { font-size:26px; font-weight:normal; margin-top:0px; color:#ffffff; }

a {
	color:#c0c0c0;
}
a:hover { color:#ffffff; }
	
	
hr {
	color:white;
	height:2px;
	width:600px;
}