body{
  margin: 0;
  background-color: white;
  font-family: Arial, Helvetica, sans-serif;
}
body.collection{
  background-color: black;
}
body::-webkit-scrollbar{
  display: none;
}
#hero-banner{
  margin-top: 25vh;
  height: 50vh;
}
  #hero-banner .left{
    text-align: center;
    width: 50%;
    height: 100%;
    float: left;
    background: url(/images/surfboard.svg) 125% center no-repeat;
    background-size: contain;
  }
  #hero-banner .left img{
    margin-right: 20px;
  }
  #hero-banner .right{
    width: 50%;
    height: 100%;
    float: left;
  }
  #hero-banner .right .collection{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 270px;    
    height: 180px;
    margin: 0 20px 20px 0;
    float: left;
  }
  #hero-banner .right .collection .band{
    background-color: rgba(255, 255, 255, .75);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 30px;
  }
  #hero-banner .right .collection .band h3{
    margin: 5px 10px;
  }
  #hero-banner .right .collection .band a{
    position: absolute;
    right: 10px;
    top: 8px;
    color: black;
    text-decoration: none;
    font-weight: bold;
  }
  #hero-banner .right .collection .band a:hover{
      
  }
#collection{
  padding: 90px;
}
#instructions{
  display: none;
  position: fixed;
  width: 200px;
  height: 32px;
  top: 57%;
  margin-top: -16px;
  left: 50%;
  margin-left: -100px;
  background-color: rgba(255, 255, 255, .75);
  padding: 4px;
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  font-size: 14px;
  color: black;
  text-shadow: 0px 0px 3px #00FF00;
}
.modal-window{
  z-index: 100;
  display: none;
  top: 90px;
  left: 50%;
  margin-left: -40%;
  position: fixed;
  width: 80%;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 15px;
  border: 2px solid black;
  color: white;
}
  .modal-window h1{
    text-align: center;
  }
  .modal-header .button.close{
    position: absolute;
    top: 2px;
    right: 2px;
    background: white url('/images/xrp-close.svg') center no-repeat;
    background-size: contain;
    border: 2px solid black;
    border-radius: 20px;
    cursor: pointer;
    height: 30px;
    width: 30px;
  }
  .modal-header .button.close:hover{
    border-color: #00FF00;
  }  
  #preview-body-image .control:hover{
    filter: invert(45%) sepia(86%) saturate(1139%) hue-rotate(86deg) brightness(116%) contrast(129%);
  }
  #preview-body-image .control.control.disabled:hover{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);        
  }
  #preview-body{
    width: 100%;
    height: 92%;
  }
    #preview-body-image{
      position: relative;
      width: 47%;
      float: left;
      padding: 30px;
    }
      #preview-body-image img{
        border-radius: 15px;
      }
      #preview-body-image .control{
        position: absolute;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        border-radius: 3px;
        width: 100px;
        height: 100px;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
      }
      #preview-body-image .control.disabled{
        opacity: .25;
        cursor: not-allowed;
      }
      #move-up.control{
        top: 4px;
        height: 20px;
        left: 50%;
        margin-left: -50px;
        background-image: url('/images/xrp-chevron-up.svg');
      }
      #move-right.control{
        right: 4px;
        width: 20px;
        top: 50%;
        margin-top: -50px;
        background-image: url('/images/xrp-chevron-right.svg');
      }
      #move-down.control{
        bottom: 4px;
        height: 20px;
        left: 50%;
        margin-left: -50px;
        background-image: url('/images/xrp-chevron-down.svg');
      }
      #move-left.control{
        left: 4px;
        width: 20px;
        top: 50%;
        margin-top: -50px;
        background-image: url('/images/xrp-chevron-left.svg');
      }
    #preview-body-info{
      width: calc(50% - 100px);
      height: calc(100% - 40px);
      margin: 30px 0 30px 30px;
      background-color: black;
      margin-left: 0;
      float: left;
      padding: 20px;
      position: relative;
      border-radius: 15px;
    }
      #preview-body-info h1{
        margin-bottom: 40px;        
      }
      #preview-body-info div{
        background-color: #333333;
        border-radius: 15px;
        float: left;
        padding: 10px 10px;
        width: calc(100% - 20px);
        margin-bottom: 10px;
      }
      #preview-body-info div#image-score,
      #preview-body-info div#mint-status{
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        padding-top: 15px;
        height: 45px;
        border-radius: 35px;
        font-size: 11px;
        background-color: white;
        text-align: center;
        text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000;
      }
        #preview-body-info div#image-score span,
        #preview-body-info div#mint-status span{
          display: inline-block;
          font-weight: bold;
          font-size: 16px;
        }
      #preview-body-info div#mint-status{
        right: auto;
        left: 20px;
        padding-top: 27px;
        height: 33px;
        background-color: #fd5308;
      }
        #preview-body-info div#mint-status span{
          font-size: 13px;          
        }
          #preview-body-info div#mint-status a{
            color: white;
            text-decoration: none;
            text-transform: uppercase;
          }
      #preview-body-info p{
        margin: 10px;
      }
      #image-traits div{
        float: left;
        width: auto;
        line-height: 24px;
        text-align: center;
        background-color: black;
        display:inline-block;
        padding: 5px 10px;
        border-radius: 11px;
        margin: 5px;
      }
        #image-traits .blurred span{
          filter: blur(5px);
        }
