
/*
███████  ██████  ███    ██
██      ██    ██ ████   ██
█████   ██    ██ ██ ██  ██
██      ██    ██ ██  ██ ██
██       ██████  ██   ████
*/



@font-face { font-family: "alumni";
  src: url("../fon/alumni.ttf");
  font-weight: 400;
}











body {
  background-color:#000;
  font-family: "alumni";
}


h1 {
  color:#777;
  text-align: center;
  font-size: 8em;
  font-weight: 100;
  margin-top:10px;
}
h2 {
  color:#333;
  text-align: center;
  font-size: 3em;
  position:absolute;
  top:.7em;
  left:12%;
}
.ordr {
  color:#222;
  font-size:80%;
  margin : 15px;
}


.svg {
  width: 200px;
  height: 200px;
  overflow: visible;
}

#fouronof {
  position:absolute;
  top:550px;
  right:300px;
  width:100px;
  display:flex;
  flex-direction:column;
}
.onof {
  width:55px;
  height:55px;
  z-index:444;
  margin-bottom: 0px;
  border-radius: 55px;
  opacity:.2;
  cursor: pointer;
  border:5px solid #000;
}
.onof:hover{
  border:5px solid #fff;
}
.onof.active {
  opacity:1;
}

.c3 {background-color:#FC3}
.c2 {background-color:#37F}
.c1 {background-color:#F3C}
.c0 {background-color:#3F6}

#contain{
  position:absolute;
  top:120px;
  width:100%;
}


#containJs{
  display: flex;
  justify-content: center;
  position:relative;
  z-index:222
}

#showRoom{
  display:flex;
  flex-wrap:wrap;
  flex-direction: column;
  margin-top:85px;
}

#containBg{
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}

#audio-init-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
}

#audio-init-overlay .popup {
    background: #111;
    padding: 40px 80px;
    border: 1px solid #333;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(63, 255, 96, 0.1);
}

#audio-init-overlay p {
    color: #aaa;
    font-size: 3em;
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 2px;
}
