@font-face {
  font-family: "Adobe Garamond Pro";
  src: url("/fonts/Adobe-Garamond-Pro-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

html {
  font-family: "Helvetica Neue", serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

body {
  position: fixed;
  margin: 0; }

.container {
  display: grid;
  grid-template-areas: "name name name" "main main main" "links links links";
  grid-template-columns: 1fr 4fr 1fr;
  grid-template-rows: 15fr 75fr 10fr;
  height: 100vh;
  max-height: 100vh;
  text-align: center;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

hr {
  border-top: 1px solid;
  width: 75%; }

main {
  grid-area: main;
  margin: 0;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.3s ease;
  min-width: 100%;
  scroll-behavior: smooth; }

main div.section {
  display: block;
  margin: -1px auto auto auto;
  transition: opacity 300ms;
  z-index: 1;
  opacity: 1;
  width: 100%;
  padding: 30px 0;
  min-width: 100%;
  min-height: 70vh;
  overflow-x: hidden;
  text-align: center;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
  main div.section .content {
    padding: 0 15%; }
  main div.section.scrolled .chevron-container {
    opacity: 0;
    z-index: -1; }

video.bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%); }

div.section + div.section {
  margin-top: 40vh; }

.sub-section {
  display: block; }

.installation-block {
  display: flex;
  flex-flow: nowrap; }
  .installation-block h2,
  .installation-block h3,
  .installation-block h4 {
    text-align: left; }
  .installation-block .installation-piece {
    width: 50%; }
  .installation-block .installation-descriptor {
    width: 50%; }
    .installation-block .installation-descriptor p {
      margin-top: 1.5rem; }
  .installation-block.with-image .installation-descriptor {
    margin: auto;
    align-items: center;
    align-content: center; }

h1.section-title {
  font-size: 20px;
  color: #000;
  font-weight: 300;
  letter-spacing: 5px;
  margin-bottom: 30px;
  margin-top: 0; }

h1.section-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transform-origin: left;
  transition: all 0.6s cubic-bezier(0.39, 0.51, 0.25, 1.7) 0s; }

h1.section-title:focus:after {
  visibility: visible;
  transform: scaleX(1); }

.muted {
  font-size: 0.8rem; }

h2.title {
  font-weight: 300;
  margin-bottom: 5px; }

h3 {
  font-weight: 300;
  color: #6f6f6f; }

h4 {
  font-weight: 300;
  text-align: center; }

.content video {
  width: 50%;
  max-width: 50%;
  min-width: 50%; }

a.with-hover-state {
  position: relative;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px; }

a.with-hover-state:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transform-origin: right;
  transition: all 0.6s cubic-bezier(0.39, 0.51, 0.25, 1.7) 0s; }

a.with-hover-state:hover:before {
  visibility: visible;
  transform: scaleX(1); }

a.with-hover-state:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transform-origin: left;
  transition: all 0.6s cubic-bezier(0.39, 0.51, 0.25, 1.7) 0s; }

a.with-hover-state:hover:after {
  visibility: visible;
  transform: scaleX(1); }

picture source,
img {
  max-width: 90%; }
  picture source.tall-pic,
  img.tall-pic {
    max-width: 35%; }

.art h3 {
  letter-spacing: 5px; }

.art picture source,
.art img {
  max-width: 100%;
  max-height: 100vh; }
  .art picture source.tall-pic,
  .art img.tall-pic {
    max-height: 60vh; }

p {
  text-align: left;
  letter-spacing: 1px;
  font-weight: 300; }

.blurred {
  filter: blur(3px); }

picture + h4 {
  margin-top: 10px; }

.sub-section + .sub-section {
  margin-top: 75px; }

div.default.section {
  font-family: "Adobe Garamond Pro";
  display: flex;
  align-items: center;
  align-content: center; }
  div.default.section div {
    display: block;
    margin: auto;
    margin-top: 4rem; }

h1 {
  color: #e1483d;
  font-size: 6rem; }
  h1 .slow-fade {
    opacity: 0;
    transition: opacity 2s ease-in; }
    h1 .slow-fade.shown {
      opacity: 1; }

.hidden {
  display: none !important; }

.name {
  grid-area: name;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  background-color: #fff;
  padding-left: 15%; }

.links {
  grid-area: links;
  font-weight: 300;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: auto;
  font-family: "Helvetica Neue";
  background-color: #fff;
  z-index: 1;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  cursor: pointer; }

.contact-links {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around; }

.contact-link {
  min-height: 100px;
  flex-basis: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }

.contact-link a {
  min-height: 75px;
  display: flex;
  flex-flow: column;
  padding: 15px 0;
  align-items: center;
  justify-content: center; }

.chevron-container {
  position: absolute;
  bottom: 0;
  right: 10px;
  padding-bottom: 40px;
  width: 10%;
  animation: bounce 1.5s ease-in-out infinite;
  transition: opacity 0.5s ease; }
  .chevron-container .chevron {
    display: block;
    margin: auto;
    height: 20px;
    width: 20px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg); }

.struck {
  text-decoration: line-through; }

@keyframes bounce {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 10px); }
  100% {
    transform: translate(0, 0); } }

a {
  color: #000; }

.links a {
  text-decoration: none;
  padding: 10px 3vw;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100px; }

.links a:hover {
  color: #e1483d;
  letter-spacing: 2px; }

.links a.active {
  font-weight: bolder;
  letter-spacing: 2px;
  color: #e1483d; }

a:visited {
  text-decoration: none; }

.vanish {
  transition: opacity 3.4s; }
  .vanish.vanish-active {
    filter: blur(2rem);
    opacity: 0; }

blockquote {
  position: relative;
  margin-bottom: 30px; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

blockquote cite {
  color: #000;
  font-size: 13px;
  display: block;
  margin-top: 5px; }

blockquote cite:before {
  content: "\2014 \2009"; }

@media only screen and (max-width: 1250px) {
  main div.section .content {
    padding: 0 10%; }
  .name {
    padding-left: 10%; }
  main#main {
    background-attachment: scroll; } }

@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 5rem; } }

@media only screen and (max-width: 768px) {
  main div.section .content {
    padding: 0 5%; }
  .name {
    padding-left: 5%; }
  .links a {
    width: unset; }
  .content video {
    width: 75%; }
  .installation-block,
  .installation-block.with-image {
    flex-flow: column; }
    .installation-block .installation-piece,
    .installation-block.with-image .installation-piece {
      width: 100%; }
    .installation-block .installation-descriptor,
    .installation-block.with-image .installation-descriptor {
      width: 100%; }
  picture source,
  img {
    max-width: 100%; } }

@media only screen and (max-width: 570px) {
  h1 {
    font-size: 4rem; }
  div.default.section div {
    margin-top: 1rem; }
  .contact-links {
    flex-direction: column; }
  .contact-link {
    flex-basis: 100px; }
  .content video {
    width: 100%; } }

@media only screen and (max-width: 370px) {
  .links a {
    padding: 10px 8px; }
  h1 {
    font-size: 3rem; } }

@media only screen and (max-width: 320px) {
  .links a {
    padding: 10px 8px; } }

@media print {
  a[href]:after {
    content: " (" attr(href) ") "; } }

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