body {
	margin: 0 0 0 0;
	background-color:#ededed;
	font-family:'Roboto Condensed', 'Roboto', Helvetica, Arial, sans-serif;
}

a {
	color: #cd6928;
}

a:hover {
	color: #5caaba;
}


div#nav {
	background-color:#5caaba;
	width:100%;
	text-align:right;
	/*position:fixed;
	top:0px;*/
}

div.topnav {
	margin: 0 auto;
	padding-right:1em;
}

div.topnav div {
	width:100px;
	display: inline-block;
	color: black;
	text-decoration: none;
	transition: 0.3s;
	font-family:'LeagueGothicRegular', Helvetica, Arial, sans-serif;
	font-size: 2em;
	text-transform:uppercase;
	text-align:center;
	letter-spacing:0.1em;
	padding:0.25em;
}

div.topnav div a {
	text-decoration: none;
	color: #000000;
	position:relative;
	top:0.1em;
}

div.topnav div.on {
	color: #cd6928;
	background-color: #000000; 
}

div.topnav div a {
	text-decoration: none;
	color: #000000;
	position:relative;
	top:0.1em;
}

div.topnav div.on a {
	color: #cd6928;
}

div.topnav div a.on {
	color: #cd6928;
}

div.topnav div:hover 
{
	background-color: #000000; 
	color: #cd6928;
}

div.topnav div:hover a
{
	text-decoration: none;
	color: #cd6928;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	background-color:#000000;
}

div#main {
	margin-top:2em;
	margin-left: auto;
	margin-right: auto;
	text-align:justify;
	color: #ededed;
	margin-bottom:1em;
}

div#games {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

div#games .title {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

div#games .gothic {
	font-size:3em;
	text-transform:uppercase;
}

div#games div.game {
	position:relative;
	text-align:left;
	display: inline-block;
	width:30%;
	background-color:#ededed;
	background:linear-gradient(to bottom, rgba(236,236,236,1) 50%, rgba(0,0,0,0));	
	vertical-align: top;
	min-height:300px;
	border-radius:25px;
	color:black;
	padding:1.1em;
	margin:5px;
}

div#games div.game-detail {
	position:relative;
	text-align:left;
	display: inline-block;
	width:50%;
	background-color:#ededed;
	vertical-align: top;
	min-height:350px;
	border-radius:25px;
	color:black;
	padding:1.1em;
	margin:5px;
	font-family:'Roboto Condensed','Roboto', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:2em;
}

div#games div.game-desc {
	font-size:1.5em;
}

div#games textarea {
	width:100%;
	height:3em;
	font-family:'Roboto Condensed','Roboto', Helvetica, Arial, sans-serif;
	font-weight:400;
	font-size:1em;
	border: 3px solid black;
}

div#games div.game-images {
	position:relative;
	text-align:right;
	display: inline-block;
	width:40%;
	vertical-align: top;
	min-height:350px;
	margin-top:0.5em;
	margin-left:0.2em;
}

div#games img#game-header {
	width:100%;
	margin-bottom:0.5em;
}

div#games div.game-images img {
	margin-bottom:1em;
}

div#games div.game-images span.hsjs a {
	text-decoration: none;
}

div#games span.faker {
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}

div.grid {
	margin:auto;
	text-align:center;
}

div.grid div {
	text-align:center;
	display: inline-block;
}

div.grid div img {
    border-radius:25px;
    margin:5px;
    width: 100px;
    min-width:80px;
}

div#footer {
	margin-top:3em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1em;
	background-color:#ededed;
	border-top:20px solid #5caaba;
	width:100%;
	min-height:300px;
}
div#footer div {
	margin-bottom:1em;
}
div#footer span.gothic {
	font-size:3em;
}
div#footer div.address {
	font-size:1.3em;
}

div.flow {
	line-height:1;text-transform:uppercase;
	font-family:'BowlbyOneRegular', Arial, sans-serif;
	letter-spacing: 0;
	text-align:center;
	width:100%;
	font-size:1em;
	margin: 0.2em 0 0 0.2em;
}

div.flow a {
	text-decoration: none;
}

div.copy {
	width:80%;
	line-height:1.3em;
	margin: 0 auto;
	text-align:left;
}

@media (min-width:1001px){
	div#main {
		width:75%;
		min-width:75%;
	}
	
	div.flow {
		font-size:2em;
	}
}

img#colbert {
	float:left;
	width:40%;
	margin-right:1em;
}

img#pg-book {
	width:30%;
	margin-top:0.5em;
}

@media (min-width:1001px) and (max-width:1200px) {
	div#games div.game-detail {
		width:42%;	
	}
	
	div#games div.game-images {
		width:42%;	
	}
}

@media (min-width:801px) and (max-width:1000px) {
	div#main {
		width:80%;
		min-width:80%;
	}
	
	div.flow {
		font-size:1.5em;
	}
	div#games div.game {
		width:60%;
	}
	
	div#games div.game-detail {
		width:80%;	
	}
	
	div#games div.game-images {
		width:90%;	
	}
}

@media (max-width:800px){
	div#main {
		width:95%;
		min-width:95%;
	}
	div.flow {
		font-size:1.5em;
	}
	img#colbert {
		width:100%;
		position:relative;
		top:-1em;
		margin-right:none;
	}
	img#pg-book {
		width:50%;
	}
	div#games div.game {
		width:70%;
	}
	div#games div.game-detail {
		width:80%;	
	}
	
	div#games div.game-images {
		width:90%;	
	}
}

@media (max-width:500px){
	div#main {
		width:90%;
		min-width:90%;
	}
	div.flow {
		font-size:1em;
	}
	img#colbert {
		width:100%;
		position:relative;
		top:-1em;
		margin-right:none;
	}
	img#pg-book {
		width:80%;
	}
	div#games div.game {
		width:90%;
	}
	div#games div.game-detail {
		width:100%;	
	}
	
	div#games div.game-images {
		width:90%;	
	}
}

span.hsjs
{
	position:relative;text-transform:uppercase;
	font-family:'BowlbyOneRegular', Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	color: #ededed;
	text-align:justify;
	-webkit-text-size-adjust:100%;
}
div.hsjs-separator {
	height:1em;
}
div.hsjs-separator-border {
	height:1em;
	border-top:6px solid #cd6928;
	margin-top:1em
}

div.hsjs-separator-border-flush {
	height:1em;
	border-top:6px solid #cd6928;
	margin-top:0;
}
 
 span.gothic {
 	position:relative;
	font-family:'LeagueGothicRegular', Helvetica, Arial, sans-serif;
	line-height:0.8em;
	top:0.08em;
 }

 span.blue {
	color: #5caaba;
 }
 span.orange {
	color: #cd6928;
 }
 span.tight {
	line-height:0.8;
 }
 span.tighter {
	line-height:0.5;
 }