header .logo-wrap span,
header nav ul li a {
  color: #3e5e2d;
}

body li:not(.nav-item)::before {
  content: "";
  width: 0px;
  height: 0px;
  background: none;
}

header {
  z-index: 2;
}

section.year-one {
  max-width: 75rem;
  margin: auto;
  padding: 15rem 0;
  overflow: visible;
  text-align: center;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 500px) {
  section.year-one h2 {
    font-size: 10vw;
  }
}
section.year-one img {
  margin: 4px;
  box-shadow: 0px 8px 32px 0 rgba(7, 7, 7, 0.3);
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 250px;
  height: 250px;
  transform: scale(1);
  transition: transform 120ms ease;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 538px) {
  section.year-one img {
    width: 80%;
    height: auto;
  }
}
section.year-one img:hover {
  text-decoration: none;
  z-index: 100;
}
@media only screen and (min-width: 538px) {
  section.year-one img:hover {
    transform: scale(1.3);
  }
}/*# sourceMappingURL=galerie3.css.map */