@charset "UTF-8";
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@font-face {
  font-family: "Simplon BP Mono";
  src: url("../fonts/SimplonBPMono-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 13px;
}

body {
  font-family: "Simplon BP Mono";
  font-size: 1rem;
  padding: 0;
  max-width: none;
  -webkit-text-size-adjust: 100%;
}

body.archive {
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 900px) {
  body {
    font-size: 1.077rem;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header.header {
  margin-bottom: 0;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  max-width: 100vw;
  margin: 0;
  z-index: 900;
  position: absolute;
  width: 100%;
}
@media (min-width: 900px) {
  header.header {
    box-shadow: none;
    height: 43px;
    align-items: center;
  }
}

nav.menu {
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  background: white;
}
nav.menu .menu-item--projects {
  display: none;
}
nav.menu a[aria-current] {
  text-decoration: none;
}
@media (min-width: 600px) {
  nav.menu {
    background: transparent;
    padding: 0 24px;
    justify-content: space-around;
    width: auto;
  }
  nav.menu a.back {
    position: absolute;
    left: 12.5px;
  }
}

.logo--landing {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.logo--landing img, .logo--landing svg  {
  width: 22vmin;
  display: block;
  min-width: 130px;
  height: 47px;
  transform: translateY(-1px);
}

#archive_wrapper {
  margin-top: calc(50vh + 50px);
  padding: 0 24px;
  max-width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#archive_wrapper::-webkit-scrollbar {
  display: none;
}
#archive_wrapper table#archive {
  min-width: 200vw;
  border: none;
  white-space: nowrap;
}
@media (min-width: 900px) {
  #archive_wrapper table#archive {
    min-width: auto;
  }
}
#archive_wrapper table#archive th {
  text-align: left;
  font-size: 0.77em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.15em;
  padding: 8px 0;
  padding-right: 30px;
  border-bottom: none;
}
#archive_wrapper table#archive th.th--name {
  position: relative;
}
#archive_wrapper table#archive th.th--name span::before {
  content: "SCROLL →";
  position: absolute;
  left: calc(100vw - 100px);
  color: #999999;
}
@media (min-width: 900px) {
  #archive_wrapper table#archive th.th--name span::before {
    display: none;
  }
}
#archive_wrapper table#archive th.sorting {
  cursor: pointer;
}
#archive_wrapper table#archive th.sorting span::after {
  color: #999999;
  content: "↑";
  display: inline-block;
  margin-left: 5px;
}
#archive_wrapper table#archive th.sorting.sorting_asc span::after {
  color: black;
}
#archive_wrapper table#archive th.sorting.sorting_desc span::after {
  content: "↓";
  color: black;
}
@media (max-width: 900px) {
  #archive_wrapper table#archive tbody {
    background: white;
  }
  
  header.header {
    position: fixed;
    background: white;
  }
  
  .ib.ib--double {
    padding-left: 24px;
    padding-right: 24px;
  }
  
  div.ib.ib--double .i:last-child {
    margin-top: 8px;
  }
  
}

@media (max-width: 900px) {

}

#archive_wrapper table#archive tbody tr td {
  padding: 8px 0;
  padding-right: 16px;
}
#archive_wrapper table#archive tbody tr td.project--name {
  min-width: calc(100vw - 40px);
}
@media (min-width: 900px) {
  #archive_wrapper table#archive tbody tr td.project--name {
    width: auto;
    min-width: 0;
  }
}
#archive_wrapper table#archive tbody tr td span {
  color: #999999;
}
#archive_wrapper table#archive tbody tr.project--openable {
  cursor: pointer;
}
#archive_wrapper table#archive tbody tr.project--openable td.project--name {
  padding-left: 15px;
  position: relative;
}
#archive_wrapper table#archive tbody tr.project--openable td.project--name::before {
  content: "";
  width: 5px;
  height: 5px;
  background: black;
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  border-radius: 50%;
  transform: translateY(-50%);
}
#archive_wrapper table#archive tbody tr.project--openable.project--openable--nodot td.project--name::before {
  display: none;
}

#archive_wrapper table#archive tbody tr.project--openable.project--openable--nodot td.project--name {
  padding-left: 0;
}

