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

.nopadding {
  padding: 0 !important;
}
.toBottom {
  position: fixed;
  bottom: 0vh;
}
#MainDiv
{
	display: none;
}
#questions
{
	/*margin-top:8vh;*/
	margin-top:8vh;
	margin-left:28vw;
} 
#questionScreen,#numPad
{
	margin-left:4vw;
}
.quetions
{
color:black;
font-size: 1.8vw;
font-weight: bold;
border:0.5px solid gray;
display:flex;
justify-content:center;
align-items:center;
width:0.6vw;
}
#level1,#level2
{
	height:9vh;
	background-color:gray;
	margin-top:15vh;
	text-align: center;
  font-size: 3vw;
  font-weight: bold;
  color:black;
}
.imgDivs
{
	position:relative;
}
.images
{
	border:2px solid white;
	height:30vh;
}
#questionScreen
{
	height:57vh;
}
#animalImagesDiv
{
	margin-top:3vh;
}
html {
  height: 100%;
}
body ,#questionDiv,.cl,.cls,#questionScreen,#selectNumbers,#acknowledgementDiv,#numberPad,#gameOver{
  user-select: none;
  background-position: center;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.buttonCss,.buttonCss1
{
	user-select: none;
  background-position: center;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-size: 135% 135%;
  overflow: hidden;
}
#selectNumbers
{
	margin-top:10vh;
}
.cl{
	display:none;
		height:21vh;/*23*/
}
#image0,#image1
{
	margin-top:4.5vh;
}
#image1,#image3{
	margin-right:1.8vw;
}
#image0,#image2
{
	margin-left:1.8vw;
}
#image2,#image3
{
	margin-bottom:4vh;
}
.cls{
	height:23vh;
	font-size: 4vw;
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: bold;
    color: rgb(24,56,132);
}
.que
{
	font-weight: bold;
    color: rgb(24,56,132);
	font-size: 2vw;
	margin-top:4vh;
}
.num
{
	background-color:white;
	border:0.5px solid black;
	height:7vh;
	width:4vw;
	margin-left:1vw;
	overflow:hidden;
	display: flex;
    justify-content:center;
    align-items: center;
    font-weight: bold;
    margin-top:2vh;
}
.num1{
	background-color:white;
	height:7vh;
	overflow:hidden;
	display: flex;
    justify-content:center;
    align-items: center;
    font-weight: bold;
}
.num2
{
	background-color:white;
	border:0.5px solid black;
	height:7vh;
	overflow:hidden;
	font-weight: bold;
    
}

.leftClass{
    margin-left: 1vw;
}
.height
{
    height: 10vh;
}
.innerQuesClass{
    height: 12vh;
}
#screen2,#level1,#level2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
} 
#innerId,#innerID{
    top: 8vh;
	font-size: 3.5vw;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    font-weight: bold;
    color: black;
}
.border {
    border-bottom: 2px solid black;
}
.blink_me{
    animation: blinker 1s linear infinite;
    background-color: gray;
  }
  @keyframes blinker {  
    50% { opacity: 0.5; }
  }

.styleBorder{
    border: 2px solid black;
}
#acknowledgementDiv {
    visibility: hidden;
    margin-top: 3vh;
  }
  
#QueDiv,#answerDiv,#showAnswerSteps
{
	margin-top:6vh;
}
#questionDiv {
  height: 25vh;
  color: rgb(24,56,132);
  display: flex;
    justify-content:flex-end;
    align-items: center;
    font-weight: bold;
    margin-top:-5vh;
}
#finalAnsText {
  margin-top: 1vh;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-content {
  background-color: rgba(1, 6, 15, 0.612);
  box-shadow: 17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95);
}
#answerText {
  text-align: center;
  color: #ffffff;
  font-size: 4vw;
  margin-top: 12vw;
}
#acknowledgementDiv {
  margin-top: 4vh;
    font-weight: bold;
	font-size:1.5vw;
	color:rgb(24,56,132);
   height:30vh;
   display:grid;
    justify-content:center;
    align-items: center;
	text-align:center;
}
#numPad
{
	 display: flex;
    justify-content:center;
    align-items: center;
}
#numberPad
{
	height:47vh;
}
#gameOver {
  text-align: center;
  color: rgb(24,56,132);
  font-size: 4vw;
  font-weight: bold;
   display: flex;
   height:20vh;
    justify-content:center;
    align-items: center;
}
.cll
{
	display: flex;
    justify-content:center;
    align-items: center;	
}
.firstLetter 
{
	margin-top:5vh;
}
#Text {
	 display: flex;
    justify-content:center;
    align-items: center;
  font-size: 2.3vw;
  font-weight: bold;
}
#play {
  position: fixed;
  bottom: 5vh;
}
#numPad
{
	margin-top:3vh;
}
.pulse{
    animation: pulse-black 1.5s infinite;
  }
  @keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}
.bounce
{
    animation:bounceCls 1.5s linear infinite;
}
@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);
} 
}
.blink_me {
  /* background-color: rgba(255, 255, 255, 0.548); */
  animation: blinker 1s linear infinite;
}
@keyframes blinker
{
  50%
  {
      opacity:0.5;
  }
}
