@charset "UTF-8";



body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
  overscroll-behavior-y: contain;
  background-color: #faf8f0;
  /*background-image: url("/img/concrete-wall.png");*/
  /*background-repeat: repeat;*/
  /*background-size: auto;*/
  /*background-attachment: fixed;*/
  height: 100vh;
}
.ads {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 500px;
  flex-direction: column;
  float: left;
  margin: 20px;
}
.adv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 500px;
  flex-direction: column;
  float: right;
  margin: 20px;
}

#heading {
  display: flex;
  width: 500px;
  height: 120px;
  text-align: center;
  font-size: 32px;
  margin: auto;
  line-height: 50px;
  /* border-bottom: 1px solid #06d6a0; */
  /* padding: -200px; */
  /* margin-bottom: -110px; */
  align-items: start;
  justify-content: center;
}
h1 {
  color: rgb(102, 102, 102);
  padding: 0;
  margin: 0;
}
.play {
  color: #43aa8b;
  font-size: 30px;
  font-family: "Bungee Shade", cursive;
  font-weight: bold;
  margin-top: -50px;
}

.header {
  display: flex;
  text-align: center;
  width: 27%;
  height: 50px;
  align-items: center;
  margin: 20px auto;
  justify-content: space-evenly;
  /* border: 1px solid black; */
}

a {
  text-decoration: none;
  color: white;
}
.header #newgame {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #118ab2;
  /* border-radius: 4px; */
  font-weight: bold;
  padding: 10px 10px;
  width: 100px;
  height: 55px;
}
.header #newgame:hover {
  background-color: #06d6a0;
  transition: 0.25s;
}
#score-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eb8f4e;
  font-weight: bold;
  font-size: 20px;
  color: white;
  /* border-radius: 4px; */
  padding: 10px 10px;
  width: 100px;
  height: 55px;
}
.score-cell {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

#highscore-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ef476f;
  font-weight: bold;
  font-size: 20px;
  color: white;
  /* border-radius: 4px; */
  padding: 10px 10px;
  width: 100px;
  height: 55px;
}

.help {
  display: none;
  width: 35px;
  height: 35px;
  background: url(../img/information.png);
  background-size: 100% 100%;
  border: 0;
  opacity: 0.8;
}
.help:hover {
  cursor: pointer;
}

#grid-container {
  width: 500px;
  height: 500px;
  padding: 50px;
  margin: auto;
  /* top: 0px; */
  border: 4px solid #118ab2;
  /* background-color: white; */
  /* border-radius: 2px; */
  position: relative;
}
.grid-cell {
  width: 106.25px;
  height: 106.25px;
  /* border: 4px solid white; */
  border-radius: 2px;
  background-color: #d4d8db; /*#e9ecef*/
  position: absolute;
}
.number-cell {
  border-radius: 2px;
  width: 106.25px;
  height: 106.25px;
  font-family: Arial;
  font-weight: bold;
  font-size: 60px;
  line-height: 100px;
  text-align: center;
  position: absolute;
}

#howto {
  display: block;
  width: 60%;
  height: 100px;
  margin: auto;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  color: #118ab2;
  font-weight: bold;
  line-height: 25px;
}

h2 {
  font-size: 16px;
  text-align: center;
  color: #118ab2;
  padding: 5px;
}
#showto {
  display: none;
  justify-content: center;
  align-items: center;
  width: 670px;
  height: 100px;
  margin: auto;
  font-size: 20px;
  text-align: center;
  color: #118ab2;
  font-weight: bold;
  line-height: 25px;
}
.howto {
  font-weight: bold;
  font-size: 24px;
  color: #ef476f;
}

.backto {
  background-color: #118ab2;
  padding: 2px 26px;
  border-radius: 4px;
  font-weight: bold;
}
.backto:hover {
  background-color: #06d6a0;
  transition: 0.25s;
}
.orange {
  color: rgb(235, 143, 78);
}

#whyplay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  background-color: #e9ecef;
  width: 100%;
  height: 150px;
  padding: 20px;
  text-align: left;
}

#footer {
  border-top: 1px solid #118ab2;
  display: flex;
  width: 100%;
  height: 50px;
  margin: auto;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  bottom: 0px;
  background-color: white;
}
.mailto {
  color: #ef476f;
  cursor: pointer;
  font-weight: bold;
}
.pp {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 45%;
  font-size: 1rem;
  margin-top: 25px;
}
.privacy {
  color: rgb(102, 102, 102);
}

