html {
  height: 100%;
}

#background,
#myModal {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-attachment: fixed;
  user-select: none;
}
#coverPage,
#Flip {
  display: none;
}
#playGameDiv {
  bottom: 0px;
  position: fixed;
}
.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;
}
.noPadding {
  padding: 0px !important;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

#divContainingSplitImages {
  z-index: 50;
}

#title {
  margin-top: 20px;
}

#next {
  float: right;
  margin-right: 50px;
  background-color: rgb(0, 98, 133);
}

#question {
  font-weight: bold;
  font-family: cursive;
}
.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;
}
@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 0.5s ease-in-out;
}

#startTheGame {
  position: absolute;
  margin: -50px 0 0 250px;
  left: 50%;
  top: 90%;
  width: 110px;
  height: 50px;
  background-color: white;
  font-family: cursive;
  font-size: 25px;
  color: rgb(0, 118, 133);
  font-weight: bold;
}

.wronganswer {
  font-size: 160px;
}

#next {
  font-size: 25px;

  font-weight: bold;
  font-family: cursive;
  min-width: 115px;
  min-height: 50px;
  float: left;
  margin-left: 30%;
  display: block;
  background-color: rgb(0, 98, 133);
}
#back {
  font-size: 25px;
  position: center;
  font-weight: bold;
  font-family: cursive;
  min-width: 115px;
  min-height: 50px;
}
#score {
  font-size: 20px;
}
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;
  text-align: center;
}
.defaultImage {
  padding: 0px !important;
  height: 33vh;
  z-index: 0;
}
#option6,
#option7,
#option8,
#option1,
#option2,
#option3,
#option4,
#option5,
#option0 {
  font-size: 19px;
  font-family: cursive;
  margin-top: 27%;
  /* z-index: 1;*/
  color: #0a1990;
}
#imgDiv0 {
  border-width: 2px 2px 0px 2px;
  border-color: black;
  border-style: solid;
}
#imgDiv3 {
  border-width: 2px 2px 2px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv2 {
  border-width: 2px 2px 2px 2px;
  border-color: black;
  border-style: solid;
}
#imgDiv5 {
  border-width: 2px 0px 2px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv1 {
  border-width: 2px 2px 0px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv6 {
  border-width: 0px 2px 0px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv7 {
  border-width: 0px 2px 0px 0px;
  border-color: black;
  border-style: solid;
}
#imgDiv8 {
  border-width: 0px 0px 0px 0px;
  border-color: black;
  border-style: solid;
}
#home,
#speaker {
  margin-top: 10%;
}
.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: 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*/
}
#wrongImg {
  height: 300px;
}
#fullImage {
  height: 500px;
}

#wrongimg1 {
  height: 120px;
  margin: -45% 0% 0% 13%;
  z-index: -5;
}
#wrongimg2 {
  height: 120px;
  margin: -40% 0% 0% 51%;
  z-index: -5;
}

@media screen and (min-device-width: 380px) and (max-device-width: 500px) {
  .addPadding {
    padding: 0px !important;
  }
  #wrongimg1 {
    height: 50px;
    margin: -55% 0% 0% 10%;
    z-index: -5;
  }
  #wrongimg2 {
    height: 58px;
    margin: -63% 0% 0% 85%;
    z-index: -5;
  }
}

@media screen and (min-device-width: 501px) and (max-device-width: 680px) {
  .addPadding {
    padding-left: 0px !important;
  }

  #wrongimg1 {
    height: 60px;
    margin: -45% 0% 0% 11%;
    z-index: -5;
  }
  #wrongimg2 {
    height: 83px;
    margin: -47% 0% 0% 84%;
    z-index: -5;
  }
}

@media screen and (min-device-width: 681px) and (max-device-width: 767px) {
  #wrongimg1 {
    height: 80px;
    margin: -40% 0% 0% 10%;
    z-index: -5;
  }
  #wrongimg2 {
    height: 100px;
    margin: -40% 0% 0% 84%;
    z-index: -5;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  #wrongimg2 {
    height: 137px;
    margin: -30% 0% 0% 50%;
  }
  #wrongimg1 {
    height: 120px;
    margin: -34% 0% 0% 10%;
  }

  #back {
    float: left;
    margin-left: 16%;
    background-color: rgb(0, 98, 133);
    font-size: 25px;
  }
  #next {
    font-size: 25px;
    font-weight: bold;
    font-family: cursive;
    min-width: 115px;
    min-height: 50px;
    float: left;
    margin-left: 5%;
    display: block;
    background-color: rgb(0, 98, 133);
  }

  #fullImage {
    height: 350px;
  }

  #wrongImg {
    margin-top: -15%;
    height: 300px;
  }
  .wronganswer {
    font-size: 100px;
  }
}
@media screen and (max-device-width: 1279px) and (min-device-width: 1025px) {
  #wrongimg1 {
    height: 120px;
    margin: -45% 0% 0% 9%;
    z-index: -5;
  }
}

@media screen and (min-device-width: 1536px) {
  #wrongimg1 {
    height: 260px;
    margin: -62% 0% 0% 6%;
    z-index: -5;
  }

  #wrongimg2 {
    height: 354px;
    margin: -60% 0% 0% 73%;
    z-index: -5;
  }
}
