@font-face {
    font-family: 'Helvetica Neue';
    font-family: 'Helvetica Neue', sans-serif;
    font-family: 'Helvetica 25 UltraLight', sans-serif;
    font-family: 'Helvetica 35 Thin', sans-serif;
    font-family: 'Helvetica 45 Light', sans-serif;
    font-family: 'Helvetica 55 Roman', sans-serif;
    font-family: 'Helvetica 65 Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: Helvetica Neue;
   line-height: 0.5;
   font-size: 15px;
   margin: 0;
}

.wrapper {
  margin: 0 auto;
}


h1, h2 {
  font-weight: normal;
}

h1 {
  font-size: 15vh;
  line-height: 1.1;
  font-family: Helvetica Neue;
  margin-bottom: 0;
}

h2 {
  font-size: 19px;
  line-height: 0;
}

h3 {
  font-weight: normal;
  font-size: 3.5vw;
  font-family: Helvetica Neue;
  line-height: 1.5;
  margin: 0;
}




.menuwrap {
    position: fixed;
    background-color: #fcfaf7;
    height: 200px; 
    width: 100%;
    left: 0%;
    top: 0%;
    box-shadow: 0px 8px 10px lightgrey;
    z-index: 5;
}

.menu{
    position: relative;
    background-color: #f4f4f4;
    height: 140px;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    top: 20%;
}

.menuLine {    
    position: relative;
    background-color: #CBC3E3;
    width: 1000px;
    height: 7px;
    margin-left: auto;
    margin-right: auto;
    top: 49%;
    border-radius: 5px;
}

/*table*/
table {
  width: 1000px;
  empty-cells: show;
}

td {
  width: 10%;
  border: 8px;
  text-align: center;
}

/*text labels*/
.row1 {    
    position: relative;
    padding-top:3px;
    padding-bottom:10px;
    margin-left: 8px;
}

.row2 {    
    position: relative;
    padding-top:13px;
    padding-bottom:10px;
    margin-left: 108px;
}

/*dots*/
.dots {
    position: absolute;
    background-color: #CBC3E3;
    height: 8px;
    width: 8px;
    top: 49%;
    border-radius: 50%;
}

.dots1 {
  margin-left: 10px;
}

.dots2 {
   margin-left: 22px;
}

.dots3 {
  margin-left: 34px;
}

.dots4 {
  right: 0%;
   margin-right: 34px;
}

.dots5 {
  right: 0%;
  margin-right: 22px;
}

.dots6 {
  right: 0%;
  margin-right: 10px;
}

/*LED light*/
.rowLight {    
    position: absolute;
    margin-left: 57px;
    top: 40%;
}

.bulbLight{
    width: 20px;
    height: 20px;
    box-shadow: inset 0 1px 4px 3px limegreen;
    background: white;
    border: 3px #bbacdb solid;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
}

.light0, .light1, .light5, .light6, .light7, .light9{
    width: 20px;
    height: 20px;
    box-shadow: inset 0 1px 4px 3.5px #ff85cd;
    background: white;
    border: 3px #bbacdb solid;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    z-index: 6;
}

.hint-light {
   position:fixed;
    height: 200px; 
    width: 10%;
    left: 1%;
    top: 10%;
    margin:0;
    z-index: 5;
    text-align: center;
    line-height: 1;
}

/*background*/
pre {
  margin-top: 1.5em;
  opacity: 0.6;
}

main {
  overflow-x: hidden;
  display: flex;
  z-index: 0;

}



section {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 8.5vw;
  line-height: 1.1;
  font-family: Helvetica Neue;
  margin-bottom: 0;
}

section:nth-child(even) {
  background-color: lightgrey;
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; color: inherit;}

a:hover { text-decoration: none; color: #f04fc4;}

a:active { text-decoration: none; }


/*interior*/

.hint-scroll {
  position:fixed;
    height: 200px; 
    width: 17%;
    right: 22%;
    top: 90%;
    margin:0;
    z-index: 5;
    text-align: center;
    line-height: 1;
}
.interior {
    width: 100%;
    margin:0;
}


.wallLeft{
  position:fixed;
    background-color: #fcfaf7;
    box-shadow: inset -3px 8px 10px grey;
    height: 550px; 
    width: 20%;
    left: 0%;
    bottom: 0%;
    margin:0;
    z-index: 4;
}

.wallRight{
  position:fixed;
    background-color: white;
    box-shadow: inset 3px 4px 10px grey;
    height: 550px; 
    width: 20%;
    right: 0%;
    bottom: 0%;
    margin:0;
    z-index: 4;
}

.doorLeft {
  position:fixed;
    background-color: #fcfaf7;
    height: 550px; 
    width: 20%;
    left: 20%;
    bottom: 0%;
    margin:0;
    z-index: 3;
    display: none;
}




/*.wall {
  
  background-color: #f4f4f4
}*/


/*info*/
.about {
  position: absolute;
  width: 350px;
  top: 10%;
  right: 2%;
  display: none;
}

.horizontal.scrollContainer {
  overflow-y: hidden;
  overflow-x: scroll;
}


.heading:hover ~ .about {
  display: block;
}


