header {
  background-color: transparent !important;
}
header.scrolled {
  background: rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
header a {
  color: #26442E;
  padding-bottom: 5px;
  position: relative;
}
header a::before {
  background: #26442E;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
header a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

body {
  color: #333;
}

main h2 {
  color: #fff;
  z-index: 100;
}

.information div h2, .information div p {
  color: #26442E;
}

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