
html,body{
	background-color:#000;
	color: #ddd;
	font-family: 'Lato', sans-serif;
}
.panel{
	border-radius: 0px;
	background-color: #222;
	box-shadow: 0px 4px 8px 0px grey, 0 6px 20px 0 grey;
	max-width: 600px;
}
.panel:hover{
	background-color: #2a2a2a;
}
.panel-heading{
	line-height: 75px;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	background-size: 100%;
}

.panel-body{
	padding-top: 0px;
	display:none;
}
.logo{
	height: auto;
	max-width: 275px;
	width: 100%;
	margin-bottom: 40px;
}
.sidebar{
	text-align:center;
	height:100%;
}
.sidebar:hover{
	background-color:#101010;
}
.game-content{
	padding-bottom: 150px;
}
.game-content:hover{
	background-color:#101010;
}
.site-container{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	padding-bottom: 150px;
}
.icon{
	max-height: 35px;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}
.icon-holder{
	background-color: #111;
	padding: 5px;
}
.main-footer{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding-top: 1rem;
	text-align: center;
}
.large-footer{
	background-color: #fff;
	color: #111;
	padding: 5px;
}
.small-footer{
	background-color: #fff;
	padding-top: 2px;
	margin-bottom: 5px;
}
a{
	padding-left: 5px;
}
