.header {
	background-color:#20337b;
}
.nav-item {
	padding-left:10px;
	padding-right:10px;
}
.nav-item a {
	color:#fdefe7;
	font-weight:bold;
	font-size:18px;
	border-bottom:3px solid #20337b;
}
.nav-item a:hover {
	border-bottom:3px solid #fdefe7;
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255);
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.featured {
	position:relative;
	width:100%;
	height:100%;
	background-size:cover;
	background-color:rgba(32, 51, 123, 0.5);
	padding-top:35px;
	padding-bottom:35px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
 
}
.featured:hover {
	background-color:rgba(32, 51, 123, 0.25);
}
.featuredvideo {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.featuredvideo video {
	width:100%;
	height:100%;
	position:absolute;
	object-fit:cover;
	z-index:-2;
}
.game_cell {
	background-size:cover;
	text-align:center;
	height:150px;
	margin-bottom:25px;
}
.game_logo {
	position:relative;
	height:100%;
	width:100%;
	padding:25px;
	background-color:rgba(32, 51, 123, 0.5);
}
.game_logo:hover {
	background-color:rgba(32, 51, 123, 0.25);
}
.game_logo tbody {
	height:100%;
}
.game_logo img {
	max-width:100%;
	max-height:100%;
}
.iframe {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
}
.iframe iframe {
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
}
.footer {
	background-image:url('images/footer.png');
	background-repeat:repeat;
	color:#fff;
	text-align:center;
}
.footer a {
	color:#fff;
}
.footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.footer li {
	display:block;
}
.footer li a {
	padding:15px;
	font-weight:bold;
	text-decoration:none;
}

@media (min-width:768px) {
	.game_cell {
		height:250px;
	}
	.footer li {
		display:inline;
	}
}