#menucontainer {
  height: 61px !important;
}
#democontainer {
  top: 61px !important;
}
#democontainer::selection {
  background-color: transparent
}
#democontainer::-moz-selection {
  background-color: transparent;
}
#democontainer {
  position: relative;
  width: auto !important;
  margin: 0;
  zoom: 100%;
  font-family: Helvetica;
  font-size: 9px;
  letter-spacing: 1px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#everything {
  z-index: 0;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0 auto;
  text-align: center;
}
#artwork {
  width: 150px;
  max-width: 150px;
  margin: 100px;
  user-drag: none;
  pointer-events: none;
  transform: perspective(300px) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  animation: spinhr 10s infinite;
  animation-timing-function: linear;
  overflow: hidden;
}
@keyframes spinhr {
  0% {
    transform: perspective(300px) rotateY(0deg);
  }
  100% {
    transform: perspective(300px) rotateY(-360deg);
  }
}
.linkgroup {
  width: 200px;
  margin: 0 auto 72px auto;
  text-transform: uppercase;
}
.linkheader {
  color: #333333;
}
.link {
  margin: 12px 0 12px 0;
  padding: 12px 0 12px 0;
  border: 1px solid #000000;
  background-color: rgba(204, 204, 204, 0.1);
}
.link:hover {
  background-color: #000000;
}
#democontainer a:link, #democontainer a:active, #democontainer a:visited {
  color: #000000;
  text-decoration: none;
}
#democontainer a:hover {
  color: #ffffff;
  text-decoration: none;
}
#push {
  height: 72px;
}
#bgvidbox {
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
#bgvidbox &::-webkit-scrollbar {
  display: none;
}
