#navigation {
  position: fixed;
  top: 0;
  width: 100%;
  color: white;
  height: 0%;
  text-align: center;
  padding-top: 0px;
  /* Adds shadow to the bottom of the bar */
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  -moz-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 8px 0px #000000;
  /* Adds the transparent background */
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

/* This just adds some style to the placeholder text */