html{
	height: 100%;
}
body 
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#coverPage,#Flip{
	display:none;
}

#fullImage{
	height:70vh;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: center no-repeat #fff;
}


.blink_me {
animation: blinker 1s linear infinite;
}
@keyframes blinker {  
50% { opacity: 0.5; }
}

#background
{
	
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-position:center;
		background-attachment:fixed;
}
.noPadding
{
	padding:0% !important;
}
@keyframes shake 
{
  0% {
		transform: translateX(0);
	}

  20% {
    transform: translateX(-50px);
	}

  40% {
    transform: translateX(50px);
	}

  60% {
    transform: translateX(-50px);
	}

  80% {
    transform: translateX(50px);
	}

  100% {
    transform: translateX(0);
	}
}
.shakeIt
{
	
	animation: shake .5s ease-in-out;
} 

    
#title
{
	margin-top: 20px;
}
#nameOfImage
{
		font-size:20px;
		font-family: cursive;
		color:#0f3e0f;
		text-align: center;
		margin-top: -10px;
}
/* .btn
{
	background-color:white;
	font-weight:bold;
	transition:background-color 1s;
	min-width:225px;
	max-width: 300px;
	font-size:30px;
	font-family: cursive;
} */
.btn:active,.btn:focus
{outline:none;
}

#div2,#div3
{
	margin-top:0%;
	margin-bottom:10px;
}

p{
	font-size:25px;
	font-family:cursive;
}
#img1_1 #img1_2 #img1_3 #img1_4{
		width:100px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
#lastMsg
{
	margin-top:250px;
	font-size:70px;
	font-family: cursive;
}
#showscore
{
	margin-top:20px;
	font-size:45px;
	font-family: cursive;
}
#para
{
	font-weight: bold;
}
.slide{
	padding-right: 0px;
	padding-left: 0px;
	height: 25vh;
	text-align: center;
}
.defaultImage
{
	
    width:100%;
    height: 100%;
    z-index: 0;
}
#option6,#option7,#option8,#option1,#option2,#option3,#option4,#option5,#option0
{
    font-family: cursive;
    margin-top: 8%;
    color: #0a1990;
}
.optionForFlip{
	font-size:5vw;
}
#imgDiv0{
	border-width:0px 2px 0px 0px;
	border-color:white;
	background-color: rgb(239,155,17);
	border-style: solid;
}
#imgDiv3{
	border-width:2px 2px 2px 0px;
	border-color:white;
	background-color: rgb(252,219,0);
	border-style: solid;
}
#imgDiv4{
	border-width:2px 2px 2px 0px;
	border-color:white;
	background-color: rgb(218,37,29);
	border-style: solid;
}
#imgDiv5{
	border-width:2px 0px 2px 0px;
	border-color:white;
	background-color: rgb(246,184,0);
	border-style: solid;
}
#imgDiv1{
	border-width:0px 2px 0px 0px;
	border-color:white;
	background-color: rgb(0,170,231);
	border-style: solid;
}
#imgDiv6{
	
    border-width: 0px 2px 0px 0px;
    border-color: white;
    background-color: rgb(235,137,138);
    border-style: solid;
}
#imgDiv7{
	border-width:0px 2px 0px 0px;
	border-color:white;
	 background-color: rgb(59,179,194);
	border-style: solid;
}
#imgDiv8{
	border-width:0px 0px 0px 0px;
	border-color:white;
	 background-color: rgb(228,83,136);
	border-style: solid;
}
#imgDiv2{
	background-color: rgb(132,194,37);
}
#home,#speaker,#next
{
	margin-bottom: 10%;
}
.modal 
	{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top:2%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; 
   	background-color: rgba(0,0,0,0.3); 

}

.nopadding{
    
    padding: 0px!important;
}
#playDiv{
	bottom:0px;
	position:fixed;
    
}
#logoDiv{
    margin-top:2%;
}
#wrongimg2,#wrongimg1{
	margin-top:100%;
}.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%;
}
#responseBoxDiv
{
    display: none; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
}
.overlay
{
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.modal-content
{
    background-color:rgba(38, 59, 95, 0.611764705882353);
    box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
    border: 4px solid white;
    margin-top: 4vh;
}
#confiramtionText
{
    font-size: 3vw;
    line-height: 10vh;
}
#responseBox {
   margin-top: 25vh;
   background-color: #185b94;
   color: white;
   position:relative;
   top:0;
   left:0;
   height: 59vh;
   padding:2vh;
}
#btnDiv
{
    margin-top:3vh;
}
#Yes,#No
{
    background-color:rgb(249,185,0);
    color:black;
    font-size:2.5vw;
    font-weight:bold;
}
#homeDiv,#nextDiv,#widget{
	position: fixed;
	bottom: 0;
}
/* game over*/
#gameOver
{
	color: black;
	font-size: 7vw;
	font-weight:bold;
}
#acknowledgementDiv 
{
	display: block;
}
#finalPage
{
	display:none;
}
#acknowledgementDiv 
{
	display: block;
	margin-top: 2vh;
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;
	text-align:center;
}
#developerNameDiv
{
	margin-bottom: 2vh;
}
.fontClass
{
	font-size:1.3vw;
	margin-top:1.5%;
	color:black;
}
.firstLetter:first-letter
{
font-size:1.5vw;
}
#finalPage
{
	display:none;
}