/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* Wiresphere */
@media (min-width: 768px) {
	header.stage {
		background-size: cover;
		/* background:no-repeat left top, linear-gradient(135deg, #00dcfa 0%, #072fc5 42%) !important; */
		opacity: 1 !important;
	}
}


/* @keyframes preloader {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

@-webkit-keyframes preloader {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0)
	}

	100% {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg)
	}
}

.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: #020F7E
}

.preloader>svg {
	-webkit-animation: preloader 5s linear infinite;
	animation: preloader 5s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px
}

.preloader g {
	stroke: #FFF;
	fill: none
} */

.stage {
	width: 100%;
	height: 100vh;
	position: relative;
}

.stage>.backgroundStack {
	width: 100%;
	height: 100%
}

.stage>.backgroundStack>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.stage>.backgroundStack>.backgroundStack-solidColor {
	background: linear-gradient(135deg, #00dcfa 0%, #072fc5 42%) !important;
	background-size: 100% 100% !important;
	background-position: bottom !important;
	background-repeat: no-repeat;
}

.stage>.backgroundStack>.backgroundStack-3d {
	-webkit-transition: .4s all ease-in-out;
	transition: .4s all ease-in-out
}

@media screen and (min-width:769px) {
	.stage>.backgroundStack.contentOn>.backgroundStack-3d {
		left: -25%
	}
}

@media screen and (max-width:768px) {
	.stage>.backgroundStack.contentOn>.backgroundStack-3d {
		top: -25%
	}
}

.stage>.backgroundStack.contentOn>.backgroundStack-3d {
	opacity: .3
}

/*Custom Css*/
.stage canvas {
	left: 20%;
	position: relative;
}