body {
  height: auto;
}

article {
  margin-top: 7vh;
  display: grid;
  grid-template: 47vh 47vh / 1fr 1fr;
}

article > section {
  border: solid thin #7B910A;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

article > section h3 {
  margin: 0;
  width: 100%;
}

section > div {
  margin-top: 7vh;
  background-color: rgba(241, 241, 241, 0.5);
  display: flex;
  flex-direction: column;
  height: 6.5vh;
  width: 49.8%;
  align-content: center;
  align-items: center;
  position: absolute;
}

section div > a {
  display: block;
  margin: 0;
}

section > div > div {
  list-style-type: none;
  display: none;
  position: relative;
  background-color: rgba(241, 241, 241, 0.9);
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  font-size: 0.9em;
}

section > div:hover {
  transition: all 0.6s ease;
}

section > div:hover > div {
  display: block;
}

section > div:hover h3 {
  background-color: #f1f1f1;
}

/* individual sections */
#sports {
  background-image: url("../images/climb-rack.jpg");
  opacity: 0.85;
}

#beer {
  background-image: url("../images/beer-bottles.jpg");
  opacity: 0.9;
}

#dogs {
  background-image: url("../images/roo-taco-cuddle.jpg");
  opacity: 1;
}

#crafts {
  background-image: url("../images/yarn-craft.jpg");
}