@media only screen and (max-width: 992px) {
  body {
    width: 100%;
    margin: auto;
    overscroll-behavior-y: contain;
    position: fixed;
    min-height: 100vh;
  }

  .howto {
    font-size: 22px;
  }

  .header #newgame {
    padding: 4px 6px;
    font-size: 16px;
    margin: auto;
  }
  #score-cell,
  #highscore-cell {
    padding: 2px 4px;
    font-size: 20px;
    margin: auto;
  }
  .score-cell {
    font-size: 16px;
    margin: auto;
  }
  .help {
    display: none;
  }
  #heading {
    margin: auto;
    width: 50%;
    font-size: 40px;
    line-height: 48px;
    margin-top: -30px;
  }
  .play {
    font-size: 22px;
  }
  #howto {
    margin: auto;
    width: 100%;
    height: 80px;
    font-size: 16px;
  }

  #showto {
    display: none;
  }
  .header {
    display: flex;
    width: 30%;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  #footer {
    margin-top: 10px;
    height: 50px;
    bottom: 0px;
    background-color: white;
    position: absolute;
  }
  .ads {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: left;
  }
  .adv {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: right;
  }

  .header #newgame {
    width: 115px;
    height: 51px;
  }
  #score-cell {
    width: 120px;
    height: 55px;
  }
}
@media only screen and (max-width: 942px) {
  body {
    width: 100%;
    margin: auto;
    overscroll-behavior-y: contain;
    position: fixed;
    min-height: 100vh;
  }
  .howto {
    font-size: 22px;
  }

  .header #newgame {
    padding: 4px 6px;
    font-size: 16px;
    margin: auto;
  }
  #score-cell {
    padding: 2px 4px;
    font-size: 20px;
    margin: auto;
  }
  .score-cell {
    font-size: 16px;
    margin: auto;
  }
  .help {
    display: none;
  }
  #heading {
    margin: auto;
    width: 50%;
    font-size: 40px;
    line-height: 48px;
    margin-top: -30px;
  }
  .play {
    font-size: 22px;
  }
  #howto {
    margin: auto;
    width: 100%;
    height: 80px;
    font-size: 16px;
    padding: 0;
  }

  #showto {
    display: none;
  }
  .header {
    display: flex;
    width: 35%;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  #footer {
    margin-top: 10px;
    height: 50px;
  }
  .ads {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: left;
  }
  .adv {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: right;
  }

  .header #newgame {
    width: 115px;
    height: 51px;
  }
  #score-cell {
    width: 120px;
    height: 55px;
  }
}
@media only screen and (max-width: 792px) {
  body {
    width: 100%;
    margin: auto;
    overscroll-behavior-y: contain;
    position: fixed;
    min-height: 100vh;
  }
  .howto {
    font-size: 22px;
  }

  .header #newgame {
    padding: 4px 6px;
    font-size: 16px;
    margin: auto;
  }
  #score-cell {
    padding: 2px 4px;
    font-size: 20px;
    margin: auto;
  }
  .score-cell {
    font-size: 16px;
    margin: auto;
  }
  .help {
    display: none;
  }
  #heading {
    margin: auto;
    width: 50%;
    font-size: 40px;
    line-height: 48px;
    margin-top: -30px;
  }
  .play {
    font-size: 22px;
  }
  #howto {
    margin: auto;
    width: 80%;
    height: 100px;
    font-size: 16px;
  }

  #showto {
    display: none;
  }
  .header {
    display: flex;
    width: 42%;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  #footer {
    margin-top: 10px;
    height: 50px;
  }
  .ads {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: left;
  }
  .adv {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: right;
  }

  .header #newgame {
    width: 115px;
    height: 51px;
  }
  #score-cell {
    width: 120px;
    height: 55px;
  }
  #whyplay {
    width: 90vw;
    height: 180px;
  }
}
@media only screen and (max-width: 662px) {
  body {
    width: 100%;
    margin: auto;
    overscroll-behavior-y: contain;
    position: fixed;
    min-height: 100vh;
  }
  .howto {
    font-size: 22px;
  }

  .header #newgame {
    padding: 4px 6px;
    font-size: 16px;
    margin: auto;
  }
  #score-cell {
    padding: 2px 4px;
    font-size: 20px;
    margin: auto;
  }
  .score-cell {
    font-size: 16px;
    margin: auto;
  }
  .help {
    display: none;
  }
  #heading {
    margin: auto;
    width: 50%;
    font-size: 40px;
    line-height: 48px;
    margin-top: -30px;
  }
  .play {
    font-size: 22px;
  }
  #howto {
    margin: auto;
    width: 100%;
    height: 80px;
    font-size: 16px;
    line-height: 18px;
  }

  #showto {
    display: none;
  }

  .header {
    display: flex;
    width: 50%;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  #footer {
    margin-top: 10px;
    height: 50px;
  }
  .ads {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: left;
  }
  .adv {
    width: 15%;
    height: 500px;
    flex-direction: column;
    float: right;
  }

  .header #newgame {
    width: 115px;
    height: 51px;
  }
  #score-cell {
    width: 120px;
    height: 55px;
  }
  #whyplay {
    width: 95vw;
    height: 180px;
  }
}

