@font-face {
    font-family: test;
    src: url('https://mega.urutora.moe/KOMTITK_.ttf');
}

.pokeshitdiv > div {
	display: none;
	z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
	background-color: white;
}
.pokeshitdiv > video {
	z-index: 1001;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}

#perspective {
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
	margin: auto;
	height:100%;
	width:100%;
	
	perspective: 300vh;
}

video:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 200%;
  width: 100%;
  transform: perspective(0px) rotateX(0deg) skewX(-25deg);
  transform-origin: bottom left;
  
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&1+24,0.25+100,0.25+101 */
background: -moz-linear-gradient(45deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 24%, rgba(0,0,0,0.26) 99%, rgba(0,0,0,0.25) 100%, rgba(0,0,0,0.25) 101%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 24%,rgba(0,0,0,0.26) 99%,rgba(0,0,0,0.25) 100%,rgba(0,0,0,0.25) 101%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 24%,rgba(0,0,0,0.26) 99%,rgba(0,0,0,0.25) 100%,rgba(0,0,0,0.25) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#40000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#bg-a:before , #bg-b:before {
	content: "";
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#bg-a , #bg-b {
    position: inherit;
    width: 200vw;
    height: 500vh;
    margin: auto;
    z-index: -1;
    transform: translateZ(-50vh) translateX(-50vw) translateY(-253vh) rotateX(70deg)rotateY(-5deg);
}
/*
#bg-n, #bg-m {
    position:absolute;
    bottom:70%;
    left:-75%;
		height:1220px;
	width:250%;
	background-image: url("https://mega.urutora.moe/urutoraSkyBox.jpg");
	background-size: 2500px 102%;
  transform: translateZ(-500px) translateY(5%) rotateX(10deg)rotateY(0deg);
}
#bg-n {
	background-image: url("https://mega.urutora.moe/urutoraSkyBox.jpg");
}
#bg-m {
	background-image: url("http://archive.yaku.moe/assets/css/images/backgrounds/1.jpg");
}*/
#content {

    width: 100%;
    height: 100%;
    position: absolute;    
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;

}


#content > video, #content > div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	cursor:none;
	
	-webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
#content > audio, #content > img, #content > a{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	cursor:none;
	
	-webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	
	
/*	width: 120%;
    max-width: 120vh;  */
    max-width: 100vw;  
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

#content > ruffle-embed{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	cursor:none;
	
	-webkit-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.75);
	
	
	width: 130%;
    max-width: 130vh;  
    position: absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;

}

