body,html 
{
	height: 100%;
	margin: 0;
}
#home
{
	height:12vh;	
}
#logo
{
	height:12vh;	
}
#background 
{	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;		
}
#palyBtnDiv
{
	bottom:0;
	position:fixed;
}
#outerDiv
{
	display:none;
}

#objectCountDiv
{	
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	margin-left:1vw;
	height:67vh;
}
#objectDiv
{
	margin-top:20vh;
}
.nopadding
{
	padding:0 !important;
}
#fridgeDiv
{
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	height:85vh;
	
}
#items
{
	position: absolute;
	height:14vh;
	top: 23vh;
	left:3vw;
	
}
#items1
{
	position: absolute;
	height:16vh;
	top: 45vh;
	left:3vw;
}
.innerImg
{

	position: absolute;
	height:13vh;
	width:5vw;
}
.innerImg1
{
	position: absolute;
	height:13vh;
	width:5vw;
}
#correctWrongAnimationDiv
{
	z-index:1;
}
#correctWrongAnimationImage
{
	height:20vh;
	width:15vw;
}
#submitbtn
{
	visibility:hidden;
	height:10vh;
	font-size:3vw;
}
.questionText
{
	font-size:5vw;
}
#que2
{
	margin-top:2vh;
}
#que1
{
	margin-top:18vh;
}
#Answer
{
	text-align:center;
	font-size:4vw;
	color:white;
	top:0;
	margin:0 0 0 0;
}
#answerDiv
{
	height:8vh;
}
#objImage1,#objImage2
{
	height:15vh;
	width:8vw;
}
