/*MoM CSS V1*/



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 {
	height: 100%;
    width: 100%;
	font-family: "mayhem", Helvetica, sans-serif;
    min-height: 100vh;
    box-sizing: border-box;
    overflow-y: scroll; 
  	-webkit-overflow-scrolling: touch;
  	font-size:12px;
               -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Chrome/Safari/Opera */
     -khtml-user-select: none !important; /* Konqueror */
       -moz-user-select: none !important; /* Firefox */
        -ms-user-select: none !important; /* Internet Explorer/Edge */
            user-select: none !important; /* Non-prefixed version, currently not supported by any browser */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

@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;
}

/*@font-face {
  font-family: 'magnificat';
  src: url('magnificat.eot');
  src: url('magnificat.eot?#iefix') format('embedded-opentype'),
    url('magnificat.woff') format('woff'),
    url('magnificat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}*/

#nav {
	width: 80%;
    max-width: 1024px;
    transform: translateX(-50%);
    left: 50%;
    height: auto;
    position: fixed;
    top: -6em;
    transition: top .5s;
    padding-bottom: 6em;
}

#nav a {
    color: black;
}

#nav:hover {
	top: 0px !important;
	z-index: 999 !important;
}

.show {
	top: 0px !important;
	z-index: 999 !important;
}    

#nav li:first-child {border-left: 0px solid black;}

.navitem {
    display: inline-block;
    width: 16.66%;
    text-align: center;
    padding: .5em 0px .25em 0px;
    float: left;
    background: white;
    box-sizing: border-box;
    border: .5px solid black;
    border-top: 0px;
    border-right: 0px;
}

.navitem a {
	transform: skew(-15deg);
	display: inline-block;
	width: 100%;
	height: 100%;
}

.navitem:hover {
    background: red;
}

.wheel {
    width: 150vw;
    padding-bottom: 150vw;
    position: fixed;
    background-image: url(wheel.svg);
    background-size: 100% 100%;
    animation: spin 30s linear infinite;
    -webkit-animation: spin 30s linear infinite;
    z-index: -999;
    margin-top: -75vw;
    top: 50%;
    left: -25vw;
}

.wheel2 {
    width: 500%;
    height: 250%;
    position: fixed;
    background-image: url(wheel2.svg);
    background-size: 100% 100%;
    animation: spin3 15s linear infinite;
    -webkit-animation: spin3 15s linear infinite;
    z-index: -999;
    top: -75%;
    margin-left: -250%;
    left: 50%;
    mix-blend-mode:difference;
}

@keyframes spin {
  0% {transform: rotate(0deg); opacity: 1; }
  25% {opacity: .95;}
  50% {opacity: 1;}
  75% {opacity: .95;}
100% {transform: rotate(360deg); opacity: 1; }
}

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

@keyframes spin3 {
  0% {transform: rotate(0deg); opacity: 1; }
  25% {opacity: .95;}
  50% {opacity: 1;}
  75% {opacity: .95;}
100% {transform: rotate(360deg); opacity: 1; }
}

.bandcontain1 {
	position: fixed !important;
    height: 150%;
    width: 2%;
    position: fixed;
    right: 49%;
    top: -25%;
}

.band1 {
    height: 100%;
    width: 100%;
    background: url(bands_flat.svg);
    animation: slideup 20s linear infinite;
}

.bandcontain2 {
	position: fixed !important;
    height: 150%;
    width: 4%;
    position: fixed;
    right: 48%;
    top: -25%;
}

.band2 {
    height: 100%;
    width: 100%;
    background-size: 100% 100%;
    background: url(bands1.svg) 0% 0% repeat-y;
    animation: slideup 20s linear infinite;
    -webkit-animation: slideup 20s linear infinite;;
}

@keyframes slideup {
  0% {background-position: 0px 0px; }
100% {background-position: 0px -100%; }
}

.red {
	overflow: hidden;
	position: absolute !important;
	transform: rotateZ(45deg);
}

.redfall {
	transform: rotateZ(-45deg);
	overflow: hidden;
	pointer-events: none;
}

.redclimb {
	transform: rotateZ(45deg);
	overflow: hidden;
	pointer-events: none;
}

