html,
body {
  margin: 0;
  padding: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  background-color: #000;
  /* background-image: linear-gradient(315deg, #191919 0%, #000000 74%); */
  color: #fff;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
main {
  position: relative;
}
.header {
  background-color: #000;
  text-align: center;
}
.header__container {
  max-width: 75rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: block;
}
.header__container--main {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}
.header__img {
  flex: 0 0 31.7%;
}
.header__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 25% 50%;
}
.header__content {
  flex: 1 1 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.header__icon {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-bottom: 1rem;
}
.header__heading {
  font-weight: 300;
  font-size: 3.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.35ch;
  margin-top: 0;
}
.header__subheading {
  display: block;
  font-size: 0.43em;
  letter-spacing: 8px;
}
.header__description {
  margin-top: 0;
  font-size: 1.125rem;
  letter-spacing: 0.125ch;
  line-height: 1.4;
}
.header__description--primary {
  color: #559b50;
}
.main-nav {
  background-color: #1a1a1a;
  border-top: 1px solid #4e4e4e;
  border-bottom: 1px solid #4e4e4e;
  margin-top: 2rem;
  padding: 1.75rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.main-nav__buttons {
  list-style: none;
  margin: calc(1rem * -1);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.main-nav__item {
  flex-grow: 1;
  flex-basis: calc(calc(17.375rem - 100%) * 999);
  margin: 1rem;
}
.main-nav__button {
  padding: 0.25rem;
  border-radius: 10px;
  color: #fff;
  border: 1px solid #000;
  background-color: #559b50;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-decoration: none;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  transition: background-color 0.75s ease-in-out;
  pointer-events: all;
}
.main-nav__button:hover,
.main-nav__button--active {
  background-color: #4e4e4e;
}
.main-nav__button--active {
  cursor: default;
  /* pointer-events: none; */
}
.main-nav__button--disabled {
  pointer-events: none;
  background-color: transparent;
  border: none;
}
main {
  padding: 10px;
  position: relative;
}
.memory-wall {
  width: 99vw;
  padding: 10px;
}
.memory-wall--video,
.memory-wall--text {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform, opacity 0.5s ease-in-out;
}
.memory-wall--text {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-auto-rows: 50px;
}
.memory-wall--video {
  width: 100vw;
}
.memory-wall__container {
  max-width: 75rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.memory-wall--active {
  transform: translateX(0);
  opacity: 1;
}
.memory-wall--hidden {
  transform: translateX(-100vw);
  opacity: 0;
}
.memory-wall__memory {
  background-color: #1a1a1a;
  border-radius: 5px;
  border: 1px solid #4e4e4e;
  /*  padding: 10px; */
}

.memory__content {
  /* display: flex;
  flex-direction: column;
  justify-content: stretch; */
}
.memory__heading {
  display: none;
  background-color: rgba(0, 0, 0, 0.15);
  color: #666;
  margin-top: 0;
  font-weight: 300;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 15px;
  flex-basis: 0 0;
}
.memory__description {
  font-size: 0.875rem;
  flex-basis: 0 0;
  margin-top: 1rem;
}
.memory__description p {
  padding: 0 15px;
  font-weight: 400;
  margin: 0 0 1.25em;
}
.memory__cite {
  padding: 15px;
  font-size: 0.825rem;
  text-align: right;
  font-style: italic;
  font-weight: 300;
  flex-grow: 1;
  margin: 0;
}
.memory__cite strong {
  font-weight: 700;
}
.memory__photo--main {
  display: block;
  width: 100%;
  /* height: auto; */
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.memory__photo--armina {
  object-position: center 37%;
}
.memory__photo--christina {
  object-position: center 10%;
}
.memory__photo--crissie {
  object-position: center 5%;
}
.memory__photo--joanna {
  object-position: center 29%;
}
.memory__photo--jose {
  object-position: center 10%;
}
.memory__photo--darlene {
  object-position: center 35%;
}
.memory__photo--chanel {
  object-position: center 5%;
}
.memory__photo--maryjane {
  object-position: center 24%;
}
.memory__photo--tina {
  object-position: center 25%;
}
.memory__photo--tracey {
  object-position: center 6%;
}
.memory__photo--liz {
  object-position: center 30%;
}
.memory__photo--erin {
  object-position: center 40%;
}
.memory__photos {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 10px;
  /* background-color: rgba(0, 0, 0, 0.35); */
}
.memory__photo {
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  overflow: hidden;
  padding-top: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  height: 0;
  cursor: pointer;
  transition: border-color 0.35s ease-in-out;
}

.memory__photo > img {
  position: absolute;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: grayscale(75%);
  transition: filter 0.35s ease-in-out;
}
.memory__photo:hover {
  border-color: rgba(255, 255, 255, 0.75);
}
.memory__photo:hover > img {
  filter: grayscale(0%);
}
.video--square {
  width: 64%;
  max-width: 768px;
  margin: 0 auto;
}
.video--portrait {
  width: 40%;
  max-width: 480px;
  margin: 0 auto;
}
.video__player {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  border: 1px solid #4e4e4e;
  overflow: hidden;
}
.video__player--square {
  padding-top: 100%;
  max-width: 768px;
}
.video__player--portrait {
  padding-top: 178%;
}
.video__player > video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}
.video__title {
  text-align: right;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.video__title strong {
  font-weight: 700;
}
.video-thumbnails {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-top: 5rem;
}
.video-thumbnails__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.video-thumbnails__img {
  display: inline-block;
  width: 100%;
  height: auto;
  opacity: 0.5;
  transition: opacity, border-color 0.5s ease-in-out;
  border: 2px solid rgba(255, 255, 255, 0);
}
.video-thumbnails__link:hover .video-thumbnails__img {
  border-color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}
.video-thumbnails__title {
  text-align: center;
}
.video-thumbnails__title strong {
  font-weight: 700;
  display: block;
}
.tingle-modal-box {
  border: 1px solid #4e4e4e;
  background-color: rgba(27, 27, 27, 0.56);
}
.tingle-modal-box__img {
  /* transform: translateX(50%); */
  margin: 0 auto;
  display: block;
  border: 1px solid #4e4e4e;
  max-width: 100%;
  max-height: 80vh;
}
.memory-wall__container--flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.celebration__container {
  margin-left: 2rem;
  padding-left: 1rem;
  border-left: 2px solid #4e4e4e;
}
.celebration__details {
  /* display: flex; */
  flex-grow: 2;
  flex-basis: 89%;
  padding-right: 2rem;
}
.celebration__heading {
  line-height: 1.2;
  font-weight: 300;
  font-size: 2rem;
  /* text-align: center; */
}
.celebration__heading > small {
  font-size: 0.9em;
}
.celebration__subheading {
  margin-bottom: 0;
  margin-top: 1.5em;
  font-size: 1.5rem;
}
.celebration__details a {
  color: #fcfcfc;
}
.celebration__button {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 2rem;
  text-decoration: none;
  background-color: #608c7d42;
  border-radius: 5px;
  line-height: 1.2;
  transition: all 0.5s ease-in;
}
.celebration__button:hover {
  background-color: #4e4e4e;
}
.celebration__image img {
  max-width: 100%;
  height: auto;
}
.loading-progress {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #fff;
  z-index: 9999;
  position: absolute;
  top: 0;
}
.loading-progress__text {
  font-size: 2.5rem;
  font-weight: 200;
}
.load-progress__circles {
  margin-top: 1.35rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
}
.loading-progress__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 1px 1px #ffffff1a;
}
.loading-progress__circle + .loading-progress__circle {
  margin-left: 1rem;
}
.loading-progress__circle--pulse {
  animation: pulse-animation 2s infinite;
}
.loading-progress__circle--pulse:nth-of-type(2) {
  animation-delay: 0.125s;
}
.loading-progress__circle--pulse:nth-of-type(3) {
  animation-delay: 0.25s;
}
.loading-progress__circle--pulse:nth-of-type(4) {
  animation-delay: 0.5s;
}
@keyframes pulse-animation {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.25);
  }
  100% {
    transform: scale(0.5);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
}
@media (max-width: 699px) {
  .memory-wall__container--flex {
    flex-direction: column;
  }
  .header__container--main {
    flex-direction: column;
  }
  .header__heading {
    font-size: 2.75rem;
  }
  .header__img {
    order: 2;
  }
}
