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

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 40px;
  color: darkgray;
  background-color: white;
  z-index: 10;
}

header img {
  height: 35px;
  margin-top: 2px;
  margin-left: 7px;
  cursor: pointer;
}

header .logo {
  display: none;
  margin-left: 30px;
  color: #685c52;
  font-size: 2.0rem;
  font-weight: normal;
  cursor: pointer;
  line-height: 40px;
}
