html, body, #main {
  background: #b0ce52;
  color: #fff;
}

.bg-area {
  background-image: #b0ce52;
}

/*===================*/
/* MAIN PAGE CONTENT */
.head-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6em 0 2em;
  transition-delay: 0s;
  margin-bottom: 2.5em;
}
.head-title .logo {
  width: 12.5em !important;
  top: 0em !important;
  left: 0.1em !important;
}

.slogan {
  max-width: 17em !important;
  width: 16.5em !important;
  left: -0.2em !important;
  top: -6.2em !important;
  transition-delay: 0.15s;
  z-index: 5;
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 0.5em auto 0.5em;
  color: #192873;
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-border-image: url(../../../img/Edm/Game-RainbowTreasure/border%EF%B9%96v=2.png) 180 fill/3em/0.8em 1em 0.8em 1em;
     border-image: url(../../../img/Edm/Game-RainbowTreasure/border%EF%B9%96v=2.png) 180 fill/3em/0.8em 1em 0.8em 1em;
  pointer-events: none;
}

.border::after {
  filter: drop-shadow(0 0em 0.05em #ffff8c) drop-shadow(0 0em 0.1em #ffff8c);
}

a.border2:hover {
  filter: brightness(1.1);
}
a.border2:hover img {
  scale: 1;
}
a.border2 img:hover {
  transform: scale(1);
  filter: none;
}

#content-area {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 16em;
  max-width: 960px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn-play {
  position: absolute;
  z-index: 1;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -1.65em 0 -2.65em auto;
  width: 5em;
  height: 3.6em;
  top: -11em;
  left: 10em;
  background: url(../../../img/Edm/Game-RainbowTreasure/btn-play.png) top/100% auto no-repeat;
  -webkit-animation: btnPlay 2s infinite step-end;
          animation: btnPlay 2s infinite step-end;
  transition: transition 1s, opacity 1s, filter 0.1s;
}
.btn-play:hover, .btn-play:active {
  -webkit-animation: none;
          animation: none;
  background-position: bottom;
  filter: brightness(1.1) drop-shadow(0 0 0.1em #fa0);
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@media (max-width: 666px) {
  #main, .modal {
    font-size: 6vw;
  }
}
@-webkit-keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}
@keyframes btnPlay {
  0% {
    background-position: top;
  }
  50% {
    background-position: bottom;
  }
}/*# sourceMappingURL=main.css.map */