html,
body {
  margin: 0;
  padding: 0;
}

div.nav-container {
  background-color: #1C2A18;
}
div.nav-container ul.nav {
  display: flex;
  justify-content: space-evenly;
  width: 1140px;
  margin: 0 auto;
}
div.nav-container ul.nav li {
  list-style: none;
}
div.nav-container ul.nav li a {
  display: inline-block;
  padding: 1em;
  color: #357022;
  font-size: 150%;
  text-transform: capitalize;
  text-decoration: none;
}
div.nav-container ul.nav li a:hover {
  color: white;
  opacity: 0.8;
}

div.body {
  min-height: 100vh;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)), url("../images/butterfly-header.jpg");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  vertical-align: middle;
  display: block;
}
div.body div.container {
  font-family: "Open Sans";
  font-size: 200%;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  color: white;
  line-height: 200%;
}
div.body div.container h1 {
  font-family: "Noteworthy";
  font-size: 300%;
}
div.body div.container ul.vlinders {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
  gap: 20px;
}
div.body div.container ul.vlinders li a {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  color: inherit;
  text-decoration: none;
}
div.body div.container ul.vlinders li a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
div.body div.container ul.vlinders li a img {
  display: block;
  max-width: 200px;
  margin: 15px auto;
  box-shadow: 0 0 3px white;
  border-radius: 3px;
}
div.body div.container ul.vlinders li a span {
  display: block;
  text-align: center;
  margin: 5px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
div.body div.vlinderroute {
  position: relative;
}
div.body div.vlinderroute svg {
  position: absolute;
  left: 173px;
}
div.body div.vlinderroute svg .vlinder-tegel {
  fill: #275217;
  stroke: #275217;
  stroke-width: 0.0002;
  rx: 0.001;
  ry: 0.001;
  rx: 0.00073;
  ry: 0.00045;
}
div.body div.vlinderroute svg .vlinder-tegel:hover {
  rx: 0.0015;
  ry: 0.0015;
  rx: 0.001095;
  ry: 0.000675;
  fill: #56BC4A;
}
div.body div.vlinderroute svg .vlinder-tegel.marker {
  display: none;
  fill: orange;
}

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