/* Game sprite images are canvas-only assets; never render them in the page. */
.image_files
{
	display: none;
}

@media only screen and (min-width : 768px){

	.screenContainer
	{
		/*position: relative;*/
		border : red solid 5px;
		padding: 10px;
		/*transform : scale(0.5);*/
		/* margin: 240px 20px 20px 20px; */
		background-color : #fafafa;
		/* margin : 5em 30%; */
		margin : 2em 0em;
		align-content: center;
		/* text-align: center; */
		height : 60%;
		width : 80%;
		position : relative;
		/*min-width: 1200px;*/
		/*min-height: 900px;*/
	}
	#purejs
	{
		text-align: center;
		color : rgba(60,60,60,1)
	}
	#game-1
	{
		position : center;
		color : red;
	}
	.darkened
	{
		background-image: linear-gradient(rgba(0,0,0,0.99), rgba(0,0,0,0.88));
		background-size : cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.image_files
	{
		display: none;
	}

	.content-black
	{
		background-color: rgba(232,222,202,0.35);
	}
}
