body
{
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	user-select:none;
}
.se-pre-con {
position: fixed;
left: 0px;
top:150px;
width:100%;
height: 100px;
z-index: 9999;
background-repeat: no-repeat;
background-position:center;
}

#homeDiv,#logoDiv
{
	
}


.noPadding
{
	padding:0 !important;
}
.borderClass
{
	border:2px solid black;
	border-radius:2vw;
}
.imgcls
{
	border-radius:2vw;
}
#playGame
{
	position:fixed;
	bottom:0;
}
#mainImgDiv
{
	margin-top:-10vh;
}
#clockDiv
{
	visibility:hidden;
}
#timeId,#secId
{
	font-size:4vw;
	margin-top:0.5vh;
	font-weight:bold;
}
#subimages
{
	margin-top: 1vh;
}
#gameOverText
{
	font-size:7vw;
	font-weight:bold;
}
#endPage
{
	margin-top:15vh;
}
.scrollClass 
{
  overflow-x: scroll;
 overflow-y: hidden;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-box;
 display: box;
 position:fixed;
 bottom:0;
}
.widthClass
{
	
	/* width:7vw; */
	margin-left:3vw;
}
/* .imageWidth
{
	width:7vw;
} */
#instructionDiv
{
	margin-top: -5vh;
	display:none;
	border: 1px solid black;
	border-radius: 1vw;
	font-size: 3.5vw;
	font-weight: 500;
	position: fixed;
	top: 25vh;
	box-shadow: -3px 3px 19px rgb(0, 0, 0);
}
#endPage
{
	font-size:3vw;
	font-weight:bold;
}
#subDiv
{
	margin-left: 6vw;
    margin-top: 1vh;
    background-color: lightblue;
	border-radius: 10%;
	display:none;
}
#subImageDiv1,#subImageDiv2
{
	margin-top:2vh;
}
#nextDiv,#helpDiv,#nextGameDiv
{
	position: fixed;
    bottom: 0;
}
#next
#nextGame
{
	
}
#header
{
	display:none;
}
#videoDiv
{
	margin-top:5vh;
}
#helpDiv
{
	visibility:hidden;
}