
@font-face {
  font-family: 'Synt';
  src: url('assets/fonts/ABCSynt-Regular.woff');
  font-style: normal;
}
@font-face {
  font-family: 'Synt';
  src: url('assets/fonts/ABCSynt-Turbo.woff');
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 4.8rem;
}
::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}

html {
  font-size: 0.65vw;
}
/* @media(min-width: 1320px) {
  html {
    font-size: 8px;
  }
} */
body {
  font-family: 'Synt', serif;
  background: white;
  color: #272727;
  font-variant-numeric: oldstyle-nums;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.project {
  position: fixed;
  top: 0; left: 0;
  width: 49.25vw;
  height: 100vh;
  filter: grayscale(1);
  display: none;
  background-position: top left;
  background-size: cover;
}
.columns {
  width: 100%;
  /* max-width: 1320px; */
  display: flex;
  flex-direction: row;
  margin-top: 2.2em;
}
.one, .two {
  flex: 1;
}
.one {
  flex: 0.65;
}
header {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2em;
}
main {
  position: fixed;
  top: 0; right: 0; bottom : 0; left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  display: none;
}
main figure {
  max-width: 70%;
}
figcaption {
  position: fixed;
  bottom: 0.5em;
  text-align: center;
  max-width: 70%;
  margin: 0.5em auto;
}
img {
  max-width: 100%;
  display: block;
}
.left, .right {
  padding: 0.25em 1em;
  flex: 1;
  /* overflow-y: auto; */
}
.details, .details a {
  font-size: 6rem;
}
.right {
  /* max-width: 50vw; */
  position: relative;
  margin-top: 2em;
}
.right ul {
  /* max-width: 50%; */
}
footer {
  position: relative;
  width :100vw;
}
@media (max-width: 670px) {
  body {
    letter-spacing: -0.025rem;
  }
  .left, .right {
    height: calc(100vh - 1em);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  header {
    width: calc(100vw - 1em);
    height: calc(100vh - 1em);
  }
  .shim {
    position: relative;
    width: 100%;
    height: 2em;
  }
}


h1, h2 {
  font-style: italic;
}
.num a {
  text-decoration: none;
}
.left span.details,
.right span.details {
  max-width: 100%;
  padding-right: 0.25em;
  display: block;
  margin-top: 0;
}
.left span.details {
  padding-right: 0;
}
.right span.details {
  max-width: 100%;
}
.updated {
  position: absolute;
  bottom: 0.25em;
  left: 50%;
  display: flex;
  flex-direction: row;
}

.center {
  display: block;
  text-align: left;
  text-indent: 2em;
  font-weight: normal;
  font-size: 6rem;
}
.centered {
  display: block;
  text-align: center;
  font-weight: normal;
}
.smaller .center {
  font-size: 4.8rem;
}
.smaller ul li  {
  font-size: 4.8rem;
  line-height: 1.05;
}
.smaller:last-of-type ul {
  margin-bottom: 5em;
}
.num {
  position: absolute;
  bottom: 0.25em; left: 0.25em;
}
a {
  color: #272727;
  text-decoration: none;
}
a:hover {
  cursor: alias;
}
sup {
  font-size: 2.7rem;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: -14px;
}
ul {
  list-style: none;
  margin-bottom: 1em;
}
ul li {
  display: inline;
}
ul li a {
  opacity: 0;
  transition: opacity .35s ease-in-out;
}
ul li:hover a {
  opacity: 1;
  color: black;
}
ul li:after {
  content: ', ';
}
.details ul li:after {
  content: ', ';
  font-size: 6rem;
}
ul li:last-of-type:after {
  content: '.'
}
ul li {
  position: relative;
}
ul li img {
  position: absolute;
  top: 0; right: 0;
  transform: translateX(100%);
  max-width: 280px;
  z-index: 100;
  filter: grayscale(1);
  box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.25);
  display: none;
}
ul li img.portrait {
  max-width: 180px;
}
ul li:hover img {
  display: none;
}
.details h1 {
  font-size: 6rem;
  display: inline-block;
  font-weight: normal;
}
.with {
  margin: 0;
  padding-left: 1em;
  padding-top: 0.25rem;
}
.with li {
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: normal;
  display: block;
}
.with li:after {
  content: '' !important;
}
.page-center {

}
.dots {
  /* height: 100vh; */
  width: 25px;
  position: fixed;
  left: 47.5%;
  top: 0.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dots:first-of-type {
  left: 10%;
}
.dots:nth-of-type(3) {
  left: 90%;
}
.dots span {
  width: 25px; height: 25px;
  border-radius: 12.5px;
  background: #272727;
}
.dots span:first-of-type {
  margin-bottom: 20rem;
}

body [data-display="home"] .text-block {
  padding-bottom: 1em !important;
}

@media (max-width: 670px) {
  html {
    font-size: 4px;
  }
  header {
    flex: none;
    height: auto;
    display: block;
    position: static;
    margin: 0.5em;
  }
  ul {
    max-width: 100%;
  }
  ul li {
    display: inline;
  }
  .columns {
    flex-direction: column;
    margin-top: 1.1em;
  }
  .two {
    margin-top: 1.1em;
  }
  .columns {
    max-width: 100%;
  }
  .left, .right {
    width: 100%;
    max-width: 100vw;
    flex: none;
    height: auto;
    overflow: visible;
    padding: 0;
  }
  .updated {
    left: 25%;
    flex-direction: column;
  }
  .with {
    padding-left: 0;
    padding-top: 0.25em;
  }
  .with li {
    font-size: 2.7rem;
  }
  .num {
    bottom: 1.65em;
  }
  .details {
    max-width: 100% !important;
    padding-right: 0 !important;
  }
  .center {
    text-align: left;
    text-indent: 1em;
  }
  .dots span {
    /* background: #5000FF; */
  }
}
