@media only screen and (max-width: 992px) {
  .hero .right-hero {
    min-height: 580px !important;
    justify-content: flex-end !important;
  }
  .hero #cube{
    width: 250px;
    height: 250px;
    margin-top: 50px;
  }
  .account__form{
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .stats-table th {
    display: none;
  }
  .stats-table td:before {
    display: none;
  }
  .stats-table {
    margin: 1em 0;
  }

  .stats-table td:first-child {
    padding-top: 1em;
  }
  .stats-table td:last-child {
    padding-bottom: 1em;
  }

  .stats-table td:before {
    content: attr(data-th)": ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
  }
  .stats-table td {
    display: flex;
    justify-content: space-between;
    padding: .25em .5em;
  }
  .hero-board {
    display: table;
    margin-top: 50px;
  }
  .hero-board :last-child{
    display: table-header-group;
  }
  .hero-board :last-child button{
    display: flex;
    justify-content: space-between;
  }
  .hero-board :last-child button img{
    margin-right: 5px;
  }
  .hero .right-hero {
    min-height: 580px !important;
    justify-content: center !important;
  }
  .hero #cube{
    width: calc(100vw * 0.5);
    height: calc(100vw * 0.5);
    margin-top: 50px;
  }
  .account__form{
    margin-top: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .stats-table {
    font-size: 80%;
  }
  .hero .right-hero {
    min-height: 380px !important;
  }
}
@media only screen and (min-width: 600px) {
    .sidenav {
      height: auto;
      width: 0;
      position: relative;
      z-index: 15;
      top: 0;
      left: 0;
      background-color: #171717;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 1em;
      color: #FAD338;
      display: block;
      transition: 0.3s;
    }
    .sidenav a:hover {
      color: #F2BC07;
    }
    .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
    }
    #main {
      transition: margin-left 0.5s;
      padding: 16px;
    }
    .hero {
      width: 100%;
      height: auto;
      position: relative;
      background-image: url(../images/hero-bg.svg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .hero .right-hero {
      display: flex;
      min-height: 675px;
      align-items: center;
      justify-content: center;
    }
    .hero .hero-content {
      display: flex;
      flex-direction: column;
      min-height: 650px;
      padding-top: 120px;
      justify-content: flex-start;
    }
    .hero .hero-content .title {
      padding-top: 45px;
    }
    .hero .title {
      position: relative;
    }
    .hero .title h4 {
      color: #fff;
      margin: 0;
    }
    .hero .title h1 {
      font-size: 4rem;
      line-height: 65px;
      font-weight: 700;
      margin: 0;
      stroke: #fff 1px;
      fill: #FAD338;
    }
    .header {
      position: fixed;
      padding-top: 25px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 100%;
      z-index: 10;
      border-bottom: 1px solid #f0b90b;
    }
    .navbar-brand {
      font-size: 24px;
      color: #FAD338;
      text-transform: uppercase;
      font-weight: 600;
      display: flex;
      align-items: center;
    }
    .navbar-brand span {
      color: #fff;
    }
    .navbar-brand img {
      width: 24px;
      margin-right: 5px;
    }
    .navbar-brand a {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: unset;
      padding: unset;
    }
    .nav-link {
      font-size: 1rem;
      color: #FAD338;
      transition: --offset 0.5s, text-decoration-color 0.5s;
    }
    .nav-link:hover, .nav-link:focus {
      --offset: 0.5em;
      text-decoration-color: #fff;
    }
}
@media only screen and (min-width: 992px) {
  .header {
    position: absolute;
  }
}
@media only screen and (min-width: 1400px) {
  .sidenav {
    height: auto;
    width: 0;
    position: relative;
    z-index: 15;
    top: 0;
    left: 0;
    background-color: #171717;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1em;
    color: #FAD338;
    display: block;
    transition: 0.3s;
  }
  .sidenav a:hover {
    color: #F2BC07;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  #main {
    width: fit-content;
    transition: margin-left 0.5s;
    padding: 16px;
  }
  .hero {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../images/hero-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .hero .right-hero {
    display: flex;
    min-height: 675px;
    align-items: center;
    justify-content: center;
  }
  .hero .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 785px;
    padding-top: 100px;
  }
  .hero .hero-content .title {
    padding-top: 120px;
  }
  .hero .title {
    position: relative;
  }
  .hero .title h4 {
    color: #fff;
    margin: 0;
  }
  .hero .title h1 {
    font-size: 5rem;
    line-height: 85px;
    font-weight: 700;
    margin: 0;
  }
  .header {
    position: fixed;
    padding-top: 25px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1340px;
    z-index: 10;
  }
  .navbar-brand {
    font-size: 24px;
    color: #FAD338;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .navbar-brand span {
    color: #fff;
  }
  .navbar-brand img {
    width: 24px;
    margin-right: 5px;
  }
  .navbar-brand a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: unset;
    padding: unset;
  }
  .nav-link {
    color: #FAD338;
    transition: --offset 0.5s, text-decoration-color 0.5s;
  }
  .nav-link:hover, .nav-link:focus {
    --offset: 0.5em;
    text-decoration-color: #fff;
  }
}/*# sourceMappingURL=media.css.map */