.bigfoot-collection {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    background-image: url(img/Guttilla.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: left;
}

.mystery-hero {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  min-height: 450px;
  background-image: url(img/gutilla-2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000000;
  background-position: center center;
}

.mystery-hero-text {
  position: absolute;
  inset: 0; /* fills entire hero */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2rem;
  text-align: center;
  color: #ffffff;
}

.mystery-tile-section {
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  padding: 15px;
  gap: 15px;
}

.mystery-tile-section::-webkit-scrollbar {
  display: none;
}

/* =========================
   TILES ON mystery.html PAGE
========================= */

.gutilla-tile {
  height: 550px;
  color: #000000;
  text-align: center;
  justify-content: center;
  line-height: 30px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: #000000;
  background-image: url(img/Guttilla.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.gutilla-tile img {
  width: 300px;
  padding: 1rem;
  align-self: center;
}

.gutilla-tile-text {
  color: #ffffff;
  position: absolute;
  inset: 0; /* fills entire tile */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2rem;
  text-align: center;

  background-color: rgba(82,73,86,.8);

  opacity: 0;
  transition: opacity 300ms ease;
}

.gutilla-tile:hover .gutilla-tile-text {
  opacity: 1;
}

.gutilla-tile:hover {
  transform: scale(1.02);
}

.patterson-gimlin-tile {
  height: 550px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  line-height: 30px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-image: url(img/patty.webp); 
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
  transition: transform 300ms ease;
}

.patterson-gimlin-heading {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 600;
  margin-top: 400px;
}



.patterson-gimlin-text {
  position: absolute;
  inset: 0; /* fills entire tile */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2rem;
  text-align: center;

  background-color: rgba(82,73,86,.8);

  opacity: 0;
  transition: opacity 300ms ease;
}

.patterson-gimlin-text h2 {
  padding: 5px;
}

.patterson-gimlin-tile:hover .patterson-gimlin-text {
  opacity: 1;
}
.patterson-gimlin-tile:hover {
  transform: scale(1.02);
}

.titmus-tile {
  height: 550px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  line-height: 30px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0,0,0,.8);
  background-image: url(img/bf-cast.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.titmus-tile-text {
  position: absolute;
  inset: 0; /* fills entire tile */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2rem;
  text-align: center;

  background-color: rgba(82,73,86,.8);

  opacity: 0;
  transition: opacity 300ms ease;
}

.titmus-tile:hover .titmus-tile-text {
  opacity: 1;
}

.titmus-tile:hover {
  transform: scale(1.02);
}

.titmus-tile img {
  width: 350px;
  height: auto;
  padding: 1rem;
  align-self: center;
}

.eric-nelson-documentary-tile {
  height: 550px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  line-height: 30px;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: #000000;
  background-image: url(img/Rene\ with\ Statue.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.eric-nelson-documentary-text {
  position: absolute;
  inset: 0; /* fills entire tile */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2rem;
  text-align: center;

  background-color: rgba(82,73,86,.8);

  opacity: 0;
  transition: opacity 300ms ease;
}

.eric-nelson-documentary-tile:hover .eric-nelson-documentary-text {
  opacity: 1;
}

.eric-nelson-documentary-tile:hover {
  transform: scale(1.02);
}

.cliffbarackman-tile {
  height: 550px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  padding: 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-image: url(img/barackman-tile-bg.jpg);
  background-color: #000000;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;

  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.cliffbarackman-tile img {
  width: 300px;
  padding: 1rem;
  align-self: center;
}

.cliffbarackman-tile-text {
  position: absolute;
  inset: 0; /* fills entire tile */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 2rem;
  text-align: center;

  background-color: rgba(82,73,86,.8);

  opacity: 0;
  transition: opacity 300ms ease;
}

.cliffbarackman-tile:hover .cliffbarackman-tile-text {
  opacity: 1;
}

.cliffbarackman-tile:hover {
  transform: scale(1.02);
}
