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

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

canvas {
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
	background-image: url('../assets/.png');
	cursor: cell;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}

#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";
}

#llama {
	position: absolute;
	width: 535px;
	height: 132px;
	background: transparent;
	background-image: url('../assets/llamarun.gif');
	background-repeat: repeat;
	background-position: center;
	left: 0%;
	bottom: 0%;
	z-index: 30;
}

#blood {
	position: absolute;
	width: 100%;
	height: 215px;
	background: transparent;
	background-image: url('../assets/blood.gif');
	background-repeat: repeat;
	background-position: center;
	left: 0%;
	top: 0%;
	z-index: 30;
	cursor:url("../assets/moneybag_sm.png") 35 35, auto;
}

#fire {
	position: absolute;
	width: 567px;
	height: 80px;
	background: transparent;
	background-image: url('../assets/fireburst.gif');
	background-repeat: repeat;
	background-position: center;
	left: 0%;
	bottom: 0%;
	z-index: 29;
}

#danceman {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	height: 380px;
	width: 190px;
	bottom: 30px;
	background-size: contain;
	background-color: transparent;
	background-image: url('../assets/danceman.gif');
	background-repeat: no-repeat;
	z-index: 30;
	cursor:url("../assets/moneybag_sm.png") 35 35, auto;
}

#sitting {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	width: 350px;
	height: 214px;
	bottom: -60px;
	background-size: contain;
	background-color: transparent;
	background-image: url('../assets/sitting.gif');
	background-repeat: no-repeat;
	z-index: 30;
	cursor:url("../assets/moneybag_sm.png") 35 35, auto;
}

.satan {
	position: absolute;
	height: 350px;
	width: 350px;
	left: 0%;
	bottom: 0%;
	background-size: contain;
	background-color: transparent;
	background-image: url('../assets/satan.png'), url('../assets/brain.gif');
	animation-name: stretch;
	animation-duration: 0.9s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	z-index: 30;
	cursor:url("../assets/fingerback.gif") 35 35, auto;
}

.goat {
	position: absolute;
	height: 350px;
	width: 350px;
	right: 0%;
	bottom: 0%;
	background-size: contain;
	background-color: transparent;
	background-image: url('../assets/goat.png'), url('../assets/brain.gif');
	animation-name: stretch;
	animation-duration: 0.9s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
	z-index: 30;
	cursor:url("../assets/fingerback.gif") 35 35, auto;
}

@keyframes stretch {
	0% {
		transform: scale(.3);
		background-color: transparent;
		border-radius: 100%;
	}
	50% {
		background-color: transparent;
	}
	100% {
		transform: scale(1.5);
		background-color: transparent;
	}
}

#catass {
	position: absolute;
	margin: auto;
	bottom: -75px;
	left: -18%;
	right: 0;
	width: 500px;
	height: 375px;
	z-index: 21;
	background-image: url('../assets/catass.gif');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}

#scene {
	overflow: hidden;
	width: 100%;
	height: 100%;
	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: 20;
	cursor:url("../assets/money_sm.png") 35 35, auto;
}

/* Change Background Image Based on Orientation */

@media all and (orientation:landscape) {
	#scene {
		background: url('../assets/spinning.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;
		z-index: 20;
	}
}

@media all and (orientation:portrait) {
	#scene {
		background: url('../assets/spinning-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;
		z-index: 20;
	}

	.satan {
		position: absolute;
		height: 150px;
		width: 150px;
		background-size: contain;
		bottom: 30px;
	}

	.goat {
		position: absolute;
		height: 150px;
		width: 150px;
		background-size: contain;
		bottom: 30px;
	}

	#danceman {
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		height: 288px;
		width: 145px;
		bottom: 30px;
		background-size: contain;
		background-color: transparent;
		background-image: url('../assets/danceman.gif');
		background-repeat: no-repeat;
		z-index: 30;
		cursor:url("../assets/moneybag_sm.png") 35 35, auto;
	}

}
