html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: translate3d(0,0,0);
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
}

#game {
    position: absolute;
    height: 1080px;
    width: 1920px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
}
#game canvas {
    background-color: rgb(255, 255, 255);
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
}

#content{
    position: relative;
    top :-770px;
}

@font-face {
  font-family: 'Comic Sans MS';
  src:
  url('/wp-content/themes/mpskin/comic_sans_ms.eot')format("embeded-opentype"),
  url('/wp-content/themes/mpskin/comic_sans_ms.woff')format("woff"),
  url('/wp-content/themes/mpskin/comic_sans_ms.svg')format("svg");
}

h1 {
  font-family: 'Comic Sans MS', sans-serif;
  padding: 2rem 0;
  margin: 0;
  position: relative;
  top : -270px;
  left: 0px;
  font-size: 75px;
}

#drag1{
    position: relative;
    top: 250px;
    left: -160px;
    height: 80px;
    width: 80px;
}



#canvas{
    
    background:url('../../../assets/images/background.jpg');
}

hr{
    
    display: block;
    height: 1px;
    border: 0;
    border-top: 5px solid black;
    margin: 1em 0;
    padding: 0;
    position: relative;
    top: 80px;
    left: -10px;
    width: 1700px;
}

#list1{
    
    position: relative;
    font-family: 'Comic Sans MS', sans-serif;
    padding: 2rem 0;
    margin: 0;
    font-size: 45px;
    top: 320px;
    left: 0px;
}

.ui-draggable-helper {
    width: 80px;
}

.button1 {
    position: relative;
    top: 400px;
    left: 960px;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #f5f500));
	background:-moz-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #f5f500 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#f5f500',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffc824;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
    z-index: 1;
}
.button1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f500), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #f5f500 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f500', endColorstr='#ffec64',GradientType=0);
	background-color:#f5f500;
    z-index: 1;
}
.button1:active {
	position:relative;
	top:400px;
   
    z-index: 30;
}

.button2 {
    position: relative;
    top: -460px;
    left: 740px;
	-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #f5f500));
	background:-moz-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #f5f500 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #f5f500 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#f5f500',GradientType=0);
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffc824;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
    z-index: 3;
}
.button2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f5f500), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #f5f500 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #f5f500 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f500', endColorstr='#ffec64',GradientType=0);
	background-color:#f5f500;
    z-index: 3;
}
.button2:active {
	position:relative;
	top:-460px;
    z-index: 3;
}