#archive_wrapper table#archive tbody tr.project--openable.project--openable--nodot {
  cursor: default;
}

#archive_wrapper table#archive tbody tr.project--openable td.project--name:hover span {
  color: black;
  animation: blinker 2s step-start infinite;
}

footer.footer::before {
  display: none;
}

body.home nav.menu a.back {
  display: none;
}

.about__content {
  padding: 90px 24px 0 24px;
  max-width: 986px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 900px) {
  .about__content {
    display: flex;
    column-gap: 80px;
  }
  .about__content .about__image, .about__content .about__text {
    width: 50%;
  }
  .about__content .cols {
    display: flex;
    column-gap: 80px;
    flex-wrap: wrap;
  }
  .about__content .cols p {
    flex: 40%;
  }
}
.about__content .about__image {
  margin-bottom: 42px;
}
.about__content .about__text p {
  margin-bottom: 42px;
  line-height: 150%;
}
.about__content .about__text p a {
  color: #808080;
}
.about__content .about__text p span, .about__content .about__text p em {
  font-size: 0.77em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}

div.gallery {
  display: none;
}
@media (min-width: 900px) {
  div.gallery {
    position: fixed;
    z-index: 1;
    pointer-events: none;
  }
  div.gallery img {
    position: fixed;
    pointer-events: none;
    z-index: 9000;
  }
}

@media (min-width: 900px) {
  tr.project:hover div.gallery {
    display: table-row;
  }
}
tr.project.project--opened div.gallery {
  display: table-row;
}

.project--slider {
  display: flex;
  width: calc(100vw - 24px);
  overflow-x: auto;
  column-gap: 48px;
  -webkit-overflow-scrolling: touch;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  left: -39px;
  padding-left: 24px;
}
.project--slider::-webkit-scrollbar {
  display: none;
}

tr.project--openable--nodot .project--slider {
  left: -24px;
}

.project--slider img {
  max-width: 190px;
  object-fit: cover;
}
.project--slider img:last-child {
  margin-right: 24px;
}

@media (max-width: 599px) {
  body.contact .about__image {
    display: none;
  }
}
body.contact .about__content .about__text p a {
  color: black;
}

.project-details {
  position: sticky;
  bottom: 0;
  width: 100%;
}

@media (min-width: 900px) {
  
  

.project-details {
  color: white;
  mix-blend-mode: exclusion;
  bottom: 0;
}
  
}

.project-details .details__header {
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.08);
  height: 42px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: white;
}
@media (min-width: 900px) {
  .project-details .details__header {
    display: none;
  }
}
.project-details .details__inner {
  box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 24px;
  padding-bottom: 36px;
  background: white;
  transform: translateY(2000vh);
  box-sizing: border-box;
  column-gap: 24px;
  line-height: 150%;
}
@media (min-width: 900px) {
  .project-details .details__inner {
    transform: translateY(0);
    display: flex;
    background: none;
    box-shadow: none;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 0.96rem;
    padding-left: 40px;
    padding-right: 40px;
  }
  .project-details .details__inner p.project--location {
  }
  .project-details .details__inner .more-wrapper {
    max-width: 500px;
    width: 30%;
  }
  .project-details .details__inner .cols {
    flex-direction: row;
    width: 40%;
  }
}
.project-details .details__inner.open {
  transform: translateY(0);
}
.project-details .details__inner .cols {
  display: flex;
  column-gap: 0px;
  flex-wrap: wrap;
}
.project-details .details__inner .cols p {
  flex: 30%;
}
.project-details .details__inner p {
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .project-details .details__inner p {
    margin-bottom: 0;
  }
}
.project-details .details__inner p a {
  color: #808080;
}
.project-details .details__inner p span, .project-details .details__inner p em {
  font-size: 0.57em;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 5px;
  font-style: normal;
}
.project-details .details__inner p.project__info {
  margin-bottom: 0;
}

a.morelink {
  text-decoration: none;
  outline: none;
  display: block;
  color: #808080;
}
@media (min-width: 900px) {
  a.morelink {
    display: inline;
  }
}

.morecontent span {
  display: none;
}

.comment {
  width: 400px;
  background-color: #f0f0f0;
  margin: 10px;
}