@media only screen and (max-width: 620px) {
  .header {
    width: 68%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 15px;
  }
  .ads {
    display: none;
  }
  .adv {
    display: none;
  }

  #heading {
    margin: auto;
    width: 70%;
    font-size: 35px;
    line-height: 42px;
    margin-top: -35px;
    height: 120px;
  }
  .play {
    font-size: 20px;
  }
  .backto {
    display: none;
  }
  #howto {
    display: none;
    margin-top: 110px;
    padding-top: 0;
    font-size: 14px;
    line-height: 25px;
  }
  #showto {
    display: flex;
    width: 100%;
    height: 50px;
    margin: auto;
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    justify-content: center;
  }
  .help {
    display: none;
  }
  .howto {
    font-size: 18px;
    text-align: center;
  }
  body {
    min-height: 100vh;
    overscroll-behavior-y: contain;
    margin-top: 2%;
    position: fixed;
  }
  #footer {
    margin-top: 2px;
    height: 50px;
    background-color: white;
    bottom: 0px;
    position: absolute;
  }

  .dropdown {
    font-size: 14px;
  }
  .dropdown-content {
    width: 212px;
    height: 46px;
    font-size: 12px;
    border: none;
  }
  .header #newgame {
    width: 115px;
    height: 51px;
  }
  #score-cell {
    width: 120px;
    height: 55px;
  }
  .pp {
    margin-top: -25px;
  }
  #whyplay {
      display: none;
    position: fixed;
    width: 90vw;
    margin-top: 15px;
    /* text-align: center; */
  }
}

@media only screen and (max-width: 450px) {
  .header {
    width: 68%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 15px;
  }
  .ads {
    display: none;
  }
  .adv {
    display: none;
  }

  #heading {
    margin: auto;
    width: 70%;
    font-size: 35px;
    line-height: 42px;
    margin-top: -35px;
    height: 120px;
  }
  .play {
    font-size: 20px;
  }
  .backto {
    display: none;
  }
  #howto {
    display: none;
    margin-top: 110px;
    padding-top: 0;
    font-size: 14px;
    line-height: 25px;
  }
  #showto {
    display: flex;
    width: 100%;
    height: 30px;
    margin: auto;
    /* padding-top: 10px; */
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
  }
  .help {
    display: none;
  }
  .howto {
    font-size: 18px;
    text-align: center;
  }
  body {
    position: fixed;
    min-height: 100vh;
    overscroll-behavior-y: contain;
    margin-top: 2%;
  }
  #footer {
    position: absolute;
    margin-top: 2px;
    height: 50px;
    background-color: white;
    bottom: 0px;
  }

  .dropdown {
    font-size: 14px;
  }
  .dropdown-content {
    width: 212px;
    height: 46px;
    font-size: 12px;
    border: none;
  }
  .header #newgame {
    width: 115px;
    height: 51px;
  }
  #score-cell {
    width: 120px;
    height: 55px;
  }
  .pp {
    margin-top: -25px;
  }
  #whyplay {
     display: none; 
    position: fixed;
    width: 95vw;
    margin-top: 25px;
    /* text-align: center; */
  }
}

@media only screen and (max-width: 415px) {
  .header {
    width: 68%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 15px;
  }
  .ads {
    display: none;
  }
  .adv {
    display: none;
  }

  #heading {
    margin: auto;
    width: 70%;
    font-size: 35px;
    line-height: 42px;
    margin-top: -35px;
    height: 120px;
  }
  .play {
    font-size: 20px;
  }
  .backto {
    display: none;
  }
  #howto {
    display: none;
    margin-top: 110px;
    padding-top: 0;
    font-size: 14px;
    line-height: 25px;
  }
  #showto {
    display: flex;
    width: 100%;
    height: 30px;
    margin: auto;
    /* padding-top: 10px; */
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
  }
  .help {
    display: none;
  }
  .howto {
    font-size: 18px;
    text-align: center;
  }
  body {
    position: fixed;
    min-height: 100vh;
    overscroll-behavior-y: contain;
    margin-top: 2%;
  }
  #footer {
    position: absolute;
    margin-top: 2px;
    height: 50px;
    background-color: white;
    bottom: 0px;
  }

  .dropdown {
    font-size: 14px;
  }
  .dropdown-content {
    width: 212px;
    height: 46px;
    font-size: 12px;
    border: none;
  }
  .header #newgame {
    width: 115px;
    height: 51px;
  }
  #score-cell {
    width: 120px;
    height: 55px;
  }
  .pp {
    margin-top: -25px;
  }
  #whyplay {
     display: none; 
    position: fixed;
    width: 95vw;
    margin-top: 40px;
    background-color: #faf8f0;
    /* text-align: center; */
  }
}

