html, body{ height: 100% }

body {
	font-family: "Open Sans", sans-serif;
	background-color: transparent;

	height: 100%;
	overflow: hidden;

	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.wm-space {
	background: url(/img/bg3.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	user-select: none;
}

/* Loading Screen */
#loading-screen {
	position: absolute;
	top: 0px;
	left: 0px;

	width: 100%;
	height: 100%;

	z-index: 30000;
	overflow: hidden;

	font-weight: 300;

	background-color:  #365d98;
	background:url("/img/DesertBlurredBG012.jpg")#365d98;
}

#loading-screen section {
	position: relative;
	bottom: 20px;
	left: 20%;

	height: 65%;

	margin: 0 auto;

	color: rgba(255,255,255,.9);
}

#loading-screen .content {
	position: absolute;
	bottom: 0;
	left: 0;
}

#loading-screen .content h1 {
	display: inline;

	font-size: 80px;
	font-weight: 300;

	padding: 0;
	margin: 0;

        font-family: 'Ubuntu', sans-serif;
}

#loading-screen .content h2 {
	display: inline;

	font-size: 18px;
	font-weight: 300;

	padding: 0;
	color: rgba(255,255,255,.7);
}

#loading-screen .content p {
	font-size: 20px;

	padding: 0;
	margin: 0;
}

#loading-screen.hide {
	-webkit-animation: moveout 1.5s .2s ease forwards;
	-moz-animation: moveout 1.5s .2s ease forwards;
	animation: moveout 1.5s .2s ease forwards;
}

/* Out animation */
@-webkit-keyframes moveout {
	0% {-webkit-transform: translateX(0);}
	30% {-webkit-transform: translateX(-10%) scale(.95);}
	100% {-webkit-transform: translateX(150%) scale(.95);}
}

@-moz-keyframes moveout {
	0% {-moz-transform: translateX(0);}
	30% {-moz-transform: translateX(-10%) scale(.95);}
	100% {-moz-transform: translateX(150%) scale(.95);}
}

@keyframes moveout {
	0% {transform: translateX(0);}
	30% {transform: translateX(-10%) scale(.95);}
	100% {transform: translateX(150%) scale(.95);}
}

/* Player Window */

.player-window {
	background-color: black;
}

/* About App */

.about-app {
	text-align: center;
#	padding: 0px 20px;
}

.about-app h1 {
	margin: 20px 0 0 0;
	font-size: 30px;
}

.about-app h2 {
	margin: 0;
	font-size: 15px;
}

.about-app h1,
.about-app h2 {
	font-weight: 300;
}

.about-app p {
	font-weight: 300;
	font-size: 12px;

	margin: 0;
}
.about-app .copyright {
	margin-top: 20px;
}

.about-app p.vendor {
	margin: 5px 0 0 0;
	font-size: 10px;
}

.about-app .expose-button:hover {
	-webkit-box-shadow: 0 0 6px #2DAEBF;
	-mox-box-shadow: 0 0 6px #2DAEBF;
	box-shadow: 0 0 6px #2DAEBF;
}

.about-app .expose-button {
	display: inline-block;
	cursor: pointer;
	width: auto;

	margin: 15px 0 4px 0;
	padding: 5px 15px 6px;

	background-color: #2DAEBF;
	color: white !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);

	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);

	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;

}






/* Coinbase  App */

.coinbase-app {
	text-align: center;
	padding: 0px 20px;
}

.coinbase-app h1 {
	margin: 20px 0 0 0;
	font-size: 30px;
}

.coinbase-app h2 {
	margin: 0;
	font-size: 15px;
}

.coinbase-app h1,
.coinbase-app h2 {
	font-weight: 300;
}

.coinbase-app p {
	font-weight: 300;
	font-size: 12px;

	margin: 0;
}
.coinbase-app .copyright {
	margin-top: 20px;
}

.coinbase-app p.vendor {
	margin: 5px 0 0 0;
	font-size: 10px;
}

.coinbase-app .expose-button:hover {
	-webkit-box-shadow: 0 0 6px #2DAEBF;
	-mox-box-shadow: 0 0 6px #2DAEBF;
	box-shadow: 0 0 6px #2DAEBF;
}

.coinbase-app .expose-button {
	display: inline-block;
	cursor: pointer;
	width: auto;

	margin: 15px 0 4px 0;
	padding: 5px 15px 6px;

	background-color: #2DAEBF;
	color: white !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);

	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);

	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	position: relative;

}