button.close-info {
  -webkit-appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  color: #808080;
  margin-top: 20px;
}
@media (min-width: 900px) {
  button.close-info {
    display: none;
  }
}

.project-images {
  box-sizing: border-box;
  width: 100%;
  z-index: 100;
  position: relative;
}
.project-images .project-images--landing {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 900px) {
  .project-images .project-images--landing {
    height: calc(100vh - 40px);
  }
  .project-images .project-images--landing img {
    max-height: 70vh;
    width: auto;
  }
}
.project-images img, .project-images video {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

body.single-project header.header {
  display: none;
}

.socials a:hover {
  text-decoration: underline;
}

.imageCycle {
  animation: cycleImages 15s infinite;
  position: relative;
  opacity: 0;
  animation: fadeIn 3s forwards;
  animation-delay: 1s;
}

.imageCycle img {
  position: absolute;
  top: 0;
}

.ib {
  margin-bottom: 60px;
}
@media (min-width: 601px) {
  .ib {
    margin-bottom: 200px;
  }
}
.ib.ib--margins {
  padding: 0 24px;
}
@media (min-width: 900px) {
  .ib.ib--margins {
    padding: 0 80px;
  }
}
.ib .i {
  width: 66.666vw;
}
@media (min-width: 900px) {
  .ib .i {
    width: 33.333vw;
  }
}
.ib .i.width--half {
  width: 100%;
  width: 66.666vw;
}
@media (min-width: 900px) {
  .ib .i.width--half {
    width: calc(50vw - 120px);
  }
}
.ib .i.width--full {
  width: 100%;
}
@media (min-width: 900px) {
  .ib .i.offset--top {
    transform: translateY(-50%);
  }
}
@media (min-width: 900px) {
  .ib .i.offset--bottom {
    transform: translateY(50%);
  }
}
.ib .i.pos--left {
  margin-left: 0;
}
.ib .i.pos--right {
  margin-right: 0;
}
@media (min-width: 900px) {
  .ib.ib--double {
    display: flex;
    justify-content: center;
    column-gap: 80px;
  }
}
.ib.ib--double .i {
  margin-bottom: 8px;
  width: 100%;
  margin: 0;
}

@media (min-width: 900px) {
  .ib.ib--double .i {
    max-width: calc(50vw - 40px);
  }
  .ib.ib--double .i.width--third {
    width: 33.333vw;
  }
}
.ib.ib--double .i.pos--left:last-child {
  margin-right: auto;
}
.ib.ib--double .i.pos--right:first-child {
  margin-left: auto;
}
.ib.ib--double .i.pos--distributed:first-child {
  margin-right: auto;
}
.ib.ib--double .i.pos--distributed:last-child {
  margin-left: auto;
}

@media (max-width: 599px) {
  td.project--name {
    font-size: 13px !important;
  }
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  outline: none;
}

body.error main {
  padding: 0 20px;
  padding-top: 60px;
}

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

body.home header {
  display: none;
}

.ib.ib--singleVideo video {
  width: 100%;
}

.project-images .ib:first-child {
  min-height: calc(100vh - 38px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 900px) {
  .project-images .ib:first-child {
    flex-direction: row;
  }
}

.ib.ib--double .i:last-child{
  margin-top: 60px;
}

.ib img {
  transition: opacity 50ms linear;
}

/* Mobile only */
@media only screen and (max-width: 599px) {
  
  #archive_wrapper table#archive tbody tr td {
    padding-right: 30px;
    vertical-align: top;
  }
  
}

/* Desktop up */
@media only screen and (min-width: 900px) {
  
  .ib.ib--double .i:last-child{
    margin-top: 0;
  }
  
  tr.project:hover {
    cursor: default;
  }
  
  tr.project:hover td {
    /* transform: translateX(15px); */
    position: relative;
    left: 15px;
  }
  tr.project.project--openable:not(.project--openable--nodot):hover td.project--name {
    /* transform: translateX(0px); */
    position: relative;
    left: 0px;
  }
  
  .ib.ib--double.ib--margins .i.width--half {
    width: calc(50vw - 120px);
  }
  
  .ib.ib--double .i.width--half {
    width: 50vw;
  }
  
  table#archive td {
    font-size: 0.96rem;
  }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

table#archive {
  opacity: 0;
  animation: fadeIn 0.1s forwards;
  animation-delay: 1s;
}

