.isGeorgraphy .page-wrapper {
  background: none;
}

.isGeorgraphy .header-container {
  background: none;
}

.isGeorgraphy .nav-bar-item {
  color: #fff!important;
}

.isGeorgraphy .nav-bar-items {
  color: #fff!important;
}

d.isDoki .home-navbar {
  display: none;
}

@media (min-width: 1024px) {
  .isDoki .home-navbar {
    display: block;
  }
}
.milkMustache-font {
  font-family: "MilkMustacheBB";
  line-height: 1.2;
}

@media (max-width: 960px) {
  .isDoki .home-navbar {
    display: block;
    z-index: 99997;
  }
}

.doki-game-wrapper {
  position: relative;
  background: url(../images/doodles/doki/foliage.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .doki-game-wrapper {
    width: 720px;
  }
}
.doki-game-wrapper .home-logo-wrapper {
  margin: 52% auto 0;
  z-index: 21;
  padding-bottom: 23px;
}

@media (min-width: 768px) {
  .doki-game-wrapper .home-logo-wrapper {
    margin: 38% auto 0;
  }
}
.doki-game-wrapper .home-logo-wrapper .home-logo {
  z-index: 21;
}

.doki-game-wrapper img {
  user-select: none;
}

.snake-wrapper {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.snake {
  position: relative;
  width: 25%;
  margin: 0 6px;
  z-index: 20;
}

@media (min-width: 768px) {
  .snake {
    width: 19%;
  }
}
.snake .img-snake-wrapper {
  position: absolute;
  width: 100%;
  top: -38%;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  transition: top 0.5s ease-out;
}

.snake .img-snake {
  position: relative;
  max-width: 100%;
}

.snake .img-pow {
  position: absolute;
  left: 50%;
  bottom: -34%;
  width: 160%;
  height: auto;
  transform: translateX(-50%);
  z-index: -99;
  display: none;
}

.snake.out .img-snake-wrapper {
  top: 0px;
}

.snake.hit .img-pow {
  display: block;
}

.isPlaying.snake-wrapper,
.isPlaying .snake,
.isPlaying .img-snake-wrapper {
  z-index: 24;
}

.legs-wrapper {
  position: absolute;
  height: 100%;
  bottom: -100%;
  transition: bottom 0.5s linear;
  margin: 0 20px;
  left: 0;
  right: 0;
  width: 80%;
}

.leg {
  position: absolute;
  top: 52%;
  z-index: 25;
}

.leg-left {
  left: 0%;
}

.leg-right {
  right: 0%;
}

.leg img {
  max-width: 52px;
}

@media (min-width: 768px) {
  .leg-left {
    left: 15%;
  }

  .leg-right {
    left: 88%;
  }

  .leg img {
    max-width: 82px;
  }
}
.doki-doki-logo {
  position: absolute;
  top: -10px;
  left: 56%;
  width: 120px;
  z-index: 19;
}

@media (min-width: 768px) {
  .doki-doki-logo {
    left: 53%;
  }
}
.doki-logo-icon {
  position: absolute;
  width: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  margin-top: -31px;
  margin-left: -2px;
  z-index: 21;
}

.game-timer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  background: #fbc839;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: -24px;
  margin-left: -3px;
}

.img-start-animation, .img-end-animation {
  position: absolute;
  z-index: 26;
  width: 100%;
  height: 100%;
  bottom: -100%;
  transition: bottom 1s ease;
}

.img-start-animation.up, .img-end-animation.up {
  bottom: 0;
}

.img-start-animation img, .img-end-animation img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  height: auto;
}

.img-start-animation img {
  width: 204px;
}

.img-end-animation img {
  width: 233px;
}

.gambatte {
  position: fixed;
  bottom: -100%;
  left: 15%;
  z-index: 2;
  transition: bottom 1s ease;
  width: 141px;
}

.gambatte.up {
  bottom: 0;
}

.gameOverText {
  font-weight: bold;
  position: absolute;
  top: -50%;
  left: 56%;
    font-size: 0.8rem;

}

@media (min-width: 768px) {
  .gameOverText {
    left: 59%;
  }
}
.challengeText {
  font-weight: bold;
  position: absolute;
  top: -60px;
  left: 72%;
  text-align: right;
  font-size: 0.8rem;
}

@media (min-width: 768px) {
  .challengeText {
    top: -42px;
  }
}
#doki-video-wrapper {
  position: absolute;
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  border-radius: 8px;
  background: black;
  z-index: 26;
  transition: top 1s ease;
  width: 100%;
  top: 30%;
}

@media (min-width: 768px) {
  #doki-video-wrapper {
    width: 62%;
  }
}
#doki-video-wrapper.up {
  top: -100%;
}

#doki-video-wrapper .doki-close {
  font-family: serif;
  font-size: 2em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2;
  color: #636363;
  position: absolute;
  top: -30px;
  right: 12px;
  font-weight: 400;
  background: transparent;
  border: 0;
  cursor: pointer;
}

