html::-webkit-scrollbar { width: 0 !important; display: none; }
body::-webkit-scrollbar { width: 0 !important; display: none; }

html, body {
    padding: 0;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    text-align: center;
    text-rendering: geometricPrecision;
}

body {
	min-height: 800vw;
	font-family: "mayhem", Helvetica, sans-serif;
    box-sizing: border-box;
    overflow-y: scroll; 
  	-webkit-overflow-scrolling: touch;
  	font-size: 18px;
               -webkit-touch-callout: none !important; /* iOS Safari */
/*    -webkit-user-select: none !important; 
     -khtml-user-select: none !important; 
       -moz-user-select: none !important; 
        -ms-user-select: none !important;
            user-select: none !important; */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: black;
    font-weight: 100;
}

.wheel {
    width: 600vw;
    padding-bottom: 600vw;
    position: absolute;
    background-image: url(air2.svg);
    background-size: 100% 100%;
    animation: spin 60s linear infinite;
    -webkit-animation: spin 60s linear infinite;
    top: -100vw;
    left: -250vw;
    image-rendering: optimizeQuality;
}

@keyframes spin {
  0% {transform: rotate(0deg); }
100% {transform: rotate(360deg); }
}

.burst {
    animation: burst 20s linear infinite;
    -webkit-animation: burst 20s linear infinite;
}

@keyframes burst {
  0% {transform: rotate(0deg); }
100% {transform: rotate(-360deg); }
}

#logo {
    background: url(swoosh.svg);
    top: 3vw;
    left: 50%;
    width: 14vw;
    margin-left: -7vw;
    height: 12vw;
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 999999 !important;
    cursor: pointer !important;
    transition: transform ease-in-out .25s;
}

#logo:hover {
    transform: translateY(3vw);
} 

#logo:active {
    transform: translateY(-20vw);
} 

.shred {
    opacity: 0 !important;
}

#shadow {
    width: 100%;
    height: 120vw;
    top: 140vw;
    position: absolute;
    box-shadow: 0px 0px 200px 200px black;
    background: black;
    z-index: 9999 !important;
}

#canvas {
    z-index: 999;
    position: absolute;
    top: 34.5vw;
    left:0px;
    transition: opacity .5s;
}

#canvas2 {
    z-index: 999;
    position: absolute;
    top: 265.5vw;
    left:0px;
    transition: opacity .5s;
    transform: rotateZ(180deg);
}

#overlay {
    opacity: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    mix-blend-mode: difference;
    background: white;
    z-index: 99999 !important;
}

@font-face {
  font-family: 'mayhem';
  src: url('https://dl.dropboxusercontent.com/u/5092079/mayhem/mayhem.eot');
  src: url('https://dl.dropboxusercontent.com/u/5092079/mayhem/mayhem.eot?#iefix') format('embedded-opentype'),
    url('https://dl.dropboxusercontent.com/u/5092079/mayhem/mayhem.woff') format('woff'),
    url('https://dl.dropboxusercontent.com/u/5092079/mayhem/mayhem.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#container {
    width: 50%;
    max-width: 1024px;
    min-height: 900px;
    position: relative;
    margin: 0px auto;
    top: 85vh;
    z-index: 99999 !important;
    transition: opacity .5s;
}

.perma {
    top: 0% !important;
}

.permahide {
    display: none !important;
}

.permafilter {
    filter: none !important;
}

#posts{
    width: 100%;
    margin: 0;
    padding: 0;
}

.postcap {
    width: 100%;
    height: 15px;
}

/*.bandswide, .bandswide2, .bandswide3 {
    background-color: black;
    background-size: cover;
    height: 15px;
    width: 100%;
} 

.bandswide {
    background: url(bands3.svg);
    animation: slideover 5s linear infinite;
    -webkit-animation: slideover 5s linear infinite;
}

.bandswide2 {
    background: url(bands4.svg);
    animation: slideover 1s linear reverse infinite;
    -webkit-animation: slideover 1s linear reverse infinite;
}

.bandswide3 {
    background: url(bands5.svg);
    animation: slideup .5s linear infinite;
    -webkit-animation: slideup .5s linear infinite;
}*/

@keyframes slideover {
  0% {background-position: 0 0; background-size: 600px 100%; }
100% {background-position: 600px 0; background-size: 600px 100%; }
}

.post {
    width: 100%;
    margin: 0 0 2em 0;
    background: red;
    -webkit-border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.photo {
    background: black !important;
}

.photo p {
    color: white !important;
    text-shadow: none !important;
}

.photo a {
    text-shadow: none !important;
}

.post img {
    width: 100%;
    filter: url(#r);
}

.post img:hover {
    filter: none !important;
}

p, h1, h2, h3 {
    margin: 0px;
}

p {
    padding: 0 1em 1em 1em;
    display: block;
    font-family: Helvetica, sans-serif;
}

.caption {
    padding-top: 1em;
}

h1, h2, h3 {
    padding: 1em;
    color: black;
    transform: skew(-15deg);
    text-transform: uppercase;
}

h1 a, h2 a, h3 a {
    color: black;
}

a {
    color: red;
    text-decoration: none;
    cursor: pointer, auto;
}

p a {
    transform: skew(-15deg);
}

ol {
    list-style-type: none;
}


.takeover {
    width: 100vw;
    background: red;
}

#footer {
    font-family: 'mayhem';
    text-transform: uppercase;
    transform: skew(-15deg);
    position: absolute;
    bottom: -5%;
    width: 40%;
    left: 30%;
    text-align: center;
    padding: 1vw 0px 0px 0px;
    border-top: 1px solid red;
}

#audioplayer {
/*    transform: scaleY(4);
    transform-origin: top;*/
}

.audio-player {
    height: 100px !important;
    background: #ff0000 !important;
    color: white !important;
}

.tumblr_audio_player {
    width: 34%;
    transform: scale(3);
    transform-origin: top;
    mix-blend-mode: multiply;
    height: 80px;
}

.size {
    height: 100px !important;
}

.native-audio-container .audio-player {
    min-height: 0 !important;
    /*height: 100% !important;*/
    height: 100px !important;
    margin-right: 0 !important;
    padding: 20px !important;
    transform: scaleY(3);
    transform-origin: top;
}

.tumblr_video_container {
width:auto!important;
height:auto!important;
}

.tumblr_video_container iframe {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media only screen and (orientation : portrait) {
 

}

@media screen and (min-width:600px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

body {
    font-size: .75em !important;
}

}

@media screen and (max-width:600px) {

body {
    font-size: 15px;
}

#container {
    width: 80%;
}

}


@media only screen and (max-width:1024px) and (-webkit-min-device-pixel-ratio: 2) {

/*#canvas {
    opacity: 1;
}

#overlay {
    opacity: 0;

}*/

#shadow {
    box-shadow: 0px 0px 100px 100px black;
}

}


@media screen and (min-width:2048px) {

/*#canvas {
    opacity: 0;
}

#overlay {
    opacity: 1;

}*/

}