html {
	overflow: hidden;
	touch-action: none;
	content-zooming: none;
}

body {
	position: absolute;
	margin: 0;
	padding: 0;
	background: transparent;
	background-image: url('../assets/pooppizza.gif'), url('../assets/trippy.gif');
	background-repeat: repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
}

canvas {
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#robotchicken {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #;
	position: absolute;
	background-image: url('../assets/.png');
	cursor:url("../assets/.png") 50 50, auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 50;
}

#screen {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('../assets/.png');
	background-repeat: no-repeat;
	background-position: top left;
	cursor: help;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: auto;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 50;
}

#leftscene {
	position: absolute;
	width: 453px;
	height: 419px;
	bottom: 0px;
	left: 0%;
	z-index: 100;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

#rightscene {
	position: absolute;
	width: 453px;
	height: 421px;
	bottom: 0px;
	right: 0%;
	z-index: 100;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

#skullrun {
	position: absolute;
	width: 453px;
	height: 200px;
	bottom: 0px;
	left: 0px;
	background: transparent url('../assets/skullrun.gif') no-repeat center center;
	background-repeat: repeat;
	background-size: contain;
	z-index: 100;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

#moon {
	position: absolute;
	width: 220px;
	height: 220px;
	bottom: -50px;
	left: 0px;
	background: transparent url('../assets/moon.gif') no-repeat center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 90;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

#dancing {
	position: absolute;
	width: 250px;
	height: 269px;
	bottom: 140px;
	left: 0px;
	background: transparent url('../assets/dancing.gif') no-repeat center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 95;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

#brazil {
	position: absolute;
	width: 280px;
	height: 174px;
	bottom: -20px;
	left: 200px;
	background: transparent url('../assets/brazil.gif') no-repeat center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 105;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

#bonfire {
	position: absolute;
	margin: auto;
	bottom: -50px;
	left: 0;
	right: 0;
	width: 350px;
	height: 350px;
	z-index: 150;
	background-image: url('../assets/bonfire.gif');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

/* Change Background Image Based on Orientation */

@media all and (orientation:landscape) {
	#robotchicken {
		background: url('../assets/robotchicken.png') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: auto;
		top: 0; left: 0; bottom: 0; right: 0;
	}
}

@media all and (orientation:portrait) {
	#robotchicken {
		background: url('../assets/robotchicken-vertical.png') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin: auto;
		top: 0; left: 0; bottom: 0; right: 0;
	}

	#bonfire {
		position: absolute;
		margin: auto;
		bottom: -50px;
		left: 0;
		right: 0;
		width: 250px;
		height: 250px;
		z-index: 150;
		background-image: url('../assets/bonfire.gif');
		background-repeat: no-repeat;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
	}
	#moon {
		position: absolute;
		width: 180px;
		height: 180px;
		bottom: 0px;
		left: 0px;
		background: transparent url('../assets/moon.gif') no-repeat center center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 90;
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none;
	}

	#dancing {
		position: absolute;
		width: 125px;
		height: 135px;
		bottom: 140px;
		left: 0px;
		background: transparent url('../assets/dancing.gif') no-repeat center center;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 95;
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none;
	}

	#skullrun {
		position: absolute;
		width: 200px;
		height: 132px;
		bottom: 0px;
		left: 0px;
		background: transparent url('../assets/skullrun.gif') no-repeat center center;
		background-repeat: repeat;
		background-size: contain;
		z-index: 100;
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none;
	}

	#leftscene {
		position: absolute;
		width: 302px;
		height: 275px;
		bottom: 0px;
		left: 0%;
		z-index: 100;
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none;
	}

	#rightscene {
		position: absolute;
		width: 302px;
		height: 275px;
		bottom: 0px;
		right: 0%;
		z-index: 100;
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		filter: FlipH;
		-ms-filter: "FlipH";
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none;
	}

}
