html, body, #main {
  background: #03377d;
  color: #fff;
}

#header .nav {
  -webkit-filter: drop-shadow(0 0.1em 0.25em rgba(0, 0, 68, 0.5)) drop-shadow(0 0.1em 0.05em rgba(0, 0, 68, 0.5));
          filter: drop-shadow(0 0.1em 0.25em rgba(0, 0, 68, 0.5)) drop-shadow(0 0.1em 0.05em rgba(0, 0, 68, 0.5));
  max-width: 16.66667em;
}

#footer {
  -webkit-filter: drop-shadow(0 0 0.2em #000);
          filter: drop-shadow(0 0 0.2em #000);
  padding-bottom: 1em;
}

.bg-area {
  background: #03377d;
}

.aside-container {
  position: fixed;
  bottom: 0.6em;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 100%;
  max-width: 25em;
  margin: 0 auto;
  padding: 0 0.5em;
  pointer-events: none;
}

.goNews {
  display: block;
  position: relative;
  z-index: 5;
  width: 2.5em;
  margin: 0 0 0 auto;
  pointer-events: all;
}
.goNews:hover, .goNews:active {
  -webkit-filter: brightness(1.1) drop-shadow(0 0 0.25em rgba(204, 170, 255, 0.5));
          filter: brightness(1.1) drop-shadow(0 0 0.25em rgba(204, 170, 255, 0.5));
}
.goNews img:first-child {
  position: absolute;
  width: 4em;
  max-width: none;
  z-index: -1;
  -webkit-transform: translate(-30%, -85%);
          transform: translate(-30%, -85%);
  border-radius: 0.5em;
  -webkit-filter: drop-shadow(0 0.1em 0.25em rgba(0, 0, 68, 0.5)) drop-shadow(0 0.1em 0.05em rgba(0, 0, 68, 0.5));
          filter: drop-shadow(0 0.1em 0.25em rgba(0, 0, 68, 0.5)) drop-shadow(0 0.1em 0.05em rgba(0, 0, 68, 0.5));
}
.goNews img:last-child {
  -webkit-animation: wiggle 1s infinite step-end;
          animation: wiggle 1s infinite step-end;
}

/*==============*/
/* PAGE CONTENT */
.head-title {
  padding: 1.2em 0 0;
  min-height: 6.5em;
}

.border, .border2 {
  position: relative;
  display: table;
  z-index: 0;
  font-weight: 700;
  max-width: 90%;
  margin: 1em auto 0.75em;
  color: #192873;
}
.border::after, .border2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: drop-shadow(0 0 0.15em #000066);
          filter: drop-shadow(0 0 0.15em #000066);
  -o-border-image: url(/img/Edm/Game_Megashark4Boss/border2.png) 60 fill/1em/0.25em;
     border-image: url(/img/Edm/Game_Megashark4Boss/border2.png) 60 fill/1em/0.25em;
  pointer-events: 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 {
  font-size: inherit;
  display: block;
  margin: -0.5em auto -0.5em;
  position: absolute;
  top: 2.25em;
  left: 8em;
  z-index: 1;
  width: 5em;
  height: 5em;
  border-radius: 0.75em;
  border: none;
  cursor: pointer;
}
.btn-play::after, .btn-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/img/Edm/Game_Megashark4Boss/btn-play.png) top/100% auto;
  border-radius: inherit;
  -webkit-animation: btnPlay1 1.2s infinite ease-in-out;
          animation: btnPlay1 1.2s infinite ease-in-out;
  pointer-events: none;
}
.btn-play::after {
  background-position: 0 100%;
  -webkit-animation: btnPlay2 1.2s infinite ease-in-out;
          animation: btnPlay2 1.2s infinite ease-in-out;
  opacity: 0;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;
}
.btn-play:hover, .btn-play:active {
  -webkit-filter: brightness(1.1) drop-shadow(0 0 0.25em rgba(204, 170, 255, 0.5));
          filter: brightness(1.1) drop-shadow(0 0 0.25em rgba(204, 170, 255, 0.5));
}
.btn-play:hover::before, .btn-play:hover::after, .btn-play:hover b, .btn-play:active::before, .btn-play:active::after, .btn-play:active b {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

/*=====================*/
/* KEYFRAMES AND MEDIA */
@media (max-width: 1920px) {
  #main, .modal {
    font-size: 3.125vw;
  }
}
@media (max-width: 1280px) {
  #main, .modal {
    font-size: 40px;
  }
}
@-webkit-keyframes btnPlay1 {
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes btnPlay1 {
  20% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@-webkit-keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes btnPlay2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}/*# sourceMappingURL=main.css.map */