body.single-project main{
  /* margin-bottom: 100vh; */
  /* background: white; */
}

.sphere {
  height: 100vh;
  padding-top: 200px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: #eee;
}

.sphere:hover {
  text-decoration: underline;
}

body.single-project .logo--landing {
  z-index: 1;
}

.project-details {
  z-index: 4000;
}

@media (max-width: 899px) {
  .project-details {
    height: 42px;
  }
  .project-details .details__inner.open {
    position: absolute;
    bottom: 0;
  }
  body.single-project main {
    margin-bottom: 0;
  }
  .sphere {
    display: none;
  }
}

/* Might need to change to 100% to account for iOS */
.sphereSnap{
  height: 100%;
  height: -webkit-fill-available;
  overflow-y: scroll;
  background-color: none;
}

.project-content{
  background-color: white;
  margin-bottom: calc(40px + 100vh);
  position: relative;
  transition: transform 1s;
}

.project-content.scrollOut{
  transform: translateY(-100vh);
}

.project-content.hide{
  visibility: hidden;
}


@media (max-width: 899px) {
  
  .project-details .details__inner {
    display: flex;
    flex-wrap: wrap;
  }
  
  .project-details .details__inner p {
    flex-basis: 100%;
  }
  
  .project-details .details__inner p.project--name, .project-details .details__inner p.project--date {
    flex-basis:calc(50% - 12px);
  }
  
}

body.single-project .header.header--project {
  display: block;
  /* margin-top: 3px; */
  z-index: 5000;
}

@media (min-width: 900px) {
  body.single-project .header.header--project {
    position: relative;
    background: white;
  }
  body .header nav.menu a:hover {
    text-decoration: underline;
  }
}

body.single-project .header.header--project nav.menu {
  box-sizing: border-box;
}

@media (min-width: 600px) {
  body.single-project .header.header--project nav.menu {
    max-width: 400px;
    height: 43px;
    align-items: center;
  }
}

body.single-project #overlayLinks {
  position: fixed;
  z-index: 0;
  top: calc(50% + 25px);
  left: 0;
  right: 0;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}

body.single-project #overlayLinks a:hover {
  text-decoration: underline;
}

body.single-project .albumSphere:not(.noPointer) + #overlayLinks {
  opacity: 1;
}

@media (max-width: 900px) {
  body.single-project #overlayLinks {
    display: none !important;
  }
  body.home #overlayLinks {
    top: 16px;
  }
  body.home #overlayLinks a {
    font-size: 13px;
  }
  .more-wrapper--empty {
    display: none;
  }
  .project-details .details__inner p.projectLocation--last {
    margin-bottom: 0;
  }
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after {
  display: none !important;
}

table#archive {
  margin-bottom: 30px;
}

  body.single-project header {
    height: 42px;
  } 
  
  body.single-project header nav a {
    height: 42px;
    box-sizing: border-box;
    transform: translateY(4px);
  }

@media (min-width: 900px) {
  body.home #overlay svg,
  body.home #overlay #overlayLinks {
    transform: translateY(25px);
  } 
  
  body.home #overlay svg {
    height: 46.58px;
  }
  
  body.single-project header {
    transform: translateY(2px);
  } 
  
  body.single-project header nav a {
    transform: none;
  }
  
  body.archive header.header {
    position: fixed;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
  }
}

@media (max-width: 900px) {
  body.scrolled .menu .back {
    display: none; 
  }
  
  body.scrolled nav.menu {
    background: transparent;
  }
  
  body.scrolled header.header {
    background: transparent;
    box-shadow: none;
  }
}


@media (max-width: 1080px) {
  .gallery img {
    width: 190px;
  }
}

@media (max-width: 1280px) {
  .gallery img {
    width: 190px;
  }
}

.credit {
  color: #808080;
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 900px) {
  .credit {
    position: fixed;
    bottom: 30px;
    left: 30px;
    margin-bottom: 0;
  }
}

.credit:hover {
  text-decoration: underline;
}
