/*body {
	font-weight: 500;
	min-height: 100vh;
	color: #57585c;
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
canvas#scene{
	z-index: 1;
    opacity: 0.3;
}
canvas#webgl{
	z-index: 1;
    opacity: 1;
}
#sceneWrapper {
	position: relative;
	width: 100%;
}

#sceneWrapper .content {
	position: relative;
	display: grid;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin: 0 auto;
	min-height: 100vh;
}

/* Canvas positions */
#sceneWrapper .content__inner {
	grid-area: 1 / 1 / 1 / 1;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	align-content: center;
	z-index: 1;
}

#sceneWrapper .scene--full {
	position: absolute;
	width: 100%;
	height: 100vh;
}

#sceneWrapper .content__title {
	font-size: 10vw;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin: 0;
	pointer-events: none;
}

#sceneWrapper .content__subtitle {
	font-size: 1.6em;
	background: #1E96A8;
	color: #FFF;
	line-height: 1;
	margin: 0;
	letter-spacing: 0.30em;
	text-indent: 0.30em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.75em;
}

@media screen and (max-width: 55em) {
	#sceneWrapper .content__title {
		font-size: 3.5em;
	}
	#sceneWrapper .content__subtitle {
		font-size: 0.85em;
	}
}

.webgl-wrapper{
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: none;
    opacity: 1;
    transition: .8s ease-in-out;
}
.webgl-titles{
  top: 50%;
  left: 0;
  z-index: 100;
  position: absolute;
  transform: translate(0%,-50%);
  text-align: center;
  margin: 0;
  padding: 0;
  right: 0;
}
.webgl-title{
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
  font-size: 5vw;
  letter-spacing: 1.6vw;
  color: #3d5257;
  color: hsla(192, 18%, 49%, 1);
  color: hsla(192, 40%, 62%, 1)
  text-shadow: 0px 6px 10px #3d5257;
  text-indent: 1.6vw;
  opacity: 1;
  font-weight: 300;
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.webgl-subtitle{
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
  font-size: 1.2vw;
  letter-spacing: 1.2vw;
  text-indent: 1.2vw;
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  padding: 0;
  margin: 0;
  position: relative;
}