/*body {
	background: #cccccc;
}*/

/* do NOT modify the canvas */

.canvas {
	width: 900px;
	height: 556px;
	/*margin: 100px auto;*/
	background: white;
	position: relative;
}

/* modify the assets below */

/* #triangle {
	width: 0;
	height: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 200px solid yellow;
	position: absolute;
	top: 160px;
	left: 100px;
} */

#rectangle {
  width: 10px;
  height: 250px;
  background: #4F8009;
	top: 100px;
	left: 280px;
	position: absolute;
}

#rectangle2 {
  width: 7px;
  height: 250px;
  background: #4F8009;
	top: 100px;
	left: 300px;
	position: absolute;
}

#rectangle3 {
  width: 9px;
  height: 250px;
  background: #4F8009;
	top: 100px;
	left: 310px;
	position: absolute;
}

#parallelogram {
  width: 550px;
  height: 140px;
  transform: skew(140deg);
  background: #C0C0C0;
	top: 400px;
	left: 200px;
	position: absolute;
}

#square {
	width: 75px;
	height: 180px;
	background: #22B900;
	top: 170px;
	left: 270px;
	opacity: 0.5;
  filter: alpha(opacity=50);
	position: absolute;
}

/* yellow stem */
#circle3 {
	width: 110px;
	height: 40px;
	knob
background: rgba(204,188,98,1);
background: -moz-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(204,188,98,1)), color-stop(100%, rgba(255,237,134,1)));
background: -webkit-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: -o-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: -ms-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbc62', endColorstr='#ffed86', GradientType=1 );
	border-radius: 200px;
	top: 360px;
	left: 410px;
	-webkit-box-shadow: 38px 52px 36px -19px rgba(153,153,153,1);
-moz-box-shadow: 38px 52px 36px -19px rgba(153,153,153,1);
box-shadow: 38px 52px 36px -19px rgba(153,153,153,1);
	position: absolute;
}
/* pumpkin */
#circle {
	width: 270px;
	height: 200px;
	background: rgba(255,192,115,1);
	background: -moz-linear-gradient(top, rgba(255,192,115,1) 0%, rgba(255,140,0,1) 50%, rgba(255,192,115,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,192,115,1)), color-stop(50%, rgba(255,140,0,1)), color-stop(100%, rgba(255,192,115,1)));
	background: -webkit-linear-gradient(top, rgba(255,192,115,1) 0%, rgba(255,140,0,1) 50%, rgba(255,192,115,1) 100%);
	background: -o-linear-gradient(top, rgba(255,192,115,1) 0%, rgba(255,140,0,1) 50%, rgba(255,192,115,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,192,115,1) 0%, rgba(255,140,0,1) 50%, rgba(255,192,115,1) 100%);
	background: linear-gradient(to bottom, rgba(255,192,115,1) 0%, rgba(255,140,0,1) 50%, rgba(255,192,115,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc073', endColorstr='#ffc073', GradientType=0 );
	border-radius: 200px;
	top: 320px;
	left: 200px;
	-webkit-box-shadow: 38px 26px 36px -19px rgba(153,153,153,1);
	-moz-box-shadow: 38px 26px 36px -19px rgba(153,153,153,1);
	box-shadow: 38px 26px 36px -19px rgba(153,153,153,1);
	position: absolute;
}

/* pumpkin stem */
#square1 {
	width: 30px;
	height: 100px;
	background: #2A3709;
	top: 240px;
	left: 315px;
	position: absolute;
}

/* yellow circle */
#circle1 {
	width: 110px;
	height: 120px;
	knob
background: rgba(204,188,98,1);
background: -moz-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(204,188,98,1)), color-stop(100%, rgba(255,237,134,1)));
background: -webkit-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: -o-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: -ms-linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
background: linear-gradient(45deg, rgba(204,188,98,1) 0%, rgba(255,237,134,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccbc62', endColorstr='#ffed86', GradientType=1 );
	border-radius: 200px;
	top: 300px;
	left: 500px;
	-webkit-box-shadow: 38px 52px 36px -19px rgba(153,153,153,1);
-moz-box-shadow: 38px 52px 36px -19px rgba(153,153,153,1);
box-shadow: 38px 52px 36px -19px rgba(153,153,153,1);
	position: absolute;
}

/* white circle */
#circle2 {
	width: 120px;
	height: 100px;
	background: rgba(255,243,224,1);
background: -moz-linear-gradient(top, rgba(255,243,224,1) 0%, rgba(219,203,184,1) 50%, rgba(255,243,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,243,224,1)), color-stop(50%, rgba(219,203,184,1)), color-stop(100%, rgba(255,243,224,1)));
background: -webkit-linear-gradient(top, rgba(255,243,224,1) 0%, rgba(219,203,184,1) 50%, rgba(255,243,224,1) 100%);
background: -o-linear-gradient(top, rgba(255,243,224,1) 0%, rgba(219,203,184,1) 50%, rgba(255,243,224,1) 100%);
background: -ms-linear-gradient(top, rgba(255,243,224,1) 0%, rgba(219,203,184,1) 50%, rgba(255,243,224,1) 100%);
background: linear-gradient(to bottom, rgba(255,243,224,1) 0%, rgba(219,203,184,1) 50%, rgba(255,243,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3e0', endColorstr='#fff3e0', GradientType=0 );
	border-radius: 200px;
	top: 380px;
	left: 550px;
	-webkit-box-shadow: 38px 26px 36px -19px rgba(153,153,153,1);
	-moz-box-shadow: 38px 26px 36px -19px rgba(153,153,153,1);
	box-shadow: 38px 26px 36px -19px rgba(153,153,153,1);
	position: absolute;
}

#square2 {
	width: 20px;
	height: 50px;
	background: #2A3709;
	top: 340px;
	left: 595px;
	position: absolute;
}

/* #circle3 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 100px;
	left: 250px;
	position: absolute;
} */

#circle4 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 90px;
	left: 260px;
	position: absolute;
}

#circle5 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 95px;
	left: 270px;
	position: absolute;
}

#circle6 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 85px;
	left: 280px;
	position: absolute;
}

#circle7 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 80px;
	left: 290px;
	position: absolute;
}

#circle8 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 90px;
	left: 300px;
	position: absolute;
}

#circle9 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 80px;
	left: 310px;
	position: absolute;
}

#circle10 {
	width: 30px;
	height: 20px;
	background: #FFF000;
	border-radius: 200px;
	top: 95px;
	left: 320px;
	position: absolute;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

#circle {
  animation-duration: 2s;
  animation-name: bounceIn;
}

#square1 {
  animation-duration: 2s;
  animation-name: bounceIn;
}
