html, body, #main {
  background: #5a4dbb -webkit-gradient(linear, left bottom, left top, from(#5a4dbb), to(#6087d6));
  background: #5a4dbb linear-gradient(to top, #5a4dbb 0%, #6087d6 100%);
  color: #fff;
}

#header svg {
  -webkit-filter: drop-shadow(0 0.1em 0.05em #a63b58) !important;
          filter: drop-shadow(0 0.1em 0.05em #a63b58) !important;
}

#footer {
  padding-top: 0;
}

#main {
  display: flow-root;
  padding-top: 0.1px;
}

.bg-area {
  background-image: #5a4dbb -webkit-gradient(linear, left bottom, left top, from(#5a4dbb), to(#6087d6));
  background-image: #5a4dbb linear-gradient(to top, #5a4dbb 0%, #6087d6 100%);
}

/*===================*/
/* MAIN PAGE CONTENT */
.head-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 6em 0 2em;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.head-title .logo {
  width: 11em !important;
  top: -3.5em !important;
}

.slogan {
  width: 11em !important;
  left: -0.1em !important;
  top: -4.3em !important;
  -webkit-transition-delay: 0.15s;
          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;
  -webkit-filter: drop-shadow(0 0.1em 0.05em #a63b58);
          filter: drop-shadow(0 0.1em 0.05em #a63b58);
  -o-border-image: url(/img/Edm/Game_ThirdPrince/border.png?v=2) 180 fill/3em/0.6em 0.6em 0.3em 0.6em;
     border-image: url(/img/Edm/Game_ThirdPrince/border.png?v=2) 180 fill/3em/0.6em 0.6em 0.3em 0.6em;
  pointer-events: none;
}

a.border2:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
a.border2:hover img {
  scale: 1;
}
a.border2 img:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

#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;
}

.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: 6em;
  height: 5.5em;
  top: -4.7em;
  left: 10.5em;
  background: url(/img/Edm/Game_ThirdPrince/btn-play.png) 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;
  }
}/*# sourceMappingURL=main.css.map */