html{
	height:100%;
}
.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0;
}

#gamePage{
	position: absolute;
}
.top{
	top: 15vh;
}
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%;
	height: 65vh;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top:150px;
	width:100%;
	height: 100px;
	z-index: 9999;
	background-repeat: no-repeat;
	background-position:center;
}
#homeAndLogoDiv{
	z-index: 10;
}
#soundAndNext
{
	visibility:hidden;
}
.blinkMe:hover{

 	    animation: blinker 1s linear infinite;
		animation-fill-mode:backwards;

}
@keyframes blinker
{ 50% 
	{
			opacity: 0.4;
			fill:#FFD700;			
	}
}

.words
{
	text-align:center;
	text-align:center;
	font-size:3vw;
	font-weight:bold;	
	height: 7vh;
}
#wordDiv
{
    /*border: 1px solid black;*/
    height: 65vh;
	margin-top:7vh;
	border-radius:1vw;
	visibility:hidden;
	background-color:#87a1eb;
	box-shadow: 8px 6px 7px rgb(0, 0, 0), inset -100px 0px 100px rgba(70, 141, 197, 0);
}

#gameOver
{
	text-align:center;
	font-size: 6vw;
	font-weight:bold;
}

/* .hoverAnim{
			fill:transparent;
			fill-opacity:0.1;
		}
.hoverAnim:hover,click{
			fill:#ff6666;
			fill-opacity:0.5;
			cursor:pointer;			
		} */

.hoverAnim{
	fill:transparent;
	fill-opacity:0.1;
}
/* .empty{
	
} */
.hint{
	fill: none;
	stroke-width: 4px;
	stroke-linejoin: round;
	animation: hint1 1s;
  }
  @keyframes hint1 {
	  100%,
	  0% {
		/* stroke:#51b848; */
		stroke:rgb(251, 4, 4);
	  }
	  60% {
		/* stroke:#a6ce39; */
		stroke:rgb(167, 169, 241);
	  }
	}
.clicked{
  fill: none;
  stroke: #646464;
  stroke-width: 4px;
  stroke-dasharray: none;
  stroke-linejoin: round;
  animation: blink 0.8s infinite;
}
@keyframes blink {
	100%,
	0% {
	  /* stroke:#51b848; */
	  stroke:rgb(142, 0, 177);
	}
	60% {
	  /* stroke:#a6ce39; */
	  stroke:rgb(211, 126, 255);
	}
  }
  .clickedWrong{
	/*fill:#fff0f5 !important;
	fill-opacity:1;
	stroke: black;
	stroke-width: 3.25px !important;*/
  fill: none;
 
  stroke-width: 4px;
  stroke-dasharray: none;
  stroke-linejoin: round;
  animation: blink1 0.8s ;
}
@keyframes blink1 {
	100%,
	0% {
	  /* stroke:#51b848; */
	  stroke:rgb(230, 15, 15);
	}
	60% {
	  /* stroke:#a6ce39; */
	  stroke:rgb(248, 138, 138);
	}
  }
#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;
}
.bubbles{
	height: 21vh;
  position: relative;
  width: 10vw;
  display: inline-block;
  margin-left: 8vw;
}

.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;
}
 */
#container2{
	margin-top: 12vh;
}
#endPage{
	    position: absolute;
    top: 5vh;
}

#SVGSampleDiv{
	margin-top: 15vh;
}

.zoomEffect{
	color: black;
	font-size: 1.5vw;
	text-align: center;
	margin-top: 3vh;
	font-weight: bold;
	border: 2px solid black;
	border-radius: 2vh/3vh;
    box-shadow: inset 0px 1px 6px black;
	background-color: floralwhite;
}

.shapesDiv{
	top: 20vh;
}
/* .hoverH{
	z-index: 11;
} */
.bubbleClass {
   top: 0%;
    position: relative;
  
  }
  .bubble2{
    position: relative;
  }
  #queImages{
	  z-index: 11;
  }
  .rightGlow {
	border: 2px solid #b2b7c2;
	font-size: 22px;
	-webkit-transition: box-shadow linear 1s;
	transition: box-shadow linear 1s;
  }
  .rightGlow:focus {
	box-shadow: 0 0 20px #143b91;
  }

  
  .rightAnsHint{
	fill: none;
	stroke-width: 4px;
	stroke-linejoin: round;
	animation: hint1 1s;
  }
  @keyframes hint1 {
	  100%,
	  0% {
		/* stroke:#51b848; */
		stroke:rgb(122, 1, 1);
	  }
	  60% {
		/* stroke:#a6ce39; */
		stroke:rgb(61, 67, 242);
	  }
	}