.jumbotron
{
	padding: 30px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2;
	color: inherit;
	background-color: #888;
}

#gamesMain div.article:nth-of-type(even)
{
	background-color: #eaeaea;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
}

#gamesMain div.article:nth-of-type(odd)
{
	background-color: #ccc;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
}

div.container
{
	width : auto;
    text-align: center;
}

div.description > p
{
	color : #393939;
	margin-bottom : 1em;
}

div.description > h2
{
	margin-bottom : 1em;
}

img.gamePreview
{
	margin-top : 1em;
	margin-bottom : 1em;
}

li
{
	color : #393939;
}

ul
{
	margin-bottom : 1em;
}

div.description h1
{
	font-weight : 500;
	color : #393939;
	margin-bottom : 1em;
}

h2.eyeIcon
{
	width : auto;
	height : auto;
}

#main article
{
	padding : 0;
}

header
{
	background-color : #5d5d5d;
	padding : 3em 0;
	margin: 0 0 0 0;
}

header h2
{
	color: #fff;
}

header p
{
	color: #fff;
}

a
{
	color : blue;
}

img.eyeIconLeft
{
	vertical-align : middle;
	width : 5%;
	heifht : 5%;
	object-fit : contain;
}

img.eyeIconRight
{
	vertical-align : middle;
	width : 5%;
	heifht : 5%;
	object-fit : contain;
}

.gamePreview
{
	height : auto;
	max-height : 30%;
	width : auto;
	max-width : 30%;
	object-fit : contain;
}

.eyeIcon
{
	height : auto;
	max-height : 5%;
	width : auto;
	max-width : 5%;
}

.gameParagraph
{
	padding-left : 10%;
	padding-right : 10%;
	margin-bottom : 0;
	margin-top : 0;
}