*, *:before, *:after {
  box-sizing: border-box; }

body {
  background: #fdfffc;
  color: #45433e;
  margin: 0;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-align: center; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 400; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  color: #fdfffc;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #fdfffc;
    cursor: pointer;
    transition: all .3s ease-in-out; }
  a:active, a:focus {
    color: #fdfffc; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

.btn {
  background: #ed1c24;
  border: 1px solid #fdfffc;
  border-radius: 5px;
  display: inline-block; }
  .btn:hover {
    background: #d01018; }

.support-btn {
  padding: 0.5em 0;
  font-size: 0.8em; }
  .support-btn img {
    max-width: 85%; }
  .support-btn p {
    font-size: 0.7em;
    line-height: 1.2; }

.buy-btn {
  margin: 1em 0 2em 0;
  padding: 0.2em 0.4em;
  line-height: 1.1;
  font-family: 'Cutive Mono', monospace;
  font-size: 1.45em; }
  .buy-btn span {
    font-size: 0.65em; }

.container {
  width: 90%;
  margin: 0 auto; }

header {
  position: absolute;
  left: 0;
  right: 0; }
  header .logo {
    float: left;
    width: 200px;
    height: auto;
    margin-top: 0.5em; }
  header .menu-btn {
    position: fixed;
    z-index: 3;
    top: 1.5em;
    right: 11%;
    width: 54px;
    height: 54px;
    cursor: pointer;
    background: #ed1c24;
    border-radius: 5px; }
    header .menu-btn:hover {
      background: #d01018;
      transition: all .3s ease-in-out; }
    header .menu-btn .btn-line {
      position: absolute;
      height: 4px;
      width: 75%;
      background: #fdfffc;
      border-radius: 9px;
      left: 7px;
      transition: all .3s ease-in-out; }
    header .menu-btn .line1 {
      top: 14px; }
    header .menu-btn .line2 {
      top: 24px; }
    header .menu-btn .line3 {
      top: 34px; }
    header .menu-btn.open {
      transform: rotate(180deg); }
      header .menu-btn.open .line1 {
        transform: rotate(45deg) translate(8px, 8px);
        -webkit-transform: rotate(45deg) translate(8px, 8px); }
      header .menu-btn.open .line2 {
        opacity: 0; }
      header .menu-btn.open .line3 {
        transform: rotate(-45deg) translate(6px, -5px);
        -webkit-transform: rotate(-45deg) translate(6px, -5px); }
  header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(69, 67, 62, 0.9);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Cutive Mono', monospace; }
    header .menu.open {
      opacity: 1;
      visibility: visible;
      transition: all .3s ease-in-out; }
    header .menu-nav {
      margin: 0;
      padding: 0; }
      header .menu-nav li {
        padding: 0.5em; }
        header .menu-nav li a {
          display: block;
          font-size: 1.5em; }
          header .menu-nav li a:hover {
            color: #ed1c24; }

#intro {
  background: url("../img/intro_img.jpg") no-repeat top center;
  background-size: cover;
  color: #fdfffc;
  font-family: 'Cutive Mono', monospace;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0;
  height: 92vh; }
  #intro .opacity {
    background: rgba(0, 0, 0, 0.4) none repeat 0 0 fixed;
    height: 100%; }
  #intro .intro-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; }
    #intro .intro-inner .screensm {
      display: none; }
    #intro .intro-inner h1 {
      font-size: 24px; }
      #intro .intro-inner h1 span {
        font-size: 32px; }
    #intro .intro-inner .upcoming {
      margin-top: 1.5em;
      text-transform: none;
      font-size: 18px; }

#game, #rules, #team {
  padding: 2em 0; }

.section-title {
  margin-bottom: 2em;
  font-family: 'Cutive Mono', monospace;
  font-size: 22px; }

#game .game-wrapper, #game .rules-wrapper, #rules .game-wrapper, #rules .rules-wrapper {
  display: grid;
  grid-gap: 1.5em;
  grid-template-columns: repeat(2, 1fr); }

#game p, #rules p {
  text-align: justify; }

#game img, #rules img {
  max-width: 55%; }

#game .img-area, #rules .img-area {
  padding: 1em 0; }

#game p {
  margin-bottom: 1em; }

#game img {
  max-width: 65%; }

#rules {
  background: #e3dfd5; }

#heroes {
  background: url("../img/heroes_bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fdfffc; }
  #heroes .opacity {
    background: rgba(10, 25, 0, 0.3) none repeat 0 0 fixed;
    background-size: cover;
    padding: 1em 0 4em 0; }
  #heroes #clock .clock-side {
    display: inline-block; }
  #heroes #clock .clock-box {
    display: inline-block;
    padding: 10px 25px; }
  #heroes #clock .timer {
    font-family: 'Cutive Mono', monospace;
    font-size: 70px;
    display: inline-block; }
  #heroes .panel {
    display: none; }

#team {
  text-align: center; }
  #team .team-gallery {
    display: grid;
    grid-gap: 80px;
    grid-template-columns: repeat(3, 1fr); }
  #team img {
    max-width: 60%;
    box-shadow: 0 0 4px 2px #949188;
    border-radius: 5px;
    border: 4px solid white;
    margin-bottom: 1em; }
  #team h3 {
    font-size: 20px; }
  #team .skill {
    color: #949188;
    font-size: 16px;
    margin-bottom: 1em; }

#rules a, #team a {
  color: #ed1c24; }
  #rules a:hover, #team a:hover {
    color: #d01018; }

footer {
  background: url("../img/rules_bg.jpg") no-repeat bottom center;
  background-size: cover; }
  footer .opacity {
    background: rgba(10, 25, 0, 0.4) none repeat 0 0 fixed;
    background-size: cover;
    padding: 2em 0 1em 0; }
  footer .footer-logo img {
    width: 200px; }
  footer .icons a {
    padding: 0 1em; }
    footer .icons a:hover {
      color: #ed1c24; }
  footer .footer-copy {
    margin-top: 2em;
    color: #fdfffc;
    font-size: 0.8em; }

@media screen and (max-width: 768px) {
  .support-btn {
    padding: 0.3em 0;
    font-size: 0.9em; }
    .support-btn img {
      max-width: 75%; }
  .buy-btn {
    font-size: 1.2em; }
    .buy-btn span {
      font-size: 0.70em; }
  header .logo {
    width: 160px; }
  #intro {
    font-size: 20px; }
    #intro .intro-inner .screenlg {
      display: none; }
    #intro .intro-inner .screensm {
      display: block; }
  #game .game-wrapper, #game .rules-wrapper, #game .team-gallery, #rules .game-wrapper, #rules .rules-wrapper, #rules .team-gallery, #team .game-wrapper, #team .rules-wrapper, #team .team-gallery {
    grid-template-columns: 1fr; }
  #game img, #rules img, #team img {
    max-width: 65%; }
  #team img {
    max-width: 45%; } }

@media screen and (max-width: 480px) {
  header .logo {
    width: 120px; }
  #game img, #rules img {
    max-width: 90%; }
  #heroes #clock .clock-side {
    display: block; }
  #heroes #clock .timer {
    font-size: 55px; }
  #heroes #clock .clock-text {
    font-size: 16px; }
  #team img {
    max-width: 70%; }
  footer .footer-logo img {
    max-width: 180px; } }
