
@font-face {
  font-family: NowAlt-Regular;
  src: url("../fonts/NowAlt-Regular.otf"); }

@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway-VariableFont_wght.ttf"); 
}

html, body {
	font-family: Raleway;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#renderCanvas {
	width: 100%;
	height: 100%;
	touch-action: none;
	z-index: 1;
}

#fallback {
  visibility: hidden;  
}

.invisible, .hidden {
  visibility: hidden; 
}

.visible {
  visibility: visible; 
} 
  
#sceneContainer {
	display: block;
	width: 100%;
	height: 100%;
}

#fps {
	position: absolute;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	color: rgb(255, 255, 255);
	top: 5px;
	right: 5px;
	width: 60px;
	height: 20px;
}
			
#intro-video {
  display: none;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

#button {
  display: none;
  margin: 20px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-family: "Raleway"; 
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 100;
  color: white;
  cursor: pointer;
  border-bottom: 1px solid #FFF;
  text-decoration: none; }

#splash {
	position: relative;
	top: 0;
	margin:auto;
	background-image: url('../img/SplashScreen2.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 9;
  }

#SAP-title {
  text-align: center;
  width: 60%;
  position: relative;
  top: 100px;
  margin: auto;
  z-index: 9;
  font-family: "Raleway";
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  padding: 5px;
  /* border: 1px solid #FFF; */
  text-decoration: none;
  }

#SAP-subtitle {
  width: 75%;
  text-align: center;
  position: relative;
  top: 150px;
  margin: auto;
  z-index: 9;
  font-family: "Raleway";
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding: 5px;
  /* border: 1px solid #FFF; */
  text-decoration: none;
  }

.splash-button {
  position: absolute;
  z-index: 9;
  font-family: "Raleway"; 
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 100;
  color: white;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #FFF;
  text-decoration: none; 	
}

#music-player {
  autoplay: false;
}

#enter-experience {
  width: fit-content;
  top: 400px;
  margin: auto;
  position: relative;
  z-index: 9;
  font-family: "Raleway";
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 100;
  color: white;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #FFF;
  text-decoration: none;
}

#enter-website {
  bottom: 100px;
  left: 450px;
}
  
