body {
  background-color: #000000;
  margin: 0px;
  /*overflow: hidden;*/
  background-image: radial-gradient(ellipse farthest-corner at center top, #23233f 0%, #000000 60%);
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-position: top center;
  /*height: 100vh;*/
}




.mobile {
  display: none;
}
.wrapper {
  position:relative;
  top:150px;
  display: block;
}

/*.bigwrap {
  border: solid green 2px;
  margin: 0 auto;
  float: center;
  display: block;
}*/

.custom {
  /*border: solid red 1px;*/
  height: 150px;
  width: 100%;
  margin: 0 auto;
  float: center;
  display: block;
  position: relative;
  /*bottom: 30px;*/
  top: 530px;
}

.custom a{
  text-decoration: none;
}

.buton:hover {
  border-color: #fff;
  color: #fff;
}

.buton {
  padding: .7em 0em .5em 0em;
  border: solid 3px #d100b1;
  text-align: center;
  margin: 0 auto;
  float: center;
  width: 250px;
  display: block;
 /* top: 400px;*/
 /* position: absolute;
  left: 40.25%;*/
  background-color: rgba(0,0,0,0.8);

}

.buton {
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  text-align: center;
  margin: 0 auto;
  float: center;
  color: #d100b1;
  text-shadow: 0 0 5px #d100b1;
}

.description {
  font-family: 'Orbitron';
  color: #fff;
  /*top: 345px;*/
  /*position: absolute;*/
  /*left: 36%;*/
  display: block;
  text-align: center;
  float: center;
  font-size: 20px;
  text-shadow: 5px 5px 15px #d100b1;

}

.casper {
  /*top: 480px;
  position: absolute;*/
  /*left: 46%;*/
  display: block;
  text-align: center;
  float: center;
  font-size: 12px;
  text-shadow: 5px 5px 15px #d100b1;
  font-family: 'Orbitron';
  color: #fff;
  text-shadow: 5px 5px 15px #d100b1;

}

.casper a {
  text-decoration: none;
  color: #fff;
}

.casper img {
  display: inline-block;
  float: center;
  height: 15px;
  margin-left: 1.5px;
  margin-bottom: -4.75px;
}

.cardboard {
  position: absolute;
  right: 30px;
  top: 20px;
}

.cardboard img {
  height: 30px;
  float: center;
  display: block;
  opacity: .7;
  margin: 0 auto;
}

.cardboard img:hover {
  opacity: 1;
}

.socialstuff {
  text-align: center;
  display: block;
  float: center;
  margin: 0 auto;
  width: 100%;
}

.fb-like {
  margin: 0 auto;
  float: center;
  display: inline-block;
}

.twitter-share-button {
  margin: 0 auto;
  float: center;
  display: inline-block;
  margin-bottom: -4px;
}


h1 {
  color: #C6CBF5;
  font-family: 'Orbitron', sans-serif;
  font-size: 140px;
  font-weight: 800;
  line-height: 1.2;
  left: 50%;
  margin: 0;
  margin-left: -420px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -50px;
  width: 852px;
  z-index: 11;
  background: -webkit-linear-gradient(top, #151C60, #C6CBF5 40%, black 40%, #E1A0CE 65%, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}

h2 {
  color: #d100b1;
  display: block;
  font-family: 'Yellowtail', cursive;
  font-size: 120px;
  margin-right: -8em;
  position: absolute;
  text-shadow: 0 0 1px #d100b1, 0 -3px 3px rgba(255, 255, 255, 0.8), 0 3px 3px rgba(0, 0, 0, 0.5), 0 0 15px #d100b1, 0 0 45px rgba(209, 0, 177, 0.8);
  text-align: center;
  text-decoration: underline;
  text-transform: none;
  -webkit-transform: skew(-10deg) rotate(-10deg);
  -ms-transform: skew(-10deg) rotate(-10deg);
  transform: skew(-10deg) rotate(-10deg);
  top: -54px;
  width: 100%;
  z-index: 11;
}

.logo-triangle {
  -webkit-animation: dash 6s infinite alternate;
  animation: dash 6s infinite alternate;
  fill: url(#grad1);
  -webkit-filter: url(#dropshadow);
  filter: url(#dropshadow);
  left: 50%;
  margin-left: -200px;
  position: absolute;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  top: 2em;
  z-index: 8;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}






@media screen and (max-width: 900px) {
  body {
    width: 100%;
    margin: 0 auto;
    float: center;
    display: block;
    overflow: scroll;
    overflow-x: hidden;
  } 

  html {
    overflow-x: hidden; 
  }

  .custom {
    width: 90%;
    float: center;
    display: block;
    margin: 0 auto;
    margin-top: -160px;
  }


  
  .desktop {
    display: none;
  }

  .logo-triangle {
   /* height: 160px;
    width: 200px;*/
    /*left: 50%;*/
    /*float: center;
    display: block;
    margin: 0 auto;*/
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -138px;
    top: -40px;
  }

  .mobile {
    display: block;
    border: solid rgba(0,0,0,0) 1px;
  }


  .wrapper {

  }

  .wrapper h1 {
  font-size: 70px;
  margin-top: 20px;

  }

  .wrapper h2 {
  font-size: 60px;
  margin-top: 70px;

  }

 


   

}





/*END OF TABLET MOBILE SHIT*/
