/*
.barContentFrameFlex{

	display: flex;
	

	height: 190px;
	

	justify-content: center;  align horizontal
align-items: center;  align vertical 

}*/



center.test{
	height:100%;
}

.iframeCentered{
margin:0px auto;
}

.videoSize{
  width: 80%;
}
@media screen and (min-width: 1000px) {

}


.columnPadding{
	padding-top:10px;
	padding-bottom:10px;
}

iframe.discordFrame {
	 width:300px;
	height: 100%;
	min-height:300px;
	text-align:center;
	
	padding-left:15px;
	padding-right:15px;

}


@media screen and (max-width: 1000px) {

	div.iframeWrapper{
			/*width:350px;
			height:600px;
			background-color:red;*/

		width: 100%;
	}
}

		


.firstBar{

	text-align:center;

}
.firstBar_element{
	margin-top:16px;
	margin-bottom:16px;
	
}


.widgetBackground{
	background-color:rgba(100,100,100,1);
}

.buttonBackground{
	background-color:rgba(52,52,52,1);
}


.mw{

	/*min-width: 520px;
	max-width:660px;*/
}

.custom {
  min-width: 1200px;

}



.comingSoon{
	font-size:24px;
	
	
	padding-bottom:20px;
	
	
}
.Steam-legal-notice{
	font-size:8px;
	
	padding-top:24px;
	
	
	max-width: 350px;

}

.frame-cell{
	margin-left: auto;
    margin-right: auto;
}

.top-container{

	padding-top:16px;
	padding-bottom:16px;

}




div.miniButtons{
	margin-top:16px;
	margin-bottom:16px;
	
}

div.miniButtons a{
	margin-left:8px;
	margin-right:8px;
}

.miniButtons .hoverBright{
	display:inline-block;
}


.imgOverlay{

    position: absolute;
    top:10%;
    bottom: 20%;
    left: 20%;
    right: 20%;

	
}



.steam_widget{
	/*max-width:520px;*/
}


@media screen and (max-width: 680px) {
	.steam_widget{
		max-width: 90vw;
		
	}
}







.download-text{
	font-size: 160%;
	padding-bottom:12px;
}