.div_style 
{ 
		padding-bottom: 700px !important;
		max-height: 256px;
		/*background-color: rgb(21, 22, 29);*/
		background-color: #10110f;
		text-align: center;
}

.videoWrapper 
{
	height: 1024px;
	width: 100%;
	position:relative;
	overflow:hidden;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:60px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.videoWrapper {
  height: 600px;
  position:relative;
  overflow:hidden;
  margin-top: -30px;
}

.videoWrapper iframe {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    bottom:0;
}

.nav-icon
{
	font-size: 2.5rem;
	padding-right: 10px;
}

.fa-twitter-square
{
	color: #3ebfef;
}

.fa-twitter-square:hover
{
	color: #36a6cf;
}

.fa-steam-square
{
	color: #9bbc21;
}

.fa-steam-square:hover
{
	color: #799905;
}

.fa-youtube-square
{
	color: #d44040;
	font-size: 2.7rem;
}

.fa-instagram
{
	color: #CCCCCC;
}

.fa-instagram:hover
{
	color: #FFFFFF;
}

.fa-youtube-square:hover
{
	color: #a83939;
}

.fa-reddit
{
	color: #ea8412;
}

.fa-reddit:hover
{
	color: #c97211;
}

.banner-image
{
	display: block;
	width: 100%;
	height: auto;
	
	/*max-width:1475px;
	max-height:700px;
	min-width: 738px;
	min-height: 350px;*/
	
	max-width: 1175px;
	max-height: 650px;
	/*min-width: 588px;
	min-height: 325px;*/
	min-width: 470px;
	min-height: 260px;
	
	margin: auto;
	margin-top: 59px;
	
	margin-left: 50%;
	transform: translateX(-50%);
}

.game-title
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	font-size: 100px;
	text-align: center;
	line-height: 425px;
	padding-top: 1rem;
	color: rgb(225, 225, 225);
	-webkit-text-stroke: 3px rgb(25, 25, 25);
	font-weight: bold;
	text-shadow: 8px 8px rgba(0,0,0, 0.5);
	background-color: rgb(0,0,0, 0.5);
}

.mailing-list
{
	padding-top: 5px;
	background-color:#e9ecef;
}

.game-nav-link
{
	font-size: 1.25em;
}

a.anchor 
{
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}

.navbar
{
	border-bottom: 1px #1a1c1d solid;
}

.imagebox .featherlight-content
{
	background-color: rgb(15, 17, 15) !important;
}

.banner-container
{
  display: block;
  max-width:1475px;
  max-height:700px;
  width: auto;
  height: auto;
}

/*.game-nav-link:hover
{
	background-color: #EEEEEE;
}*/

.button
{
	margin-right: 0px;
}

.test
{
	margin-right: 0px;
}

.row-alt
{
	background-color: #262a2d;
}

.contact-row
{
	padding: 2px;
}

/*col
{
	padding-left: 10px;
	font-size: 1.25em;
}*/

.col a
{
	color: #3d6a96 !important;
}

.wishlist-btn
{
	color:#d2e885; 
	border-radius: 0em; 
	background-color: #789321; !important;
	font-size: 25px; 
	border: 1px black solid;
}

.wishlist-btn:hover
{
	background-color: #abca47; !important;
	color: white;
}