body {
	background: #15163c;
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
}

header {
	background: #303371;


}

a {
	text-decoration: none;
	color: #fff;
}

a:link {
	color: #fff;
}

/* visited link */
a:visited {
	color: #fff;
}

/* mouse over link */
a:hover {
	color: #fff;
	text-decoration: none;
}

/* selected link */
a:active {
	color: #fff;
}

h5 {
	font-size: 15px;
}

.card {
	background: transparent;
	border: 0px;
}

/* .card:hover{
	background:#252525;
} */

.card img {
	border-radius: 5px;
}

.card h5 {
	font-size: 15px;
	margin: 0px;
}

.card p {
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
	color: #8F8F8F;
}

.card-body {
	padding: 5px;
}


footer {
	background: #303371;
	color: #fff;
}

footer a {
	text-decoration: none;
	color: #fff;

}

footer li {
	padding: 4px;
}

.iframe-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.active-card {
	background: #252525;
	border-radius: 20px;
	padding: 15px;
}

.active-card img {
	height: 70px;
	width: 70px;
	border-radius: 7px;
	margin-right: 15px;
}

.active-card h5 {
	padding-top: 7px;
}

.active-game {
	background: #0074E4;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	padding: 4px;
	font-weight: 100;
}

.category-play {
	font-size: 12px;
	margin: 0px;
	text-transform: uppercase;
	color: #8F8F8F;
}

.fullscreen {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;

	cursor: zoom-in;
}

.privacy p, li {
	color: #8F8F8F;
	font-weight: 100;
	font-size: 14px;
}

.privacy h3 {
	font-size: 18px;
	padding: 5px;
	border-left: 1px solid #8F8F8F;
	margin-bottom: 20px;
}

.description-ui h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-size: 15px;
}

.description-ui p {
	color: #8F8F8F;
	font-size: 14px;
}