@font-face {
  font-family: SpecialElite-Regular;
  src: url(SpecialElite-Regular.ttf);
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
  background-color: black;
  overflow: hidden;
}

#background {
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  background-image: url(img/ruum4_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: 50vh;
  width: 50vh;
  background-image: url(img/text-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  z-index: 9;
  left: 10%;
  top: 15%;
  opacity: 1;
  overflow: scroll;
}

.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;
}

#auk {
  position: relative;
  top: 30vh;
  left: 47%;
  width: 25vw;
  height: 25vw;
  z-index: 2;
}

#moveable {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 19vw;
  height: 69vh;
  z-index: 5;
  background-image: url(img/room4_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;
}

#box {
  overflow: auto;
  position: absolute;
  top: 1%;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(img/ruum4_1.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
  z-index: 1;
}

.text2 {
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 10;
}

a {
  text-decoration: none;
  }


@media screen and (max-width:1024px) {


  #auk {
    top: 40vh;
  }

  .note {
    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;
  }

}