@import url("/fonts_2024/typefaces.css");
:root {
  --textcolor: color(display-p3 1 0.822 0);
  --sans: "Franklin Gothic", Helvetica, Arial, sans;
}

body,
html {
  background: white;
  margin: 0;
  font-family: var(--sans);
}

h1 {
  bottom: 0;
  font-size: 25vw;
}
h1 span {
  display: none;
}
@media (min-width: 1024px) {
  h1 {
    bottom: 10px;
    margin-bottom: 0;
    font-size: 25vh;
  }
}

h2 {
  top: 0;
  font-size: 25vw;
}
@media (min-width: 1024px) {
  h2 {
    top: 10px;
    margin-top: 0;
    font-size: 25vh;
  }
}

h3 {
  font-size: 5vh;
  bottom: calc(50% - 5vh);
  z-index: 100;
}

h1,
h2,
h3 {
  line-height: 1;
  font-weight: 700;
  text-align: center;
  position: fixed;
  width: 100%;
  color: gold;
  color: var(--textcolor);
  margin: 0;
  opacity: 0.8;
  z-index: 100;
  animation: fadeIn 4s ease-out;
  -webkit-animation: fadeIn 4s ease-out;
  -moz-animation: fadeIn 4s ease-out;
  -o-animation: fadeIn 4s ease-out;
  -ms-animation: fadeIn 4s ease-out;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes photoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figure,
picture {
  margin: 0;
  height: 100vh;
  display: block;
}

picture.black {
  background: #121212;
}
picture.intro {
  animation: photoFadeIn 1s ease-out;
  -webkit-animation: photoFadeIn 1s ease-out;
  -moz-animation: photoFadeIn 1s ease-out;
  -o-animation: photoFadeIn 1s ease-out;
  -ms-animation: photoFadeIn 1s ease-out;
}
picture.vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
@media (min-width: 740px) {
  picture.vertical {
    height: auto;
    padding: 50px;
  }
}
@media (min-width: 740px) {
  picture.vertical img {
    width: auto;
    height: 100vw;
    display: flex;
  }
}

figure.inset,
figure.inset-white {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100vh;
  padding: 15px;
}
@media (min-width: 740px) {
  figure.inset,
  figure.inset-white {
    padding: 50px;
  }
}

figure.inset-white {
  background: white;
}

header,
footer {
  margin: 0;
  height: 200vh;
  position: relative;
  align-items: center;
  align-content: space-evenly;
  background-color: magenta;
  background-color: color(display-p3 1 0 0.65);
  display: grid;
  padding: 20px;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
@media (min-width: 740px) {
  header,
  footer {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2%;
    height: 150vh;
  }
}
@media (min-width: 1024px) {
  header,
  footer {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1250px) {
  header,
  footer {
    height: 100vh;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
header figure,
footer figure {
  height: unset;
}
header figure.format35mm,
footer figure.format35mm {
  aspect-ratio: 3/2;
}
header figure img,
footer figure img {
  object-fit: unset;
  height: unset;
}
header figure img.vertical,
footer figure img.vertical {
  height: 150%;
  width: auto;
  max-width: 100%;
}
header figure figcaption,
header aside,
footer figure figcaption,
footer aside {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: white;
  margin-top: 0.25rem;
  font-weight: 500;
}
@media (min-width: 740px) {
  header figure figcaption,
  header aside,
  footer figure figcaption,
  footer aside {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
header figure figcaption a,
header aside a,
footer figure figcaption a,
footer aside a {
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
header figure figcaption a:hover,
header aside a:hover,
footer figure figcaption a:hover,
footer aside a:hover {
  text-decoration: none;
}
header aside,
footer aside {
  grid-column: 1/3;
  z-index: 101;
}
header a.pr-logo,
footer a.pr-logo {
  opacity: 1;
  transition: opacity 500ms ease-out;
  display: block;
  margin-top: 0.25rem;
}
header svg,
footer svg {
  height: auto;
  width: 60px;
}
header a.pr-logo:hover,
footer a.pr-logo:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 500ms ease-out;
}

@media screen and (max-width: 768px) {
  figure.cam img {
    object-position: -410px center;
  }
  figure.lenny img {
    object-position: -330px center;
  }
  figure.tims img {
    object-position: -80px center;
  }
  figure.venice img {
    object-position: -80px center;
  }
  picture.sidekick {
    display: flex;
    align-items: center;
    background: #121212;
  }
  picture.sidekick img {
    object-fit: unset;
    height: auto;
  }
}

/*# sourceMappingURL=style.css.map */
