body {
  position: relative;
  background-image: url("background luhem esi.jpg");
 background-color: #cccccc;
   background-size: cover;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    }    
    

a {
    text-decoration: none;
    color: brown;
  }    

.center-aligned {
  text-align: center;
}  

.content {
  top:3vh;
  left: 0vw;
  position: fixed;
  width: 100%;
  height: auto;
  pointer-events: none;
  mix-blend-mode: overlay;
  

}
.content video {
  width: 100%;
  display: block;
  opacity: 40%;
  }

  .content2 {
    top:-100vh;
    position: relative;
    left: 100vw;
    size: cover;
    pointer-events: none;
  
  }
  .content2 video {
    width: 100%;
    display: block;
    mix-blend-mode: overlay;
    opacity: 40%;
    }

.green {
  color: rgb(0, 0, 0);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: xx-large;
  
}

.red {
  color: red;
}

#first-paragraph {
  font-size:64px
}

.list-item {
  color: green;
  font-size: 52
}

.reso {
  height: 100vh;
  margin: 0;
}

#this-is-an-id {
  font-size: "64px";
}

.last-paragraph {
  font-size: 100px;
}

.url {
  font-size: "32px";
  color: black;
  position: relative;
  Left: 1vw;
  bottom: 110vh;
  text-decoration: underline;
}

.model-viewer{
  width: 2000px;
  height: 450px;
  position: relative; 
  right: -15vw;
  top: 32vh;
  margin: 0px;
  outline: none;
  mix-blend-mode: dark light;
  opacity: 80%;

}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(0, 0, 0);
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(0, 0, 0);
  border-radius: 10px;
}

.model-viewerleft-container{
  width: 300px;
  height: 300px;
  position: relative; 
  left: 20vw;
  top: -5vh;
  bottom: 200px;
  margin: 0px !important;
  padding: 0px;
  mix-blend-mode: hard-light;


}



.textbox{
  width: 300px;
  height: 300px;
  position: absolute; 
  left: 12vw;
  bottom: 330px;
  margin: 0px !important;
  padding: 0px;
  display: block;

}

.textbox2{
  width: 300px;
  height: 300px;
  position: absolute; 
  left: 60vw;
  bottom: 280px;
  margin: 0px !important;
  padding: 0px;
  display: block;

}

.textbox3 {
  width: 300px;
  height: 300px;
  position: absolute; 
  left: 113vw;
  bottom: 330px;
  margin: 0px !important;
  padding: 0px;
  display: block;

}

model-viewer{
margin:0px !important;

}

.model-viewerright{
  width: 300px;
  height: 300px;
  position: relative; 
  left: 72vw;
  bottom: 520px;
  margin: 0px;

}

.abox {
height: 50px;
width: 300px;
}

   

li.list-item.green {

}

p + p {


}

.class {
}

:not(:defined) > * {
  display: none;
}



.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

#ar-button {
  background-image: url(ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color:#4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from { transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg); }
  to   { transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg); }
}

@keyframes elongate {
  from { transform: translateX(100px); }
  to   { transform: translateX(-100px); }
}

model-viewer > #ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"] > #ar-prompt {
  display: block;
}

model-viewer > #ar-prompt > img {
  animation: circle 4s linear infinite;
}       
