#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: background-color 0.3s ease;
}
#header .wrapper .logo {
  width: 250px;
  font-size: 1rem;
}

/*# sourceMappingURL=header.css.map */
