:root {
  --deep-black: #0a0a0b;
  --subtle-deep-black: #1d1d1e;
  --white: white;
  --dark-gold-31: rgba(168, 126, 82, .31);
  --good-gold: #b68958;
  --text-grey: #848181;
  --gold: #d7b95f;
  --footer-font-size: .75rem;
  --subtle-bright: #3f3f40;
  --black: black;
  --subtle-readable: #2d2d2d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.tm-body {
  background-color: var(--deep-black);
}

.top-section {
  height: 99vh;
  overflow: hidden;
}

.exhibition-container {
  height: 100%;
  max-width: none;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 61.8px;
  padding-bottom: 20px;
  display: flex;
}

.tm-exhibit-logo {
  width: 450px;
  margin-bottom: 1.5rem;
}

.bio-section {
  border-top: 1px solid var(--subtle-deep-black);
  border-bottom: 1px solid var(--subtle-deep-black);
}

.container {
  padding: 61.8px 60px;
}

.bio-wrap {
  width: 100%;
  min-height: 99vh;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.bio-wrap.lite {
  background-color: var(--white);
}

.tm-bio-content {
  width: 45%;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.tm-bio-heading {
  color: var(--dark-gold-31);
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: none;
}

.tm-bio-body {
  flex-flow: column;
  font-size: 1rem;
  display: flex;
}

.tm-bio-p {
  color: var(--text-grey);
  margin-bottom: 1.2rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  line-height: 220%;
}

.exhibit-section {
  height: 99vh;
}

.intro-container {
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 61.8px;
  padding-bottom: 61.8px;
  display: flex;
  position: relative;
}

.rings-img {
  z-index: 1;
  width: 61.8vw;
  position: relative;
}

.tm-portrait-wrap {
  width: 50%;
  border-right: 1px solid var(--subtle-deep-black);
}

.tm-ptrt-stretch {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
}

.tm-ptrt-mask {
  width: 100%;
  height: 100%;
  background-image: url('../images/TiffMasseyPortrait-Long.jpg');
  background-position: 100%;
  background-size: cover;
  overflow: hidden;
}

.tm-bio-content-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
}

.tm-personal-logo {
  width: 85px;
  margin-top: .5rem;
}

.tm-link {
  color: var(--gold);
  font-family: Inter, sans-serif;
}

.tm-link.bottom {
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.tm-link.footer {
  font-size: var(--footer-font-size);
}

.tm-link.footer.dim {
  color: var(--subtle-bright);
  font-size: .62rem;
}

.bio-emph {
  color: var(--white);
  font-weight: 700;
}

.bio-emph.lite {
  color: var(--black);
}

.bottom-content {
  width: 100%;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.pr-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.pr-content.bottom-credit {
  justify-content: flex-end;
  margin-top: 2rem;
  padding-right: 2rem;
  display: flex;
}

.footer-text {
  color: var(--text-grey);
  font-family: Inter, sans-serif;
  font-size: var(--footer-font-size);
}

.footer-text.dim {
  color: var(--subtle-readable);
  font-size: .62rem;
}

.exhibit-heading {
  color: var(--dark-gold-31);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.scroll-text {
  z-index: 4;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  position: absolute;
  top: 87.5%;
}

@media screen and (max-width: 991px) {
  .tm-ptrt-mask {
    background-position: 90%;
  }
}

@media screen and (max-width: 767px) {
  .tm-exhibit-logo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bio-wrap {
    flex-flow: column;
  }

  .tm-bio-content {
    width: 100%;
  }

  .tm-bio-heading {
    z-index: 999;
    color: var(--good-gold);
    position: absolute;
    top: -100px;
  }

  .rings-img {
    width: 80vw;
  }

  .tm-portrait-wrap {
    width: 100%;
    height: 500px;
    border-bottom: 1px solid var(--subtle-deep-black);
    border-right-style: none;
    border-right-width: 0;
  }

  .tm-ptrt-mask {
    background-image: url('../images/Tiff-Massey-Portrait.jpg');
    background-position: 50% 33%;
    background-size: cover;
  }

  .tm-bio-content-wrap {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .tm-personal-logo {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text.dim {
    font-family: Inter, sans-serif;
  }

  .scroll-text {
    color: #222;
    font-size: .61rem;
    top: 75%;
  }
}

@media screen and (max-width: 479px) {
  .pr-content.top-pr {
    flex-flow: column;
    align-items: center;
  }

  .footer-text.bar-separator-txt {
    display: none;
  }
}


