/* -----------
   H E A D E R
   -----------*/

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

header img {
  height: 15px;
  margin-top: 12px;
  margin-left: 7px;
  cursor: pointer;
}

header img.logo {
  display: none;
}
