@font-face {
  font-family: SpecialElite-Regular;
  src: url(SpecialElite-Regular.ttf);
}

div {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

body {
  background-color: black;
  overflow: hidden;
}

#background {
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  background-image: url(img/ruum1_0.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

button {
  border: none;
  height: 75px;
  width: 75px;
  position: fixed;
  z-index: 12;
  opacity: 1;
}

.play {
  background-color: rgba(255, 255, 255, 0);
  background-image: url(img/sound.png);
  background-size: cover;
}

.pause {
  background-color: rgba(255, 21, 21, 0);
  background-image: url(img/pause.png);
  background-size: cover;
}

button:active {
  opacity: 0.6;
}

.note {
  height: 40vh;
  width: 40vh;
  background-image: url(img/text-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 9;
  left: 2%;
  top: 30%;
  opacity: 1;
}

.text {
  height: 23vh;
  width: 23vh;
  position: absolute;
  right: 8vh;
  top: 8vh;
  overflow: scroll;
}

h1 {
  padding: 0%;
  font-size: 2vh;
  color: rgb(216, 209, 203);
  text-shadow: 2px 2px 4px #000000;
  font-family: SpecialElite-Regular;
  line-height: 3vh;
  text-decoration: none;
}

.notetwo {
  height: 40vh;
  width: 40vh;
  background-image: url(img/text-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 20;
  right:1%;
  top: 10%;
  opacity: 1;
}

#auk {
  position: relative;
  top: 10vh;
  left: 28%;
  width: 20vw;
  height: 40vw;
  z-index: 2;
}

#auk2 {
  position: relative;
  top: -35vh;
  left: 60%;
  width: 30vw;
  height: 35vw;
  z-index: 2;
}

#moveable {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 21vw;
  height: 71vh;
  z-index: 5;
  background-image: url(img/room1_move1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  filter: invert();
  touch-action: none;
  pointer-events: auto;
}

#moveable2 {
  position: absolute;
  top: 30%;
  left: 0%;
  width: 22vw;
  height: 72vh;
  z-index: 5;
  background-image: url(img/room1_move2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  filter: invert();
  touch-action: none;
  pointer-events: auto;
}

#box {
  position: absolute;
  left: 0%;
  top:1%;
  width: 65.5%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(img/ruum1_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 1;
}

#box2 {
  position: absolute;
right:0%;
  top:-2%;
  width: 50%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(img/ruum1_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 1;
}

.text1 {
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 10;
}

.text2 {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 10;
}

a {
  text-decoration: none;
  }

@media screen and (max-width:1024px) {


  #auk {
    top: 30vh;
    left: 28%;
  }
  
  #auk2 {
    top: 20vh;
    left: 60%;
  }  


  .note {
    top:65%;
    height: 30vh;
    width: 30vh;
  }

  .notetwo {
    height: 30vh;
    width: 30vh;
  }


.text {
  height: 17vh;
  width: 17vh;
  position: absolute;
  right:5vh;
  top:6vh;
  overflow: scroll;
}

h1 {
  padding:0%;
  font-size: 1.5vh;
  line-height: 2.5vh;
}

#moveable {
  width: 22vw;
  height: 72vh;
}

#moveable2 {
  width: 25vw;
  height: 75vh;
}

}