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;
}

.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;
}

#playDiv{
	position:fixed;
	bottom:0;
}
@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;
		
		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;
}
.btn:active,.btn:focus
{outline:none;
}


#lastMsg
{
	margin-top:250px;
	font-size:70px;
	
}
#showscore
{
	margin-top:20px;
	font-size:45px;
	
}
#para
{
	font-weight: bold;
}
.slide{
	padding: 0px!important;
	text-align: center;
	height: 25vh;
}
.defaultImage
{
	/*width: 216px;*/
    width:100%;
    height: 100%;
    z-index: 0;
}
#option6,#option7,#option8,#option1,#option2,#option3,#option4,#option5,#option0
{
    margin-top: 10%;
    color: #0a1990;
}
.optionForFlip{
	 font-size:3vw;
}
#imgDiv0{
	border-width:0px 2px 0px 0px;
	border-color:white;
	background-color: rgb(235,137,138);
	border-style: solid;
}
#imgDiv3{
	border-width:2px 2px 2px 0px;
	border-color:white;
	background-color: rgb(59,179,194);
	border-style: solid;
}
#imgDiv4{
	border-width:2px 2px 2px 0px;
	border-color:white;
	background-color: rgb(117,197,240);
	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(252,219,0);
	border-style: solid;
}
#imgDiv6{
	
    border-width: 0px 2px 0px 0px;
    border-color: white;
    background-color: rgb(239,155,17);
    border-style: solid;
}
#imgDiv7{
	border-width:0px 2px 0px 0px;
	border-color:white;
	 background-color: rgb(218,37,29);
	border-style: solid;
}
#imgDiv8{
	border-width:0px 0px 0px 0px;
	border-color:white;
	 background-color: rgb(132,194,37);
	border-style: solid;
}
#imgDiv2{
	background-color: rgb(228,83,136);
}

.modal 
	{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; 
   	background-color: rgba(0,0,0,0.3); 

}

.modal-content {
   margin: auto;
   border: 0;
    width: 80%;
}

.overlay{
  z-index: 10;
  background-color: rgba(0,0,0,0.5); /*dim the background*/
}

#fullImage{
		height:65vh;
	}

.nopadding{
    
    padding: 0px!important;
}

#logoDiv{
    margin-top:1%;
}
#textDiv
{
	font-size: 5vw;
	color:black;
}