.perspectiveContent {
   transform: translateZ(-500px) rotateY(-30deg) rotateZ(5deg);
}	
/*
#contentPerspective {
		position:fixed;
	top:50%;
	left:50%;
	height:50%;
	width:50%;
    //transform: translateZ(-500px) translateY(-10px) rotateZ(6deg) rotateY(-25deg);
 background-color: red;
 box-shadow: 0 1px 5px rgba(0,0,0,0.25), 
             0 0 50px rgba(0,0,0,0.1) inset;
}*/
#logo {	
	z-index: 999;
	position:absolute;
	top: 0px;
	left: 0px;
	//cursor: pointer;
}
.aboveAll {
	height:100%;
	width: 100%;
	background-color: black;
	z-index:1000;
}
.background {
	z-index:-1;
}
.filename {
	background-image: url("urutora filename.png");
    display: block;
    position: fixed;
    height: 110px;
    width: 768px;
    left: -1000px;
    bottom: 0px;
    background-size: 768px 115px;
	
	//cursor: pointer;
}
.filename #filename {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	white-space: pre;
	margin: 0px 0px;
	padding: 60px 90px;
	
	display:block;
	
	text-align: right;
	
    line-height:40px;
    text-decoration: none;
	font-size:30px;
	
	//cursor: pointer;
}
.filename button {
	font-family: test;
}
#filename-namechange {
	position:absolute;
	right:0;
	display: table;
	width: 100%;
}
#filename-namechange input {
	font-family: test;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	width: 100%;
	
	white-space: pre;
	//padding: 0px 0px;
	margin-top: 55px;
	margin-right: 0px;
	
	display: table-cell;
	text-align: right;
	
    line-height:40px;
    text-decoration: none;
	font-size:30px;
}
#filename-namechange span {
	font-family: test;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	white-space: pre;
	padding-right: 90px;
	padding-top: 60px;
	padding-left: 4px;
	display: table-cell;
	width:0;
	text-align: right;
	
    line-height:40px;
    text-decoration: none;
	font-size:30px;
}
.menu {

	transform: rotateZ(-5deg);
	background-image: url('urutora menu.png');
	
	position:fixed;

	height: 290px;
	width: 280px;
	
	left: -40px;
	bottom: -290px;
	
}
.menu ul {
	transform: rotateZ(5deg);
	margin-top: 50px;
	margin-left: 30px;
	padding: 0px 0px;
}
.menu div {
	text-align: center;
	transform: rotateZ(5deg);
	margin: 0px 0px;
	padding: 0px 0px;
}
.menu div button {
	font-size: 25px;
	font-family: test;
}
.menu ul li {
	display:block;
	margin: 10px 40px;

}
.menu ul li label{
	
    text-decoration: none;
	/*font-size:30px;
	*/
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

	//cursor: pointer;
}
.debugmenu {
	font-family: Cambria;
	font-size: 14px;
	
	background-color: White;
	
	position:fixed;

	height: 0px;
	width: 500px;
	
	right: 0;
	bottom: 0px;
}
.debugmenu ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
.debugmenu ul li {
	display:block;
	transform: rotateZ(0deg);

}
.debugmenu ul li a{
	margin: 0px -20px;
    height:40px;
    line-height:40px;
	
    text-decoration: none;
	font-size:16px;
    font-weight:bold;
}
/*
.center h1 {
    position: fixed;
	
	bottom: 0;
    top: 0;
    right: 0;
    left: 55%;

    margin: auto;
	max-width:100%;
    max-height:100%;
}

.center video, .center img, .center audio, .center iframe, .center text, .center embed , .center div {
    position: inherit;
	  bottom: 0;
    top: 0;
    right: 0;
    left: 0;
	
	  height:100%;
	 width:100%;
	
    margin: auto;
	
	cursor: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
/*
.tilted video, .tilted img, .tilted audio, .tilted iframe, .tilted text, .tilted embed, .tilted div {
	-webkit-transform: rotateX(5deg);
    -ms-transform: rotateX(5deg); 
    -moz-transform: rotateX(25deg);
}
*/
/*
.center text {
    display:block;
	vertical-align: middle;
	font-size: 48px;
	text-align: center;
	background-image: url("bgs/bgwater8.gif");

    max-width:25%;
    max-height:50%;
}

.center audio{
    display:block;
    min-width:70%;
    height:28px;
}
*/

body, html {
	 padding:0;
	 margin:0;
}
body {
	 font-family: test;
	 font-size: 18px;
	 overflow:hidden;
}

* {
	cursor: none;
	
	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hammerNeutral {
	pointer-events: none;
	background-image: url('hammerNeutral.png');
	width: 109px;
	height: 151px;
	position: absolute;
	margin-top: -20px; 
	display: block;
	z-index: 100000;
}
.hammerDown {
	pointer-events: none;
	background-image: url('hammerDown.png');
	width: 73px;
	height: 122px;
	position: absolute;
	margin-top: -20px; 
	display: none;
	z-index: 100000;
}
.decalHammer {
	pointer-events: none;
/*	width: 111px;
	height: 111px; */
	position: fixed;
	display: block;
	z-index: 10000;
}

figure#mouse-pointer {
	position: absolute;
	margin-left: -8px; 
	display: block;
	z-index: 100000;
}
/*
.hammerNeutral {
	pointer-events: none;
	background-image: url('/site/crackHammer2.png');
	background-size: cover;
	width: 2000px;
	height: 1500px;
	position: absolute;
	margin-top: -60px; 
	display: block;
	z-index: 100000;
}
.hammerDown {
	pointer-events: none;
	background-image: url('/site/crackHammer3.png');
	background-size: cover;
	width: 5000px;
	height: 3000px;
	position: absolute;
	margin-top: -20px; 
	display: none;
	z-index: 100000;
}
.decalHammer {
	pointer-events: none;
	width: 200px;
	height: auto;
	position: fixed;
	display: block;
	z-index: 10000;
}*/
	/*
    background: -webkit-linear-gradient(160deg,#ffff00 10%, #ff00ff, #00ffff);
    background: -o-linear-gradient(160deg,#ffff00 10%, #ff00ff, #00ffff); 
    background: -moz-linear-gradient(160deg,#ffff00 10%, #ff00ff, #00ffff); 
    background: linear-gradient(160deg,#ffff00 10%, #ff00ff, #00ffff);
	*/