body {
  font-size: 1.5vh;
  background: #f3fafc;
  color: #000000;
  font-family: "Lexend Deca", sans-serif;
}
#myBtn {
  margin-top: 10px;
}
h1,
h2,
h3 {
  font-family: "Lexend Zetta", sans-serif;
}
.image-container {
  position: relative;
  max-width: 200px;
  max-height: 200px;
}
.img-fluid {
  position: relative;
  max-width: 200px;
  max-height: 200px;
}

.key {
  max-width: 30px;
  height: auto;
  position: absolute;
  bottom: 5px;
  right: 5px;
  cursor: help;
}
/*styling for navbar id*/
#navbar {
  background: #3780d6;
  color: #f0f0f0;
  overflow: hidden;
  position: relative;
  height: 4.5em;
}
/*styling for anchors in navbar id*/
#navbar a {
  color: #f0f0f0;
  text-decoration: none;
}
/*navbar id heading styling*/
#navbar img {
  float: left;
  height: 3.5em;
  margin: 0.5em;
  padding-left: 1em;
}
/*styling for unordered lists in navbar id*/
#navbar ul {
  float: right;
  list-style: none;
  padding-right: 20px;
}
/*styling for list items in unordered lists in navbar id*/
#navbar ul li {
  float: left;
}
/*styling for anchor links in list items in unordered lists in navbar id*/
#navbar ul li a {
  display: block;
  padding: 1.5em;
  text-align: center;
}
/*styling for anchor links in hover in list items in unordered lists in navbar id and the current class*/
#navbar ul li a:hover,
.current {
  background: #80a7d6;
}
#main-content {
  min-height: 100vh;
}
footer {
  background: #3780d6;
  text-align: center;
  padding: 1vh;
  color: #f3fafc;
}
#copyright {
  text-decoration: underline;
}
#copyright:hover {
  color: #80a7d6;
}

.dropdown {
  background: #3780d6;
  height: 4.5em;
}
#navENG,
#navUA {
  display: none;
}
.manENG,
.manUA {
  display: none;
}
/* Mobile view*/
@media (max-width: 1250px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }
}

@media (min-width: 1041px) {
  #mobileClue {
    display: none;
  }
}
.popup {
  display: none;
  position: absolute;
  bottom: 100%; /* Position above the footer */
  left: 50%;
  transform: translateX(-50%);
  background-color: #3780d6;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  z-index: 1;
}

.popup-content {
  font-size: 14px;
}

#footer {
  position: relative;
  cursor: pointer;
}
@media (min-width: 941px) and (max-width: 1040px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 27vh;
  }
  #girlmob {
    height: 27vh;
  }
  #shady {
    height: 27vh;
  }
  .col-md-6 {
    width: 85vw;
    margin-left: 5%;
    margin-right: 10%;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 40vh;
    left: 0%;
    transform: translateX(-160%);
    height: 27vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 20vh;
    left: 8vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 15vh;
    left: 8vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 801px) and (max-width: 940px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 27vh;
  }
  #girlmob {
    height: 27vh;
  }
  #shady {
    height: 27vh;
  }
  .col-md-6 {
    width: 85vw;
    margin-left: 0%;
    margin-right: 10%;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 34vh;
    left: 0%;
    transform: translateX(-100%);
    height: 27vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 28vh;
    left: 8vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 23vh;
    left: 8vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 681px) and (max-width: 800px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 25vh;
  }
  #girlmob {
    height: 25vh;
  }
  #shady {
    height: 25vh;
  }
  .col-md-6 {
    width: 80vw;
    margin-left: 5%;
    margin-right: 10%;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 37vh;
    left: 0%;
    transform: translateX(-100%);
    height: 25vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 22vh;
    left: 8vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 17vh;
    left: 8vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 551px) and (max-width: 680px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 23vh;
  }
  #girlmob {
    height: 23vh;
  }
  #shady {
    height: 23vh;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 41vh;
    left: 0%;
    transform: translateX(-50%);
    height: 23vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 15vh;
    left: 5vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 10vh;
    left: 5vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 432px) and (max-width: 550px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 23vh;
  }
  #girlmob {
    height: 23vh;
  }
  #shady {
    height: 23vh;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 41vh;
    left: 0%;
    transform: translateX(-80%);
    height: 23vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 12vh;
    left: 5vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 7vh;
    left: 5vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 376px) and (max-width: 431px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 21vh;
  }
  #girlmob {
    height: 21vh;
  }
  #shady {
    height: 21vh;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 46vh;
    left: 0%;
    transform: translateX(-50%);
    height: 21vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 11vh;
    left: 5vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 7vh;
    left: 5vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 282px) and (max-width: 375px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 23vh;
  }
  #girlmob {
    height: 23vh;
  }
  #shady {
    height: 23vh;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 46vh;
    left: 0%;
    transform: translateX(-60%);
    height: 23vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 6vh;
    left: 5vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 1vh;
    left: 5vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}

@media (min-width: 278px) and (max-width: 281px) {
  #clue {
    display: none;
  }
  .image-container {
    max-width: 200px;
    max-height: 200px;
  }
  #mob2,
  #mob3 {
    display: none;
  }

  .img-fluid {
    left: 50%;
  }
  #boymob {
    height: 20vh;
  }
  #girlmob {
    height: 20vh;
  }
  #shady {
    height: 20vh;
  }
  #lukk2,
  #lukk4,
  #lukk6 {
    position: absolute;
    top: 47vh;
    left: 0%;
    transform: translateX(-50%);
    height: 20vh;
  }
  #fm2,
  #fm4,
  #fm6 {
    position: absolute;
    bottom: 9vh;
    left: 5vw;
    width: 100%;
  }
  #myBtn {
    position: absolute;
    bottom: 4vh;
    left: 5vw;
  }
  #hintModalBody {
    display: block;
    visibility: visible;
  }
}
