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

body {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	background: #;
	background-image: url('../assets/satan.gif'), url('../assets/sale.gif'), url('../assets/explosion.gif');
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
}

canvas {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}

#burger {
	position: absolute;
	width: 300px;
	height: 201px;
	background: transparent;
	background-image: url('../assets/burger3.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -50px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 101;
}

#rightscene {
	position: absolute;
	width: 450px;
	height: 313px;
	bottom: 0px;
	left: 0%;
	z-index: 41;
}

#leftscene {
	position: absolute;
	width: 450px;
	height: 313px;
	bottom: 0px;
	right: 0%;
	z-index: 41;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}


#faith {
	position: absolute;
	width: 288px;
	height: 320px;
	bottom: 50px;
	left: 130px;
	background: transparent url('../assets/faith.gif') no-repeat center center;
	background-repeat: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 25;
}

#fattydance {
	position: absolute;
	width: 163px;
	height: 266px;
	bottom: 0px;
	left: 0%;
	background: transparent url('../assets/fattydance.gif') no-repeat center center;
	background-repeat: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 35;
}

#drphil {
	position: absolute;
	width: 300px;
	height: 313px;
	bottom: -30px;
	left: 0%;
	background: transparent url('../assets/drphil.gif') no-repeat center center;
	background-size:contain;
	background-repeat: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 36;
}

#asflag {
	position: absolute;
	width: 159px;
	height: 103px;
	bottom: 220px;
	left: -10px;
	background: transparent url('../assets/asflag.gif') no-repeat center center;
	background-size:contain;
	background-repeat: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 20;
}

#asflagright {
	position: absolute;
	width: 159px;
	height: 103px;
	bottom: 220px;
	right: -10px;
	background: transparent url('../assets/asflag.gif') no-repeat center center;
	background-size:contain;
	background-repeat: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 20;
}

#helicopter {
	position: absolute;
	width: 500px;
	height: 300px;
	top: 15%;
	right: 0%;
	background: transparent url('../assets/apache.gif') no-repeat center center;
	background-size:contain;
	background-repeat: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 36;
	-webkit-animation: slide 5s linear infinite;
}

.toilet {
	position: absolute;
	width: 100%;
	height: 105px;
	background: transparent;
	background-image: url('../assets/toilet.gif');
	background-repeat: repeat;
	background-position: center;
	left: 0%;
	bottom: 0px;
	z-index: 80;

}

.signbot1 {
	position: absolute;
	width: 100%;
	height: 40px;
	background: transparent;
	background-image: url('../assets/signbot1.gif');
	background-repeat: repeat;
	background-position: center;
	left: 0%;
	bottom: 0%;
	z-index: 30;

}

.signbot2 {
	position: absolute;
	width: 100%;
	height: 40px;
	background: transparent;
	background-image: url('../assets/signbot2.gif');
	background-repeat: repeat;
	background-position: center;
	left: 0%;
	bottom: 40px;
	z-index: 30;

}


#flag {
	position:absolute;
	width:100%;
	height:100%;
	background: transparent;
	background-image: url('../assets/.gif');
	background-repeat: no-repeat;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	z-index: 20;
}


/* Change Background Image Based on Orientation */

@media all and (orientation:landscape) {
	#flag {
		background: url('../assets/heart.gif') 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) {
	#flag {
		background: url('../assets/heart.gif') 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;
	}
}

/* Mobile Phones Portrait */

@media screen and (max-device-width: 480px) and (orientation:portrait){

	#burger {
		position: absolute;
		width: 313px;
		height: 150px;
		background: transparent;
		background-image: url('../assets/burger3.gif');
		background-repeat: no-repeat;
		background-position: center;
		background-size:contain;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: 0px;
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		z-index: 101;
	}

	#faith {
		position: absolute;
		width: 300px;
		height: 211px;
		bottom: -20px;
		left: 25%;
		background: transparent url('../assets/faith.gif') no-repeat center center;
		background-size:contain;
		background-repeat: none;
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		z-index: 25;
	}

	#fattydance {
		position: absolute;
		width: 125px;
		height:160px;
		bottom: 20px;
		left: 10px;
		background: transparent url('../assets/fattydance.gif') no-repeat center center;
		background-size:contain;
		background-repeat: none;
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		z-index: 35;
	}

	#drphil {
		position: absolute;
		width: 150px;
		height: 157px;
		bottom: -10px;
		left: -25px;
		background: transparent url('../assets/drphil.gif') no-repeat center center;
		background-size:contain;
		background-repeat: none;
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		z-index: 36;
	}

	#helicopter {
		position: absolute;
		width: 300px;
		height: 180px;
		top: 5%;
		right: 0%;
		background: transparent url('../assets/apache.gif') no-repeat center center;
		background-size:contain;
		background-repeat: none;
		user-select: none;
		-moz-user-select: none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		-o-user-select: none;
		z-index: 36;
		-webkit-animation: slide 5s linear infinite;
	}
}