#doki-video-wrapper .doki-close:hover {
  color: #4285F4;
}

@media (min-width: 768px) {
  #doki-video-wrapper .doki-close {
    top: -13px;
    right: -38px;
  }
}
.game-scoreboard-wrapper {
  overflow: hidden;
  margin-top: 6px;
}

.versus-score {
  display: none;
}

.game-scoreboard .scoreboard-base {
  position: relative;
}

.game-scoreboard .scoreboard-base-img {
  width: 123px;
  height: auto;
}

.game-scoreboard .scores {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  width: 100%;
  padding: 0 13px;
}

.game-scoreboard .scores .single-digit {
  width: 30px;
  margin: 0 1px;
}

.game-scoreboard .scores img {
  width: 100%;
  height: auto;
}

.game-scoreboard.grand-score .scores {
  -webkit-animation: blinkscore 2s steps(1, end) infinite;
  -moz-animation: blinkscore 2s steps(1, end) infinite;
  animation: blinkscore 1s steps(1, end) infinite;
}

@keyframes blinkscore {
  50% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-title {
  font-size: 15px;
  Font-weight: bold;
  color: #636363;
  letter-spacing: 0.3px;
  margin-bottom: 20px;
}

.doodle-title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.1;
  display: block;
  letter-spacing: 0.3px;
}

.doodle-byline {
  font-size: 13px;
  font-weight: 400;
  color: #636363;
  line-height: 18px;
  letter-spacing: 0.3px;
}

.doodle-item {
  margin-bottom: 40px;
}

.doodle-item img {
  display: block;
  margin-bottom: 5px;
  transition: box-shadow 0.2s;
}

.doodle-item a {
  text-decoration: none;
}

.doodle-item a:hover img {
  box-shadow: 0px 0px 0px 3px #4285f4;
}

.gym-tonic-wrapper, .superherome {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .gym-tonic-wrapper, .superherome {
    padding: 0;
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .gym-tonic-wrapper, .superherome {
    width: 60%;
  }
}
.superherome {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: 0;
  padding: 0 7px;
}

.rotate {
  animation: spin 70s linear infinite;
}

@media screen and (max-width: 768px) {
  .superherome-wrapper {
    position: relative;
    margin-top: 25%;
    padding-top: 48px;
  }
}
@media screen and (max-width: 576px) {
  .superherome-wrapper .home-logo-wrapper {
    margin-top: 23%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 768px) {
  .superherome-wrapper .home-logo-wrapper {
    margin: 22% auto 15px;
  }
}
@media screen and (max-width: 576px) {
  .superherome-wrapper .home-logo-wrapper .home-logo {
    height: 44px;
    width: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  .superherome-wrapper .home-logo-wrapper .home-logo {
    height: 68px;
    width: auto;
  }
}
.daisies-wrapper {
  position: relative;
  margin: 40% auto 0;
}

@media screen and (min-width: 768px) {
  .daisies-wrapper {
    margin: 92px auto 0;
  }
}
.daisies-wrapper .doodle-logo {
  max-width: 555px;
  width: 100%;
  height: auto;
}

.daisies-wrapper .search-form-wrapper {
  position: absolute;
  top: 42%;
  width: 100%;
  padding: 0px;
}

@media screen and (min-width: 768px) {
  .daisies-wrapper .search-form-wrapper {
    top: 42.6%;
  }
}
@media screen and (min-width: 992px) {
  .daisies-wrapper .search-form-wrapper {
    top: 203px;
    padding: 0px 92px;
  }
}
.daisies-wrapper .explore-wrapper {
  margin-top: 6px;
  margin-bottom: 5px;
}

@media screen and (min-width: 992px) {
  .brucelee-wrapper {
    margin-top: 0px;
    /* margin-top: 22px;*/
  }

  .brucelee-wrapper img {
    max-width: 766px;
    margin-left: 11px;
  }
}
.gym-tonic-wrapper {
  margin: 0 auto;
}

.myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.myVideo-landscape, .myVideo-portrait {
    display: none;
}

@media (orientation:landscape) {
    .myVideo-landscape {
        display: block;
          position: fixed;
    }
}

@media (orientation:portrait) {
    .myVideo-portrait {
        display: block;
          position: fixed;
    }
}
















.getai-wrapper .home-logo {
  position: relative;
  z-index: 2;
}

.getai-bg {
  background: url("../images/doodles/Getai-Georges1.gif") no-repeat center;
  background-size: contain;
}

.getai-doodle {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home-logo-getai {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  top: 60px;
}
@media screen and (min-width: 768px) {
  .home-logo-getai {
    width: auto;
    top: 0;
    height: 266px;
  }
}
@media screen and (min-width: 992px) {
  .home-logo-getai {
    height: 314px;
   /* top: 35px;*/
  }
}







/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */
/*# sourceMappingURL=doodle.css.map */

/*# sourceMappingURL=doodle.css.map */
