@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/ruum3_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: 10%;
    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:9;
    right:5%;
    top: 60%;
    opacity: 1;
  }

#auk {
    position: relative;
    top: 55%;
    left: 24%;
    width: 25vw;
    height: 20vw;
    z-index: 2;
}

#auk2 {
    position: relative;
    top: -30vh;
    left:45%;
    width: 20vw;
    height: 45vw;
    z-index: 2;
}

#moveable {
    position: absolute;
    top: 0%;
    right: 0%;
    width: 29vw;
    height: 74vh;
    z-index: 5;
    background-image: url(img/room3_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: 17vw;
    height: 70vh;
    z-index: 5;
    background-image: url(img/room3_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: 2%;
    top:1%;
    width: 70%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(img/ruum3_1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    z-index:1;
}

#box2 {
    position: absolute;
    left:39%;
    top:1%;
    width: 60%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(img/ruum3_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;
}

a {
  text-decoration: none;
  }


@media screen and (max-width:1024px) {


  #auk2 {
    top: 20vh;
  }  


  .note {
    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;
}

}