#myCanvas {
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}

/* AR Loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader.hidden {
  display: none;
}

#loader2 {
  position: absolute;
  left: 50%;
  top: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


		#firstPage {
		  display: block;
		  height:100%;
		  width:100%;
		  margin, padding: 0px;
		  cursor: pointer;
		  z-index:3;
		  background-color:white;
		}
		#logo {
		  width:70%;
		  height:50%;
		  margin:15% 10% 15% 20%; 
		  background-size:contain; 
		  background-repeat:no-repeat;"
		  background-color:aqua;
		  position:absolute;
		  top:5%;
		  cursor: pointer;
		  z-index:3;
		}
		img {
		  width: 100%;
		  display:block;
		  position: absolute;
		  bottom:0px;
		  cursor: pointer;
		  z-index:3;
		}
		#loadMessage {
			font-family: Verdana, Arial, Tahoma, Serif; color:#ffffff;
			-webkit-text-stroke-width: 1px;
			-webkit-text-stroke-color: black;
			font-size:2.3em;
			margin-top: 20%;
			text-align:center;
			font-weight:bold;
		}
		#overlay_2{
			display:none;
		}
		#mainButtons{
			display:none;
		}
		#drawButtons{
			display:none;
		}



#topUIContainer {
  pointer-events: auto;
  position: absolute;
  top: 2%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 2;

}

#audioText {
  font-size: 2.5vh;
  font-weight: bold;
  margin: 1% 0% 0% 2%;
  color: #fff;
}

#viewer3d {
  z-index: 150;
  position: absolute;
  background-image: url('img/grid.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vh;
  margin: 0px;
  display: none;
}

#overlay_1 {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 5;
}

#overlay_2 {
  position: absolute;
  display: none;
  width: 350px;
  height: 50px;
  bottom: 10px;
  z-index: 5;
}

#about {
  top: 10px;
  right: 5%;
  position: fixed;
  z-index: 5;
  font-size: 18px;
  cursor: pointer;
  color: #276eff;
  text-decoration: underline;
  font-style: italic;
}

#about:hover {
  text-decoration: underline;
}

#titleLogo {
  display: block;
  max-height: 500px;
  max-width: 300px;
  z-index: 5;
  margin: 0 auto;
  margin-top: 10%;
}

#exploreButton {
  display: none;
  z-index: 5;
  cursor: pointer;
  width: 200px;
  margin: 0 auto;
  margin-top: 10%;
}

#mainButtons {
  position: absolute;
  margin: auto;
  right: 0;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 4;
  text-align: center;



}

#interactivityToggle {
  height: 50px;
  margin-right: 20px;
  z-index: 4;

}

#arToggle {
  height: 60px;
  z-index: 4;
}

#drawToggle {
  height: 50px;
  z-index: 4;
  margin-left: 20px;
}

#closeButton {
  position: fixed;
  top: 5%;
  right: 5%;
  width: 40px;
}

#drawButtons {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 5;
}

#colorPicker {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 3;
  margin-top: -130px;
  margin-left: -55px;
}

#brushSizes {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 3;
  margin-top: -160px;
  
}

#colorButton,
#sizeButton,
#eraseButton,
#saveButton {
  height: 50px;
  margin-left: 20px;
}


/* Button Style */
body {
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  box-sizing: border-box;
}

#pages {
  display: none;
  position: fixed;
  z-index: 2;
  text-align: center;
  bottom: 80px;
  margin: 0 auto;
  width: inherit;
}

.pageRadio {
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 8px 0;
  -webkit-tap-highlight-color: transparent;
}

.pageRadio:hover,
.pageRadio:focus-within {
  background: rgba(159, 159, 159, 0.1);
}

.pageRadio input {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #ffffff;
  box-shadow: inset 0 0 0 1.5px #ffffff;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}

@-webkit-keyframes opac {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opac {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pageRadio input:focus {
  outline: none;
}

.pageRadio input:checked {
  box-shadow: inset 0 0 0 15px #6bbe4a;
}

/* SVG Styles */

.fil1 {
  fill: black
}

.fil0 {
  fill: white
}

#brushSizes>svg {
  width: 200px;
}



.fil8 {
  fill: black
}

.fil10 {
  fill: #1F1F1F
}

.fil6 {
  fill: #29ABE2
}

.fil2 {
  fill: #2E3192
}

.fil3 {
  fill: #39B54A
}

.fil9 {
  fill: #93278F
}

.fil7 {
  fill: #999999
}

.fil5 {
  fill: #FBB03B
}

.fil4 {
  fill: #FCEE21
}

.fil12 {
  fill: red
}

.fil11 {
  fill: white
}