body {
	background-color: #EBEBEB;
	background-image: url('/res/gv-bg.png');
	background-repeat: repeat;
}

html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	font-family: 'Lato', sans-serif;
}

img.screenshot {
	border: 1px solid black;
	width: 150px;
}

a {
	color: #2c3e50;
	text-shadow: 1px 1px #111f2d;
	font-weight: bold;
	font-size: 11pt;
}

#game-page-screenshots > a:focus {
	outline: 0;
}

.center, #games-grid {	
	text-align: center;
}

.game-name-container {
	position: absolute;
	bottom: -10;
	opacity: 0;
	width: 100%;
	background-color: #000;
	font-weight: bold;
}

.game-name {
	font-weight: bold;
	position: absolute;
	bottom: -10;
	left: 10%;
	opacity: 0;
	color: #fff;
}

.game {
	border: 0.5px solid black;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	height: 150px;
	width: 150px;
	position: relative;
}

/* Game page */

ul#game-page-links {
	list-style-type: none;
}

#game-page {
	margin: 1em;
	position: relative;
}

#game-page-screenshots {
	padding-left: 3em;
}

#game-page-screenshots > a:hover {
	color: #2c3e50;
	opacity: 0.8;
}

#game-page-screenshots > a:hover > img {
	box-shadow: 0 0 3pt 2pt #2c3e50;
}

#game-page-screenshots > a:focus > img {
	box-shadow: 0 0 3pt 2pt #2c3e50;
}

#game-page-screenshots > a:focus {
	color: #2c3e50;
	outline: 0;
	opacity: 0.8;
}

#game-page-description {
	padding-top: 2em;
}

#game-page > h2 {
	color: #2c3e50;
	text-shadow: 1px 1px #111f2d;
}

span.navigation {
	text-shadow: 1px 1px #555;
	font-weight: bold;
}

span.navigation > img {
	position: relative;
	top: 8px;
}