@charset "UTF-8";
/* CSS Document */

.pizza{
	position:absolute;
	width:13vw;
	height: auto;
	top: 21.5vw;
	left: 44vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#instructions{
	font-family: "gooddog-new";
	font-size: 3.4vw;
	text-align: center;
	line-height: 3.5vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#resetMe {
	float:right;
	position:relative;
  width: 10vw;
  height: 4vw;
	top: 40vw;
	font-family: "wigwag-bold";
	font-size: 2vw;
	text-align: center;
	vertical-align: middle;
	text-align: center;
	vertical-align: middle;
  background: #DCF5F9;
	clear:right;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#checkIt {
	position:relative;
	top: 40vw;
	z-index: 100;
	width: 14vw;
  height: 4vw;
	float:left;
	background-color: aquamarine;
	font-family: "wigwag-bold";
	font-size:2vw;
	line-height: 3vw;
	cursor: pointer;
	box-shadow:  0 0 0.5vw #000000;
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#line1 {
	width: 18vw;
	height:2.5vw;
	background-color: black;
	border-radius: 10px;
	position:absolute;
	left: 43vw;
	top: 18vw;
	cursor:pointer;
}
#line2 {
	width: 18vw;
	height:2.5vw;
	background-color: black;
	border-radius: 10px;
	position:absolute;
	left: 43vw;
	top:35vw;
	cursor:pointer;
}
#line3 {
	width: 18vw;
	height:2.5vw;
	background-color: black;
	border-radius: 10px;
	position:absolute;
	left: 20vw;
	top:26.5vw;
	cursor:pointer;
}
#line4 {
	width: 2.5vw;
	height:16vw;
	background-color: black;
	border-radius: 10px;
	position:absolute;
	left: 39.5vw;
	top:20vw;
	cursor:pointer;
}
#target1 {
	background-color:white;
	width: 22vw;
	height: 7.5vw;
	z-index: -2;
	position:absolute;
	left: 41vw;
	top:15.5vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#target2 {
	background-color:white;
	width: 22vw;
	height: 7.5vw;
	z-index: -2;
	position:absolute;
	left: 41vw;
	top:33vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#target3 {
	background-color:white;
	width: 22vw;
	height: 7.5vw;
	z-index: -2;
	position:absolute;
	left: 18vw;
	top:24vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#target4 {
	background-color:white;
	width: 7.5vw;
	height: 24vw;
	z-index: -2;
	position:absolute;
	left: 37vw;
	top: 28vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#target5 {
	background-color:white;
	width: 7.5vw;
	height: 22vw;
	z-index: -2;
	position:absolute;
	left: 36vw;
	top: 6vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#target6 {
	background-color:white;
	width: 22vw;
	height: 9.5vw;
	z-index: -2;
	position:absolute;
	left: 18vw;
	top:4vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#target7 {
	background-color:white;
	width: 22vw;
	height: 9.5vw;
	z-index: -2;
	position:absolute;
	left: 16vw;
	top:41vw;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}