#sidebar {
	background-color: #3c3c3c;
}

#sidebar .nav-item {
	border-bottom: 0px solid #c8c9c7;
}

#sidebar .nav-item:hover {
	background-color: orange;
}

#sidebar .nav-item:hover .menu-title {
	background-color: orange;
}

#sidebar .nav-item:hover a {
	color: #000000;
}

#sidebar a {
	color: #c8c9c7;
}

.main-panel {
	background-color: orange;
}

.main-panel .content-wrapper {
	background-color: orange;
}

.gameCategory {
	text-align: center;
	padding: 20px;

}

.footer {
	background-color: orange;
	text-align: center;
}