/* =========================
  Native Room Page and Tribal Page Tiles
========================= */
.local-roots-tile-section {
    margin-top: 30px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
}
.local-roots-tile-section::-webkit-scrollbar {
    display: none;
}

.native-room {
  padding: 15px;
  height: 550px;
  position: relative;
  overflow: hidden;
  display: flex;
  place-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #9c3921;
}
.native-room-map {
  position: absolute;
  inset: 0;
  background-image: url(img/native-room-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  z-index: 500;
}

.native-room-content {
  margin: 40px 5px 0px 5px;
  padding: 15px;
  position: relative;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  padding: 2rem;
  background-color: rgba(82,73,86,.8);
}

.native-top {
  margin-top: 30px;
  height: 100px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  background-image: url(img/native-top.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.native-bottom {
  justify-content: center;
  padding: 3rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  background-image: url(img/native-bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.native-room-tile {
 height: 550px;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  line-height: 25px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background-image: url(img/local-roots3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(82,73,86,.8);
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

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

.native-room-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;
}

.native-room-tile:hover .native-room-tile-text {
  opacity: 1;
}

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

.yurok-tribe-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/Yurok.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

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

.yurok-tribe-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;
}

.yurok-tribe-tile:hover .yurok-tribe-tile-text {
  opacity: 1;
}

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

.hoopa-tribe-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/Hoopa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

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

.hoopa-tribe-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;
}

.hoopa-tribe-tile:hover .hoopa-tribe-tile-text {
  opacity: 1;
}

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

.karuk-tribe-tile {
  width: 100%;
  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: #ffffff;
  background-image: url(img/Karuk.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

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

.karuk-tribe-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;
}

.karuk-tribe-tile:hover .karuk-tribe-tile-text {
  opacity: 1;
}

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

.tolowa-tribe-tile {
  width: 100%;
  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: #ffffff;
  background-image: url(img/Tolowa.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

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

.tolowa-tribe-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;
}

.tolowa-tribe-tile:hover .tolowa-tribe-tile-text {
  opacity: 1;
}

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

.tsnungwe-tribe-tile {
  width: 100%;
  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: #ffffff;
  background-image: url(img/image003.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.tsnungwe-tribe-tile img {
  width: 600px;
  padding: 1rem;
  align-self: center;
}

.tsnungwe-tribe-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;
}

.tsnungwe-tribe-tile:hover .tsnungwe-tribe-tile-text {
  opacity: 1;
}

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

.chimariko-tribe-tile {
  width: 100%;
  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(82,73,86,.8);
  background-image: url(img/sally-noble-chimariko_2.svg);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center right;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

.chimariko-tribe-tile img {
  width: 600px;
  padding: 1rem;
  align-self: center;
}

.chimariko-tribe-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;
}

.chimariko-tribe-tile:hover .chimariko-tribe-tile-text {
  opacity: 1;
}

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

.wintu-tribe-tile {
  width: 100%;
  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/wintu.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 18px 60px rgba(0,0,0,0.25);
}

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

.wintu-tribe-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;
}

.wintu-tribe-tile:hover .wintu-tribe-tile-text {
  opacity: 1;
}

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