.red:hover {
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
    cursor: crosshair, auto;
    filter: url(#r);
    -webkit-filter: url(#r);
    mix-blend-mode:screen;
}

.red:active {
    filter: url(#y);
    -webkit-filter: url(#y);
    mix-blend-mode:screen;
    animation-duration: 1s !important;
    -webkit-animation-duration: 1s !important;
}

.bandcontain3 {
    height: 30vh;
    width: 4vh;
    position: fixed;
    right: 13vh;
    bottom: 0px;
    overflow: hidden;
}

.band3 {
    width: 200%;
    height: 100%;
    margin-left: -50%;
    background-size: 100% 100%;
    background: url(bands_flat.svg) 0% 0%;
    animation: slideup 20s linear infinite;
    -webkit-animation: slideup 20s linear infinite;
}

.shredder, .spider {
    width: 300px;
    padding-bottom: 300px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    mix-blend-mode: difference;
}

.shredder {
    bottom: 200px;
    background: url(shredder.svg);
    animation: spin2 5s linear infinite;
    -webkit-animation: spin2 5s linear infinite;

}

.spider {
    top: 200px;
    background: url(spider.svg);
    animation: spin 5s linear infinite;
    -webkit-animation: spin 5s linear infinite;
}

.asterisk, .burst {
    mix-blend-mode: difference;
    width: 150px;
    padding-bottom: 150px;
    position: fixed;
    left: 50%;
    margin-left: -75px;
}

.asterisk {
    background: url(asterisk.svg);
    animation: spin2 3s linear infinite;
    -webkit-animation: spin2 3s linear infinite;
    top: 50px;
}

.burst {
    background: url(burst2.svg);
    animation: spin 3s linear infinite;
    -webkit-animation: spin 3s linear infinite;
    bottom: 50px;
}

#pc {
	display: block;
    background: url(pc_white.png);
    top: 125px;
    transform: translateY(-50%);
    margin-left: -5em;
    left: 50%;
    width: 10em;
    height: 5em;
    position: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform-origin: 50% 250%;
    transition: transform .25s ease-in-out;
    z-index: 999;
}

#pc:hover {
    background-image: url(pc_red.png);
    mix-blend-mode: normal;
    filter: none;
    -webkit-filter:none;
}

#pc:active {
    mix-blend-mode: difference;
    filter: none;
    -webkit-filter:none;
}

.logo {
    background: url(mom_wide.svg);
    top: 20%;
    left: 0%;
    width: 100%;
    height: 60%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: none;
}

.logo:hover {
    animation-duration: 90s !important;
    -webkit-animation-duration: 90s !important;
    mix-blend-mode: difference;
    filter: url(#y);
    -webkit-filter: url(#y);
}

@keyframes zoom {
0% {-webkit-transform: translate3d(0px, 0px, 100px) perspective(150px);}
50% {-webkit-transform: translate3d(0px, 0px, 30px);}
100% {-webkit-transform: translate3d(0px, 0px, 100px);}
}

#container {
    width: 80%;
    max-width: 1024px;
    transform: translateX(-50%);
    left: 50%;
    min-height: 900px;
    position: absolute;
    margin: 0px auto;
    top: 100%;
}

.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: white;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
    -webkit-border-radius: 0px 0px 50px 50px;
    border: .5px solid #000000;
    box-sizing: border-box;
}

.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;
}

@media only screen and (orientation : portrait) {

.navitem {
    width: 50%;
}

#nav li:nth-child(3), #nav li:nth-child(5) {
	border-left: 0px;
}

.wheel, .wheel2 {
    width: 200vh;
    height: 200vh;
    margin-top: -100vh;
    top: 50vh;
    margin-left: -100vh;
    left: 50%;
    padding-bottom: 0px;
}

.bandcontain1 {
    height: 150%;
    width: 4%;
    position: fixed;
    right: 48%;
    top: -25%;
}

.bandcontain2 {
    width: 8%;
    right: 46%;
}

.logo {
    background: url(mom_stack.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 35%;
    left: 0%;
    width: 100%;
    height: 30%;
}   

}

/*Retina Mobile*/

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

.shredder, .spider {
    width: 150px;
    padding-bottom: 150px;
    position: fixed;
    left: 50%;
    margin-left: -75px;
    mix-blend-mode: difference;
}

.asterisk, .burst {
    mix-blend-mode: difference;
    width: 75px;
    padding-bottom: 75px;
    position: fixed;
    left: 50%;
    margin-left: -37.5px;
}

#pc {
	top: 60px;
}

.shredder {
    bottom: 100px;
    background: url(shredder.svg);
    animation: spin2 5s linear infinite;
    -webkit-animation: spin2 5s linear infinite;
}

.spider {
    top: 100px;
    background: url(spider.svg);
    animation: spin 5s linear infinite;
    -webkit-animation: spin 5s linear infinite;
}

.asterisk {
    background: url(asterisk.svg);
    animation: spin2 3s linear infinite;
    -webkit-animation: spin2 3s linear infinite;
    top: 25px;
}

.burst {
    background: url(burst2.svg);
    animation: spin 3s linear infinite;
    -webkit-animation: spin 3s linear infinite;
    bottom: 25px;
}

}

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

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

.bandcontain1, .bandcontain2 {
	display: none;
}

}

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

body {
    font-size: 10px;
}

#container, #nav {
	width: 90%;
}

.navitem {
    width: 50%;
}

}