html, body, #main {
  background: #baa88e;
  color: #fff;
}

#header .nav {
  -webkit-filter: drop-shadow(0 0.05em 0.05em rgba(32, 0, 0, 0.5)) drop-shadow(0 0 0.05em rgba(32, 0, 0, 0.5));
          filter: drop-shadow(0 0.05em 0.05em rgba(32, 0, 0, 0.5)) drop-shadow(0 0 0.05em rgba(32, 0, 0, 0.5));
}
#header .nav-logo {
  content: url(/img/xinstar-logo2.png);
}

.nav-item:hover, .nav-item:active {
  -webkit-filter: drop-shadow(0 0 0.05em #fff) !important;
          filter: drop-shadow(0 0 0.05em #fff) !important;
}

@media (max-width: 1200px) {
  #socials {
    left: 0;
  }
}
.bg-area {
  background-image: #baa88e;
}

/*===================*/
/* MAIN PAGE CONTENT */
.head-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6em 0 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.head-title .logo {
  width: 15em !important;
  top: 0.8em !important;
  left: 0 !important;
}

.slogan {
  max-width: 30em !important;
  width: 24em !important;
  left: -4em !important;
  top: -8.1em !important;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.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_KingOfGods/border.png?v=2) 180 fill/3em/1.2em 2em 0.5em 2em;
     border-image: url(/img/Edm/Game_KingOfGods/border.png?v=2) 180 fill/3em/1.2em 2em 0.5em 2em;
  pointer-events: none;
}

.border {
  margin-top: 2em;
}
.border::after {
  -webkit-filter: drop-shadow(0 0em 0.05em #ffff8c) drop-shadow(0 0em 0.1em #ffff8c);
          filter: drop-shadow(0 0em 0.05em #ffff8c) drop-shadow(0 0em 0.1em #ffff8c);
}

#content-area {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 16em;
  max-width: 960px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 4.5em;
}

.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: 8.4em;
  height: 8.3em;
  top: -16.5em;
  left: 9em;
  background: url(/img/Edm/Game_KingOfGods/btn-play.png?=3) top/100% auto no-repeat;
  -webkit-animation: btnPlay 2s infinite step-end;
          animation: btnPlay 2s infinite step-end;
  -webkit-transition: opacity 1s, -webkit-transition 1s, -webkit-filter 0.1s;
  transition: opacity 1s, -webkit-transition 1s, -webkit-filter 0.1s;
  transition: transition 1s, opacity 1s, filter 0.1s;
  transition: transition 1s, opacity 1s, filter 0.1s, -webkit-transition 1s, -webkit-filter 0.1s;
}
.btn-play:hover, .btn-play:active {
  -webkit-animation: none;
          animation: none;
  background-position: bottom;
  -webkit-filter: brightness(1.1) drop-shadow(0 0 0.1em #fa0);
          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 */