@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  color: #111;
  font-size: 1rem;
  font-family: helvetica;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  overflow-x: hidden;
  width: 100vw;
}

section {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section p {
  padding: 3vw;
}

section.max {
  min-height: -webkit-fill-available;
  min-height: 100vh;
  padding: 5vw 0;
}

section#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  height: -webkit-fill-available;
  height: 100vh;
}

section#staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bg-image {
  background-image: url(/assets/facade.jpg);
  position: absolute;
  opacity: 0.2;
  background-position: center;
  height: 100vh;
  width: 100vw;
  background-size: cover;
}

.grey {
  background-color: rgba(222, 214, 196, 0.4);
}

.white {
  background-color: white;
}

.pinned-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  justify-items: start;
  -webkit-box-align: top !important;
      -ms-flex-align: top !important;
          align-items: top !important;
  padding: 8vw;
}

.target {
  width: calc(100% - 12vw);
  height: calc(100% - 12vw);
  -o-object-fit: cover;
     object-fit: cover;
}

.pinned-section-img {
  width: 100%;
}

.w-1-2 {
  width: 50%;
}

.container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 10vh !important;
}

.panel {
  width: 100vw;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% - 20vh);
  width: calc(100% - 12vw);
  margin-left: 6vw;
}

.card-wrapper {
  padding: 8vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 5vw;
}

@media screen and (max-width: 768px) {
  .card-wrapper {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.card {
  background: none;
  -ms-grid-column-span: 1;
      grid-column-end: span 1;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  text-align: center;
  -webkit-margin-after: 5vw;
          margin-block-end: 5vw;
}

.card > .heading {
  padding: 2rem !important;
}

.card p {
  text-align: center !important;
}

p.card_icon > img {
  height: 3rem;
}

nav {
  z-index: 100;
  position: fixed;
  top: 2rem;
  right: 2rem;
  text-align: center;
}

nav a {
  text-decoration: none;
  cursor: pointer;
}

nav a::after {
  content: "–";
  padding: 0.5rem 0 0 0  !important;
  font-family: 'hattonlight';
  font-size: 5rem;
  text-align: center;
  line-height: 0.25em;
  display: block;
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav a:hover::after {
  line-height: 0.05em;
}

#staffandfood {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#staggered-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 5vw;
  margin: 10vw 5vw;
}

@media screen and (max-width: 768px) {
  div#staggered-images {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.image-card > img {
  width: 100%;
}

form * {
  width: 100%;
}

.form {
  width: 70%;
  max-width: 1200px;
  text-align: center;
}

input {
  border-bottom: 1px solid #95918e;
  height: 3rem;
  text-align: center;
}

input:focus {
  outline: none;
}

.input-group {
  -webkit-margin-before: 0.5rem;
          margin-block-start: 0.5rem;
}

.form-group {
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
}

textarea {
  text-align: center !important;
}

textarea:focus {
  outline: none;
}

@media screen and (max-width: 768px) {
  #staffandfood {
    padding: 8vw;
  }
}

button {
  background: none;
  width: auto;
  cursor: pointer;
}

button::after {
  content: "–";
  padding: 0.5rem 0 0 0  !important;
  font-family: 'hattonlight';
  font-size: 5rem;
  text-align: center;
  line-height: 0.25em;
  display: block;
  color: #444;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:hover::after {
  line-height: 0.05em;
}

@font-face {
  font-family: 'vanitas';
  src: url("/assets/fonts/vanitas.ttf") format("ttf"), url("/assets/fonts/vanitas.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'hattonlight';
  src: url("/assets/fonts/hatton-light.woff2") format("woff2"), url("/assets/fonts/hatton-light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'hattonultralight';
  src: url("/assets/fonts/hatton-ultralight.woff2") format("woff2"), url("/assets/fonts/hatton-ultralight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

.small-bold-caps, .card > .heading, .location {
  padding: 8vw;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  color: #444444;
  text-align: center !important;
}

.small, .card p, #staff p {
  color: #95918e;
  line-height: 150%;
  font-size: 0.9rem;
  text-align: left;
}

h2 {
  font-size: 1.15rem;
}

h1.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding: 8vw;
  text-align: center;
  font-size: calc(4rem + 6vw);
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  font-family: hattonlight;
  text-transform: uppercase;
  font-weight: 200;
  line-height: 0.9em;
  text-indent: calc(2.5rem + 8vw);
  padding-right: calc(2.5rem + 16vw);
  padding-bottom: 16vw;
  width: 100%;
  color: #444444;
}

@media screen and (max-width: 768px) {
  h1.sticky {
    top: 200px;
  }
}

.serif {
  font-family: hattonlight;
  font-weight: 200;
}

.sans {
  font-family: Helvetica, Arial, sans-serif;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

#statement h2.serif {
  text-align: center;
  font-size: calc(1.5rem + 1.5vw);
  line-height: 1.2em;
  width: 70%;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  #statement h2.serif {
    font-size: 1.5rem;
  }
}

#staff {
  width: 100%;
  text-align: center;
}

#staff h2.serif {
  font-size: calc(1.2rem + 1.2vw);
  line-height: 1.2em;
  width: 70%;
  max-width: 1200px;
}

.col-2 {
  -webkit-margin-after: 10vh;
          margin-block-end: 10vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  width: 60%;
}

.col-2 p {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .col-2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.smallcaps, button {
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.sub {
  font-weight: 600;
  display: block;
  font-size: inherit;
  color: inherit;
}

.sub + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

h3.serif {
  font-size: calc(1.2rem + 1.2vw);
}

label {
  color: #95918e;
}

.thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.thanks h2 {
  font-size: calc(1.2rem + 1.2vw);
}

.thanks a {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  text-decoration: none;
}
/*# sourceMappingURL=main.css.map */