.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

#gamePage{
	position: absolute;
	
}
#endPage{
	    position: absolute;
    top: 5vh;
}
.top{
	top: 13vh;
}
html{
	height:100%;
}
body
{
	user-select:none; 
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:100% 100%;
	overflow:hidden;
}	
.backgroundClass{
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}

#soundAndNext
{
	visibility:hidden;
}

#gameOver
{
	text-align:center;
	font-size: 6vw;
	font-weight:bold;
}
#acknowledgementDiv 
{
	margin-top: 4vh;
	text-align:center;
	display:none;
	border: 0.22vw solid #6b6797;
    border-radius: 3vw;
    box-shadow: inset -3px -5px 20px 14px #9e98dd;
	
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1vh;
	color:black;
}
.firstLetter:first-letter
{
	font-size:1.5vw;
}
#modalMsg
{
	margin-top:-10vh;
}

.blink_me
{
    animation:pulse-black 1.5s linear infinite;
}

@keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}


@keyframes bounceCls{
 0%, 20%, 53%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
}
40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
}
70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
}
90% {
    transform: translate3d(0,-4px,0);
} 
}

#shapesDiv{
	margin-top: 3vh;
}
.shapesImg{
	top: 2.5vh;
}

#container2{
	margin-top: 12vh;
}
#homeAndLogoDiv{
	z-index: 10;
}
#SVGSampleDiv{
	margin-top: 15vh;
}
#dropBordDiv{
	top: 13vh;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	height: 90vh;
	z-index: -1;
	visibility: visible;
	position: absolute;
	left: 18vw;
}
#MainShapesDiv1{
	left: 6vw;
}
#MainShapesDiv2{
	right: 2.5vw;
}
#shapesDivs{
	height: 20vh;
    top: 2vh;
    display: flex;
    justify-content: flex-start;
	z-index: 100;
}
.highlighteClass{
	border-radius: 13%;
    box-shadow:#d503eb 1px 1px 10px 5px;
}

.ackFontClass
{
	font-size:1.9vw;
	margin-top:1.5%;
	color:black;
}
.ui-icon-gripsmall-diagonal-se{
	background-position: 0 0;
}
.ui-icon, .ui-widget-content .ui-icon{
	background-size: 100% 100%;
	display: none;
}

.applyBackground{
	background-image: url('../images/homeBack.png'), url('../images/shoplevelbackground.png')!important;
	background-position: left top, right top;
  	background-repeat: no-repeat, no-repeat;
	background-size: 75% 100%, 25% 100%;
}
#shapesDemoDiv{
	top: 5vh;
}
.shapesImgDiv{
	margin-top: 0.7vh;
	height: 20vh;
}
@media screen and (width: 1204px) {
	.shapesImgDiv {height: 98.766px;}
  }
#photoTextDiv{
	text-align: center;
    font-style: italic;
    font-family: cursive;
	top: 8vh;
	color: black;
	font-size: 4vw;
	font-weight: bold;
	display: none;
  }
  .pictureClass {
	border: 20px solid #726c6c;
    border-radius: 5%;
    box-shadow: inset 0 0 311px #4e8ea5;
    height: 93vh;
    visibility: hidden;
    right: 0.5vw;
    top: 5vh;
}
  