@media only screen and (max-width: 385px) {
  .header {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
  }
  .ads {
    display: none;
  }
  .adv {
    display: none;
  }

  #heading {
    margin: auto;
    width: 70%;
    font-size: 30px;
    line-height: 38px;
    margin-top: -25px;
    height: 100px;
  }
  .play {
    font-size: 16px;
  }
  .backto {
    display: none;
  }
  #howto {
    display: none;
    margin-top: 110px;
    padding-top: 0;
    font-size: 14px;
    line-height: 25px;
  }
  #showto {
    display: flex;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
  }
  .help {
    display: none;
  }
  .howto {
    font-size: 18px;
    text-align: center;
  }
  body {
    position: fixed;
    min-height: 100vh;
    overscroll-behavior-y: contain;
    margin-top: 0;
  }
  #footer {
    margin-top: 5px;
    height: 50px;
  }

  .dropdown {
    font-size: 14px;
  }
  .dropdown-content {
    width: 212px;
    height: 46px;
    font-size: 12px;
    border: none;
  }
  .header #newgame {
    width: 110px;
    height: 51px;
  }
  #score-cell {
    width: 115px;
    height: 55px;
  }
  #whyplay {
     display: none; 
    position: fixed;
    width: 90vw;
    margin-top: 65px;
    background-color: #faf8f0;
    /* text-align: center; */
  }
}

@media only screen and (max-width: 340px) {
  .header {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
  }
  .ads {
    display: none;
  }
  .adv {
    display: none;
  }

  #heading {
    margin: auto;
    width: 70%;
    font-size: 30px;
    line-height: 38px;
    margin-top: -25px;
    height: 100px;
  }
  .play {
    font-size: 16px;
  }
  .backto {
    display: none;
  }
  #howto {
    display: none;
    margin-top: 110px;
    padding-top: 0;
    font-size: 14px;
    line-height: 25px;
  }
  #showto {
    display: flex;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
  }
  .help {
    display: none;
  }
  .howto {
    font-size: 18px;
    text-align: center;
  }
  body {
    position: fixed;
    min-height: 100vh;
    overscroll-behavior-y: contain;
    margin-top: 0;
  }
  #footer {
    margin-top: 5px;
    height: 50px;
  }

  .dropdown {
    font-size: 14px;
  }
  .dropdown-content {
    width: 212px;
    height: 46px;
    font-size: 12px;
    border: none;
  }
  .header #newgame {
    width: 110px;
    height: 51px;
  }
  #score-cell {
    width: 115px;
    height: 55px;
  }
  #whyplay {
     display: none; 
    position: fixed;
    width: 90vw;
    margin-top: 80px;
    background-color: #faf8f0;
    /* text-align: center; */
  }
}

@media only screen and (max-width: 340px) {
  .header {
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
  }
  .ads {
    display: none;
  }
  .adv {
    display: none;
  }

  #heading {
    margin: auto;
    width: 70%;
    font-size: 30px;
    line-height: 38px;
    margin-top: -25px;
    height: 100px;
  }
  .play {
    font-size: 16px;
  }
  .backto {
    display: none;
  }
  #howto {
    display: none;
    margin-top: 110px;
    padding-top: 0;
    font-size: 14px;
    line-height: 25px;
  }
  #showto {
    display: flex;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    align-items: center;
    justify-content: center;
  }
  .help {
    display: none;
  }
  .howto {
    font-size: 18px;
    text-align: center;
  }
  body {
    position: fixed;
    min-height: 100vh;
    overscroll-behavior-y: contain;
    margin-top: 0;
  }
  #footer {
    margin-top: 5px;
    height: 50px;
  }

  .dropdown {
    font-size: 14px;
  }
  .dropdown-content {
    width: 212px;
    height: 46px;
    font-size: 12px;
    border: none;
  }
  .header #newgame {
    width: 110px;
    height: 51px;
  }
  #score-cell {
    width: 115px;
    height: 55px;
  }
  #whyplay {
     display: none; 
    position: fixed;
    width: 90vw;
    margin-top: 90px;
    background-color: #faf8f0;
    /* text-align: center; */
  }
}
