.advertising{
    background-image: url(../img/bg-advertising.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.landlord{
    background-image: url(../img/bg-landlord.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.featured{
    background-image: url(../img/bg-featured.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.faq{
    background-image: url(../img/bg-faq.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}

.trailer{
    background-image: url(../img/bg-trailer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.staking{
  background-image: url(../img/bg-staking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.tt-overlay-menu.tt-ol-menu-count .tt-ol-menu-list > li > a::before {
    color: #F5BF30;
    opacity: 1;
}

#page-header:not(.ph-bg-image).ph-image-cropped .ph-image-inner img {
	height: auto;
}

.yellow {
  color: #F5BF30 !important;
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }

  table thead tr{
      background-color: #261D07;
  }
  
  table tr {
    background-color: #000;
    border: 1px solid #644C13;
    padding: .35em;
  }

  table tr span {
      color: #F05E21;
  }
  
  table th,
  table td {
    padding: .625em;
    text-align: center;
  }
  
  table th {
    font-size: .70em;
    letter-spacing: .1em;
    text-transform: uppercase;
  }

  table td {
    font-size: .70em;
    letter-spacing: .1em;
  }

  .bi-item-categories h4{
    font-family: 'Press Start 2P', cursive;
    font-size: 18px;
  }

  .bi-item-title i {
    color: #F05E21;
  }

  .roadmap-rocket {
    height: 100px;
  }
  .roadmap-rocket img {
    height: 100px;
    width: auto;
  }
  
  @media screen and (max-width: 600px) {
    table {
      border: 0;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
    
    table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }
    
    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .7em;
      text-align: right;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
    table td:last-child {
      border-bottom: 0;
    }
  }