canvas#scene{
	z-index: 1;
    opacity: 0.3;
}
canvas#webgl{
	z-index: 1;
  opacity: 1;
  top: 0;
  position: absolute;
  bottom: 0;
  height: auto !important;
}
#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;
}

.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: 3.6vw;
  letter-spacing: 0.6vw;
  color: #3d5257;
  color: hsla(192, 18%, 49%, 1);
  color: hsla(192, 40%, 62%, 1) text-shadow: 0px 6px 10px #3d5257;
  text-indent: 1vw;
  opacity: 1;
  font-weight: 400;
  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.6vw;
  letter-spacing: 1vw;
  text-indent: 1vw;
  position: relative;
  top: 0;
  left: auto;
  transform: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.webgl-slogan{
  text-align: center;
  font-size: 1.2vw;  
  margin-top: 20px;
  /*background: linear-gradient(to right, #2AB287 0%, #1175B6 100%);
  -webkit-background-clip: text;
  color: transparent;*/
  color: white;
  font-weight: 300;
  /*font-weight: bold;*/
  /*font-style: italic;*/
}
/* for mobile*/
@media (max-width: 768px) {
  .webgl-title{
    font-size: 5.5vw;
    font-weight: bold;
  }
  .webgl-subtitle{
    font-size: 2.6vw;
    font-weight: bold;
  }  
  .webgl-slogan{
    /*width: 80%;*/
    margin: 5px auto;
    font-size: 2.6vw;  
    line-height: 4.2vw;
  }
}
