body,
html {
  height: 100%;
  margin: 0;
  /*user-select: none;*/
}
#home {
  /*visibility: hidden;*/
  display: none;
}

#background {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  user-select: none;
}
#playBtnDiv {
  bottom: 0;
  position: fixed;
}

#gamePage {
  display: none;
}

.nopadding {
  padding: 0 !important;
}

.spanClass {
  padding: 1vh;
}
.divParent {
  display: block;
  /* background-color: #6eb3b5; */
  text-align: center;
}
.parentSpan {
  display: inline-block;
  background-color: #b8d0cb21;
  margin: 1vh;
  font-size: 3.2vw;
  color: black;
  font-weight: bold;
  margin-top: 15vh;
}
.bottomclass {
  bottom: 0;
  position: fixed !important;
}

/* #sentenceDiv {
  margin-top: 5vw;
} */
.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-content1 {
  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;
}

.fontClass {
  font-size: 1.3vw;
  margin-top: 1vh;
  color: black;
}
.firstLetter:first-letter {
  font-size: 1.5vw;
}

#acknowledgementDiv {
  margin-top: 4vh;
  background-color: aliceblue;
  border: 0.22vw solid black;
  border-radius: 3vw;
  text-align: center;
  display: none;
}

#startedDate {
  margin-bottom: 1vh;
}

#responseBox {
  margin-top: 10vh;
  background-color: #185b94;
  color: white;
  position: relative;
  top: 0;
  left: 0;
  height: 59vh;
  padding: 2vh;
}
#Yes,
#No {
  background-color: rgb(249, 185, 0);
  color: black;
  font-size: 2.5vw;
  font-weight: bold;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#btnDiv {
  margin-top: 3vh;
}
#questionMsg {
  font-size: 3vw;
  line-height: 10vh;
}
.modal-content {
  background-color: white; /*rgba(38, 59, 95, 0.611764705882353);*/
  box-shadow: 17px 25px 13px rgb(0, 0, 0),
    inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
  border: 4px solid white !important;
  position: fixed;
  top: 25vh;
  right: 0;
  bottom: 0;
  left: 25vh;
  height: fit-content;
}

.overlay {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

#gameOver {
  text-align: center;
  color: white;
  font-size: 7vw;
  font-weight: bold;
}
#homeDiv {
  visibility: hidden;
}

#Maindiv {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  user-select: none;
  height: 40vh;
}

#bottomDiv {
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* overflow: hidden; */
  user-select: none;
  height: 30vh;
  position: fixed;
  bottom: 2vh !important;
}

.buttons {
  margin-top: 7vh;
  height: 10vh;
}
#boyDiv {
  margin-top: 4vh;
}
.buttonImages {
  height: 16vh;
}

#nextGame {
  position: fixed;
  bottom: 0;
}
.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}
