html {
    height: 100%;
  }
  body {
    user-select: none;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
  }
  .se-pre-con {
    position: fixed;
    left: 0px;
    top: 150px;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: center;
  }
  .loader
  {
    position: fixed!important;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: center no-repeat#afaca7d1;
    z-index: 1;
  }
  
  .noPadding {
    padding: 0 !important;
  }
  #widget,#playGame,#replayNcredit {
    position: fixed;
    bottom:0;
  }
  .homelogo{
    z-index: 1;
    top: 1vh;
  }
  .bgClass{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  #gamePage{
    display: none;
    position: absolute;
  }
  #screenOne{
    height: 70vh;
    top:0vh;
    /* z-index: -1; */
  }
  #fishDiv{
    bottom: 3vh;
  }
 .bubbleClass {
    height: 30vh;
    position: relative;
    width: 20vw;
    display: inline-block;
    margin-left: 1vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999; 
  }
  .bubbleClass01 {
    height: 30vh;
    position: relative;
    width: 20vw;
    display: inline-block;
    margin-left: 14vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999; 
  }
  .bubbleClass23 {
    height: 30vh;
    position: relative;
    width: 18vw;
    display: inline-block;
    margin-left: 7vw;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999; 
  }
  #questionDiv{
    font-size: 2.5vw;
    color: black;
    align-items: center;
    display: flex;
    justify-content: center;
    font-style: italic;
    font-family: verdana;
    font-weight: bold;
    top: 4vh;
    background-color: white;
    height: 8vh;
    box-shadow: 2px 4px lightgrey;
    border-radius: 3vh/4vh;
    z-index: 1000;
  }
#gameOver{
 /*  margin-top: 7vh;  */
  font-size: 6vw;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  font-weight: bold;
  color:black;  
  text-shadow: 5px 3px 3px white
}
#acknowledgementDiv {
  display: none;
/*   background-color: #3a414680; */
  margin-top: 3vh;
  border: 0.22vw solid blue;
  border-radius: 3vw;
  box-shadow: inset -3px -5px 20px 14px #79b9d6;
  text-align: center;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#developerNameDiv{
    margin-bottom: 2vh;
}
.fontClass{
    font-size:1.6vw;
    margin-top:1vh;
    color:black;
}
.firstLetter:first-letter{
    font-size:1.5vw;
}
.pulse{
    animation: pulse-black 1.5s infinite;
  }
  @keyframes pulse-black {
	0% {
		transform: scale(0.85);
		
	}
	
	70% {
		transform: scale(1);
	
	}
	
	100% {
		transform: scale(0.85);
		
	}
}
.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);
        
    }
}
