body {
  background-color: #333f47
}
chemx-nav {
  position: absolute;
  right:0px;
  background-color: #ccc;
  padding: 5px;
  border-radius: 5px;
  margin: 3px;
}

chemx-nav ul {
  padding: 0px;
}

chemx-nav li {
  padding: 3px;
  margin-top: 3px;
}

chemx-nav a {
  color: #000;
  text-decoration: none;
}


.neon {
font-size: 60px;
font-family: 'Futura';
color: #fff;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
text-align: center;
position: absolute;
width: 100%;
margin-top: 40px;
}

.neon-title {
font-size: 12px;
}

.neon-audio-button {
  font-size: 60px;
  font-family: 'Futura';
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
  position: absolute;
  margin-top: 40px;
  margin-left: 40px;
  cursor: pointer;
  z-index: 3;
}
.neon-audio-button .hide {
  display:none;
}

.neon-nav {
  font-family: 'Futura';
  color: #fff;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
  position: absolute;
  margin-top: 40px;
  margin-right: 40px;
  cursor: pointer;
  z-index: 3;
}

.neon-nav li {
  font-size: 12px;
}

.neon-nav i {
  font-size: 60px;
}

.controls {
padding: 5px;
font-size: 60px;
font-family: 'Futura';
color: #fff;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff0080, 0 0 30px #ff0080, 0 0 40px #ff0080, 0 0 55px #ff0080, 0 0 75px #ff0080;
}

@media screen and (max-width: 600px) {
  .neon-audio-button {
    float:left;
    position: relative;
    margin-top: 0;
    margin-left: 20px;
  }
  .neon {
    margin-top: 70px;
  }

}
