html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
#otaDiv
{
	background-position: center;
    background-attachment: initial;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    bottom: 0;
    position: fixed;
    height: 24vh;
    z-index: -1;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#homeAndLogoDiv
{
	margin-top:1%;
}
#homeImage
{
	display:none;
}
#playButton
{
	padding:0px;
}
#homeButton
{
	padding:0px;
}
h1{
	margin-top:0% !important;
}
.rotate30
{
	  transform: rotate(-15deg);
}
.orderitem
{
	top:4vh;
	border-radius:0.5vw;
	border:1px solid green;
	height:10vh;
}
#questionDiv,#completedOrder,#message 
{
	font-size:4vw;
	font-family: cursive;
	/* background-color:#fdfbcb; */
	/* border-radius:1vw; */
	text-align:center;
	font-weight:bold;
	/* border:8px solid #e9e2a1; */
	visibility:hidden;
	
	
	background-size:100% 100%;
}
#question
{
	/* background-color:#fdfbcb; */
	/* border-radius:1vw; */
	/* border:8px solid #e9e2a1; */
	   background-size:100% 100%;
}
#numberDiv
{
	margin-top:7vh;
}
#ordersDiv
{
	visibility:hidden;
}
#replayBtn
{
	position:fixed;
	bottom:0;
}
.nopadding
{
	padding:0 !important;
}	
.plates
{
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.muffins
{
	z-index:100;
	height:8vh;
	top:8vh;
}
#timerDiv
{
	/* background-color:grey; */
	border-radius:1vw;
	visibility:hidden;
	margin-top:-1vh;
}
#progressBarDiv
{
	height: 6vh;
	margin-top:3vh;
	border:8px solid #7b5b47;
}
#chefDiv
{
	visibility:hidden;
	margin-top:-46vh;
}
.items
{
	height:6vh;
	top: 2vh;
}
#chefimg
{
	height:46vh;
}
#gameOverText
{
	margin-top: 1%;	
	text-align:center;
	font-size:6vw;
	font-weight:bold;	
}
#endPage
{
	margin-top:-5%;
	color:white;
}

#completedOrder 
{
	margin-top:5vh;
	background-color:#FFA500;
	border-radius:0.5vw;
}

.roatate
	{
	 animation-name: rotate;
	 animation-duration:2s;
	 animation-timing-function:linear;
	 animation-fill-mode:forwards;
	}	
@keyframes rotate
{
	 0% { transform:rotateX(0deg)}
    25% { transform:rotateX(90deg)}
	50%	{ transform:rotateX(180deg)}
	75% {transform:rotateX(2700deg)}
	100%{transform:rotateX(0deg)}
}

.modal 
{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; 
  background-color: rgba(0,0,0,0.6); 
  padding:10%;
}
#responseBox
{
	color:white;
	height:45vh;
	background-color: #9a7794; 
}
.message
{
	margin-top:-8vh;
	font-family:Comic Sans MS;
	text-align:center;
	font-size:3.2vw;
	color:white;
}
#acknowledgementDiv
{
	display:none;
    margin-top: 3%;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
}
.fontClass
{
	font-size:1.5vw;
	margin-top:1.5%;
	color:black;
	text-align: center;
}
.firstLetter:first-letter
{
	font-size:2vw;
}
