/* BONG */



/* Mind */

body {
    background: #202020 no-repeat top center;
    background-size: contain;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
     font-family: "Rock Salt", cursive;
    font-weight: 400;
    font-style: normal;
    color: #f4f4f4;
    text-align: center;
}

h1 {
   font-family: "Rock Salt", cursive;
  font-weight: 600;
    font-style: normal;
    font-size: 35px;
    color: #f8b740;
    line-height: 1.2;
    text-shadow: 3px 3px #000;
}

h2 {
     font-family: "Rock Salt", cursive;
    font-weight: 600;
      font-style: normal;
      font-size: 35px;
      color: #f4f4f4;
      line-height: 1.2;
      text-shadow: 3px 3px #000;
}

h4 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 1em;
}

.gradienttext {
    background: -webkit-linear-gradient(#f2d061, #ea6e2d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tomorrow {
    display: inline-block;
    padding-right: 60px;
    background: url(new/circle-fullstop.svg) bottom right no-repeat;
}

@media (min-width: 42.375em) {
    h1 {
        font-size: 80px;
    
    }

    h2 {
      font-size: 80px;
  
  }
}

a, a:visited {
    color: #030303;
}

.contract {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #f2d061;
}

.medium-link {
    font-size: 30px;
    font-weight: 600;
    background: url(new/medium-link-bg.svg) bottom right no-repeat;
    display: inline-block;
    padding-bottom: 100px;
    padding-right: 100px;
    overflow: hidden;
}

.medium-link:hover {
    color: #555;
}

.menu {
  z-index: 5;
  position: relative;
}

@media (min-width: 42.375em) {
  .menu, .logotext {
   display: block;
  }
}

.menu ul {
margin: 0;
padding: 0;
}

.menu li {
  display: inline-block;
  float: right;
  list-style: none;
}

.menu a, .menu a:visited {
 font-family: "Rock Salt", cursive;
    font-weight: 600;
    font-style: normal;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  padding: 20px 40px 0px 0;
}

@media only screen and (max-width: 600px) {
  .menu ul {
    padding-left: 0px;
    }

    .menu li {
        float: none;
        }

  .menu a, .menu a:visited {
    font-size: 11px;
    padding: 0px 20px 0px 0; 
  }

}

img {
    width: 100%;
    height: auto;
}


/* Body */

.sitecontents {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    
    .sitecontents {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
}

.video {
    position: relative;
    overflow: hidden;
    margin-bottom: 140px; 
}

.buyit h2 {
    font-size: 20px;
    font-weight: 400 ;
}

.contractadds h4 {
  font-size: 1.2em;
}

.contract {
  font-size: 0.8em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #f2d061;
}




/* fixed area */



.slackercat img {
    width: 100%;
    height: auto;
    max-width: 160px;
}

.hero {
    position: relative;

}

.slackerlogo {
    position: relative;
    z-index: 5;
    padding: 2em;
    max-width: 160px;
    margin: 0 auto;
  }

.slackercat {
    position: relative;
    width: 100%;
}




@media (min-width: 85.375em) {
    .hero {
      width: 40%;
    }


}


/* logos */

.buyit {
    padding: 2em;
}

@media (min-width: 64em) {
    .slackerlogo {
        margin: 0;
    }
}


.externallinks {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.externallinks a {
    position: relative;
    display: block;
    padding: 20px 30px 20px 100px;
    margin-bottom: 1em;
    color: #fff;
    text-decoration: none;
}

.coingecko {
    background: url(images/coingecko.png) left center no-repeat;
    background-size: contain;
}

.twitter {
    background: url(images/twitter.png) left center no-repeat;
    background-size: contain;
}

.telegram {
    background: url(images/telegram.png) left center no-repeat;
    background-size: contain;
}

.youtube {
    background: url(images/youtube.png) left center no-repeat;
    background-size: contain;
}

.cmc {
  background: url(images/cmc.png) left center no-repeat;
  background-size: contain;
}


.dextools {
    background: url(images/dextools.png) left center no-repeat;
    background-size: contain;
}

.uniswap {
    background: url(images/uniswap.png) left center no-repeat;
    background-size: contain;
}

.footer {
    position: relative;
    margin-top: 3em;
}


.copyright {
  color: #666;
  font-size: 20px;
}

.copyright a, .copyright a:visited {
  color: #FF6D1F;
}

/* Even chaos needs a grid */ 

/* page container */
.wrapper {
    margin: 0;
    position: relative;
    overflow: hidden;
  }
  
  .row {
    width: 100%;
    margin: 0 auto;
    clear: both;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  /* contained row */
  .small-row-indented {
    clear: both;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  
  .small-row {
    clear: both;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  
  @media (min-width: 64em) {
    .small-row {
      margin: 0 8%;
    }
  
    .small-row-indented {
      margin: 0 8% 0 16%;
    }
  }
  .paddedColumn {
    float: left;
    padding: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  @media (min-width: 64em) {
    .paddedColumn {
      padding: 2em 3em;
    }
  }
  @media (min-width: 118em) {
    .paddedColumn {
      padding: 4em 3em;
    }
  }
  @media screen and (max-width: 42em) {
    .paddedColumn {
      width: 100%;
    }
  }
  
  .plainColumn {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  @media only screen {
    .xsmall-1 {
      width: 8.3333333333%;
    }
  
    .xsmall-2 {
      width: 16.6666666667%;
    }
  
    .xsmall-3 {
      width: 25%;
    }
  
    .xsmall-4 {
      width: 33.3333333333%;
    }
  
    .xsmall-5 {
      width: 41.6666666667%;
    }
  
    .xsmall-6 {
      width: 50%;
    }
  
    .xsmall-7 {
      width: 58.3333333333%;
    }
  
    .xsmall-8 {
      width: 66.6666666667%;
    }
  
    .xsmall-9 {
      width: 75%;
    }
  
    .xsmall-10 {
      width: 83.3333333333%;
    }
  
    .xsmall-11 {
      width: 91.6666666667%;
    }
  
    .xsmall-12 {
      width: 100%;
    }
  }
  @media (min-width: 42.375em) {
    .small-1 {
      width: 8.3333333333%;
    }
  
    .small-2 {
      width: 16.6666666667%;
    }
  
    .small-3 {
      width: 25%;
    }
  
    .small-4 {
      width: 33.3333333333%;
    }
  
    .small-5 {
      width: 41.6666666667%;
    }
  
    .small-6 {
      width: 50%;
    }
  
    .small-7 {
      width: 58.3333333333%;
    }
  
    .small-8 {
      width: 66.6666666667%;
    }
  
    .small-9 {
      width: 75%;
    }
  
    .small-10 {
      width: 83.3333333333%;
    }
  
    .small-11 {
      width: 91.6666666667%;
    }
  
    .small-12 {
      width: 100%;
    }
  }
  @media (min-width: 64em) {
    .pull-right {
      float: right;
    }
  
    .align-right {
      text-align: right;
    }
  
    .medium-1 {
      width: 8.3333333333%;
    }
  
    .medium-2 {
      width: 16.6666666667%;
    }
  
    .medium-3 {
      width: 25%;
    }
  
    .medium-4 {
      width: 33.3333333333%;
    }
  
    .medium-5 {
      width: 41.6666666667%;
    }
  
    .medium-6 {
      width: 50%;
    }
  
    .medium-7 {
      width: 58.3333333333%;
    }
  
    .medium-8 {
      width: 66.6666666667%;
    }
  
    .medium-9 {
      width: 75%;
    }
  
    .medium-10 {
      width: 83.3333333333%;
    }
  
    .medium-11 {
      width: 91.6666666667%;
    }
  
    .medium-12 {
      width: 100%;
    }
  }
  @media (min-width: 85.375em) {
    .large-1 {
      width: 8.3333333333%;
    }
  
    .large-2 {
      width: 16.6666666667%;
    }
  
    .large-3 {
      width: 25%;
    }
  
    .large-4 {
      width: 33.3333333333%;
    }
  
    .large-5 {
      width: 41.6666666667%;
    }
  
    .large-6 {
      width: 50%;
    }
  
    .large-7 {
      width: 58.3333333333%;
    }
  
    .large-8 {
      width: 66.6666666667%;
    }
  
    .large-9 {
      width: 75%;
    }
  
    .large-10 {
      width: 83.3333333333%;
    }
  
    .large-11 {
      width: 91.6666666667%;
    }
  
    .large-12 {
      width: 100%;
    }
  }
  @media (min-width: 118em) {
    .xlarge-1 {
      width: 8.3333333333%;
    }
  
    .xlarge-2 {
      width: 16.6666666667%;
    }
  
    .xlarge-3 {
      width: 25%;
    }
  
    .xlarge-4 {
      width: 33.3333333333%;
    }
  
    .xlarge-5 {
      width: 41.6666666667%;
    }
  
    .xlarge-6 {
      width: 50%;
    }
  
    .xlarge-7 {
      width: 58.3333333333%;
    }
  
    .xlarge-8 {
      width: 66.6666666667%;
    }
  
    .xlarge-9 {
      width: 75%;
    }
  
    .xlarge-10 {
      width: 83.3333333333%;
    }
  
    .xlarge-11 {
      width: 91.6666666667%;
    }
  
    .xlarge-12 {
      width: 100%;
    }
  }
  @media (min-width: 160em) {
    .xxlarge-1 {
      width: 8.3333333333%;
    }
  
    .xxlarge-2 {
      width: 16.6666666667%;
    }
  
    .xxlarge-3 {
      width: 25%;
    }
  
    .xxlarge-4 {
      width: 33.3333333333%;
    }
  
    .xxlarge-5 {
      width: 41.6666666667%;
    }
  
    .xxlarge-6 {
      width: 50%;
    }
  
    .xxlarge-7 {
      width: 58.3333333333%;
    }
  
    .xxlarge-8 {
      width: 66.6666666667%;
    }
  
    .xxlarge-9 {
      width: 75%;
    }
  
    .xxlarge-10 {
      width: 83.3333333333%;
    }
  
    .xxlarge-11 {
      width: 91.6666666667%;
    }
  
    .xxlarge-12 {
      width: 100%;
    }
  }

  #movin {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
  }

/*

 NO 

 SLACK



*/


#player-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index:999;
}

/* util */
@media screen and (max-width: 679px) {
    .hide-mobile {
      display: none !important;
    }
  }
  @media screen and (max-width: 1023px) {
    .hide-tablet {
      display: none !important;
    }
  }