body {
	font-size:100%;
	margin:0;
	padding:0;
	cursor:default;	
	overflow:hidden;
}
.cover {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
}
.no-select {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.hide-ui {
	display:none;
}

.border-box {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}


#desktop {
	background-color: black;
	/*background-image:url("../img/bg2.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
}
.zoom {
	transform: translateZ(-1px) scale(1.5);
}

#logo {	
	position:absolute;
	top:100px;
	height:100%;
	width:100%;
	opacity:0;
	
	background:url('../img/miningcards.jpg') no-repeat center center; 
	background-size:cover;
		
	transition: all 1s;
	-webkit-transition: all 1s;					
}
#logo.show {
	top:0px;
	opacity:1;
}

.container {		
	position:relative;
		
	width:100%;
	height:100%;
	
	text-align:center;
	text-shadow:1px 1px 3px rgba(0,0,0,0.75),0px 0px 20px rgba(255,255,255,0.75),0px 0px 6px rgba(255,255,255,0.9);		
}
.ridgebatty {	
	position:absolute;
	
	left:0px;
	right:0px;
	top:50%;
	
	text-align:center;
	white-space:nowrap;	
	
	margin-top:-98px;
	height:100px;
	line-height:100px;
	font-size:100px;
	
	font-family:"Fredericka the Great";
	
	color:white;	
	
	-webkit-perspective:400px;
	perspective:400px;
	transform-style: preserve-3d;		
}
.ridgebatty > span {
	position:relative;
	opacity:0;
	padding:4px;
}
.ridgebatty > span {
	transform: translateZ(0px);
	transition: transform 2s, opacity 2s;		
}
h1 {
	font-family:'Russo One';	
}