
body{
  display: block;
  justify-content: center;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */

  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('images/darkWall.jpg');
  height: auto;
  zoom: 80%;
}

#logo{
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.title{
  width: 100%;
}

.leather-box{
  width: 1200px;
  height: 650px;
  margin: 30px auto;
  position: relative;
  border: 4px solid rgb(175, 0, 0);

  background: linear-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 45%, rgba(0,0,0,0.7) 61%, rgba(0,0,0,0.8) 100%), url("images/leather.jpg");
  background-position:center top;
  background-size: contain;
  border-radius: 15px;
  box-shadow: 0px 0px 300px 5px rgba(175, 0, 0, 0.842) , 0px 0px 85px 5px rgba(175, 0, 0, 0.5), 0px 0px 10px 2px rgba(175, 0, 0, 0.9), 0px 0px 50px 2px rgba(255, 163, 163, 0.479);
}

.synth-container{
  width: 1126px;
  height: 600px;
  margin: 30px auto;
  position: relative;
}

#synth{
  margin-left: 30px auto;
  margin-right: 30px auto;
  position: relative;
  max-width: 1200px;
  border: 3px solid rgba(0,0,0,0.9);
  height: 391px;
  border-radius: 2px;
}

#keyboard{
  margin-left: 30px auto;
  margin-right: 30px auto;
  position: relative;
  max-width: 1200px;
  display: block;
}


#spicerSection{
  bottom : 0%;
  width : 100%;
  height: 5%;
  z-index: 1;
  display: block;
  position: fixed;
  background-color: rgba(208, 200, 200,0.037);
  color: rgb(192,0,0);
  font-family: "neon";
  letter-spacing: 4px;
}
.withShadow{
  border-top: 2px solid rgba(20, 20, 20, 0.8);
  box-shadow: -3px 0px 20px 0px rgba(20, 20, 20, 0.8);
}

#spicerContent-large{
  display: none;
  height: 100%;
}

#spicerContent-small{
  display: block;
}

#spiceRange{
  position: relative;
  margin: 0px 25%;
  width: 50%;
}


h1{
    padding-top: 20px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    font-size: 8vw;
}



.onAirBtn{
  transition: 0.3s;
  top: 24px;
  right: 24px;
  padding: 15px 32px;
  width: 75px;
  display: inline-block;
  position: absolute;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: rgba(255, 72, 72,0.4);
  border-radius: 4px;
  border: 2px solid rgba(150, 30, 30,1);
  /*background-color: rgba(68, 5, 8, 0.849);*/
  box-shadow: 0px 0px 10px 2px rgba(255, 72, 72,0.4);
  font-family: "neon";

}

.glass2 {
      background: linear-gradient(
      30deg,
      rgba(255,112,77,0.5) 0%,
      rgba(255,112,77,0.3) 20%,
      rgba(255,112,77,0.01) 50%,
      rgba(198,0,0,0.0) 50%,
      rgba(198,0,0,0.0) 100%
    ); /* W3C */
    background-color: rgba(68, 5, 8, 0.849);
    border-color: rgba(198, 83, 83, 0.4);
    border-image: none;
    border-style: inset;
    box-shadow:
      0 1px 0 0 rgba(255, 255, 255, 0.4) inset,
      0 2px 6px rgba(0, 0, 0, 0.5),
      0 -4px 8px -1px rgba(255, 255, 255, 0.4) inset;

}

.glass2:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 2%;
  width: 96%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.75) 15%,
    rgba(0,0,0,0.9) 50%,
    rgba(0,0,0,0.75) 85%,
    rgba(0,0,0,0) 100%
  );
  z-index: 1;
}

.glass2:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 2%;
  width: 96%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.5) 5%,
    rgba(0,0,0,0.9) 50%,
    rgba(0,0,0,0.5) 95%,
    rgba(0,0,0,0) 100%
  );
  z-index: 1;
}


.onAir {
  /*background-color: rgba(68, 5, 8, 0.849);
  color: rgba(255, 154, 154, 0.945);
  border: 2px solid rgb(192, 0, 0);
  box-shadow: 0px 0px 100px 5px rgba(175, 0, 0, 0.842) , 0px 0px 20px 2px rgba(255, 163, 163, 0.479);
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  font-family: "neon";*/
  font-weight: bold;
  transition: 0.3s;
  background: #C00000;
  color: #ffffff;
  box-shadow: 0 0 5px #C00000,
              0 0 25px #C00000,
              0 0 50px #C00000,
              0 0 200px #C00000;
}


@font-face {
  font-family: "neon";
  src: url("fonts/Beon.otf")
}

@-webkit-keyframes glow {

  from {
    text-shadow: 0 0 10px rgb(243, 95, 95), 0 0 15px #e6495e, 0 0 20px #e6495e, 0 0 25px #e6495e, 0 0 30px #e6495e, 0 0 35px #e6495e, 0 0 40px #e6495e;
  }

  to {
    text-shadow: 0 0 5px rgb(238, 137, 137), 0 0 10px rgb(236, 100, 100), 0 0 15px #e6001f, 0 0 20px #e6001f, 0 0 25px #e6001f, 0 0 30px #e6001f, 0 0 35px #e6001f;
  }
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}