#traits-list .trait-type{
  float: left;
  background-color: #333333;
  border-radius: 15px;
  column-count: 8;
  font-size: 14px;
  padding: 20px;
  margin: 20px;
}
.collection #surfboard{
  cursor: grab;
  position: fixed;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -35px;
}
.collection #surfboard.active{
  filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.7)) invert(0%) sepia(100%) saturate(1139%) hue-rotate(49deg) brightness(100%) contrast(150%);
}
.modal-body > div{
  margin: 0 auto;
  width: 100%;
}
.modal-window table{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.modal-window table th,
.modal-window table td{
  border: 1px solid grey;  
  background-color: rgba(0, 0, 0, .35);
  padding: 2px 5px;
}
.modal-window table th{
  text-transform: uppercase;
  background-color: #000;
  padding: 10px 5px;
}
.modal-window .table-header{
  background-color: #000;
  color: #00FF00;
  text-transform: uppercase;
}
header{
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 50%;
  margin-left: -125px;
  padding: 0px;
  width: 250px;
}
header .logo{
  margin: 15px auto;
  background-color: rgba(255, 255, 255, 1);
  width: 180px;
  border-radius: 30px;
  padding: 5px;  
  filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.7))
}
.collection header .logo{
  background-color: rgba(255, 255, 255, .75);
  width: 250px;
  filter: none;
}
header .logo img{
  border-radius: 30px;
}
footer{
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
  left: 0;
  padding: 0px;
}
footer .logo{
  background-color: rgba(255, 255, 255, 1);
  width: 180px;
  border-radius: 30px;
  padding: 5px;
  margin: 15px;
  filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.7));
}
.collection footer .logo{
  background-color: rgba(255, 255, 255, .75);
  filter: none;
}
.logo{
  position: relative;
  height: 50px;
}
  .logo img{
    vertical-align: bottom;
  }
  .logo span{
    font-size: 12px;
  }
  .logo h1{
    font-size: 20px;
    font-weight: bold;
    display: inline;
    position: absolute;
    line-height: 15px;
    top: 22px;  
    left: 59px;
    margin: 0;
  }
footer .logo a{
  text-decoration: none;
  color: #00FF00;
  text-shadow: 0px 0px 3px black;
}
#nfts-list-list,
#traits-body{
  height: 75vh;
  overflow-y: auto;
}
@media only screen and (max-width: 700px) {
  #preview-body-image{
    float: none;
    height: auto;
    margin: 30px auto 0 auto;
  }
  #preview-body-info{
    width: auto;
    height: auto;
    margin: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .modal-window{
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin-left: 0;
    border-radius: 0px;
  }
  #preview-body-info h1{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 60px;
  }
  #image-description{
    margin-top: 0;
  }
  #preview-body-image {
    margin: 10px auto 0 auto;
  }
  #preview-body-info div#image-score{
    margin-bottom: 0;
    right: 10px;
  }
  .modal-header .button.close {
    top: 10px;
    right: 10px;
  }
  #preview-body-info {
    padding: 10px;
  }
  #image-traits{
    font-size: 12px;
  }
  #image-traits span {
    line-height: 20px;
  }
  #preview-body-image {
    width: 80%;
  }
  #traits{
    font-size: 10px;
  }
  .modal-window table{
    width: calc(100% - 22px);
    margin: 10px;
  }
  #nfts-list-list,
  #traits-body{
    height: 100vh;
  }
}
@media only screen and (max-width: 500px) {
  #preview-body-image {
    width: 42%;
  }
}