@font-face {
  font-family: 'alte_haas_grotesk';
  src: url("fonts/altehaasgroteskbold-webfont.woff2") format("woff2"), url("fonts/altehaasgroteskbold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'alte_haas_grotesk';
  src: url("fonts/altehaasgroteskregular-webfont.woff2") format("woff2"), url("fonts/altehaasgroteskregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit; }

body {
  font-family: 'alte_haas_grotesk', sans-serif;
  font-size: 1rem;
  padding: 0 1rem;
  margin: 40px auto; }
  body article {
    position: relative;
    width: 56vw;
    margin: 0 auto; }

a {
  color: black;
  text-decoration: none; }
  a:hover {
    color: black;
    text-decoration: underline; }

p {
  line-height: 1.5; }

table {
  border-spacing: 0;
  width: 100%; }

td, th {
  border-bottom: 2px solid #e1e1e1;
  padding: 20px 24px;
  text-align: left; }

.current {
  font-weight: bold; }

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 7px; }

/* Track */
::-webkit-scrollbar-track {
  background: white; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: darkgrey; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; }

h1 {
  font-size: 1.5em; }

header {
  z-index: 10;
  width: 100%;
  font-weight: bold;
  padding: 1.5rem 2rem 1rem;
  background: white;
  position: fixed;
  left: 0;
  top: 0; }
  header .site-nav {
    width: 56vw;
    margin: 0 auto;
    display: flex;
    align-items: flex-start; }
  header h1.site-title {
    font-weight: bold;
    width: 23vw;
    line-height: 1em;
    margin: 0 1rem 0 0;
    padding-right: 1rem; }
  header aside {
    flex-grow: 1; }

main {
  margin: 6rem 1rem 1rem; }
  main article .project-anchor {
    position: relative;
    top: -6rem; }
  main article .direct-link {
    position: absolute;
    transform: translateY(-1.25rem);
    right: 5px;
    opacity: 0;
    transition: opacity 1s; }
    main article .direct-link:hover {
      opacity: 1; }
  main article section.project-list {
    position: relative;
    border-top: 2px solid black;
    margin: 0 auto 1.75rem;
    padding-top: 1.5rem;
    transition: all 500ms ease; }
    main article section.project-list .project-header {
      margin: .25rem 0 0; }
      main article section.project-list .project-header .project-summary p {
        margin: 0 auto; }
      main article section.project-list .project-header .project-date {
        display: none;
        margin-bottom: 1rem; }
    main article section.project-list .project-description {
      position: relative;
      height: 1.5rem;
      max-height: 3.3rem;
      overflow: hidden;
      padding-bottom: 0;
      transition: all 500ms ease; }
      main article section.project-list .project-description.open {
        height: auto;
        max-height: 100vh; }
        main article section.project-list .project-description.open .project-text {
          display: block; }
      main article section.project-list .project-description .project-text {
        display: none; }
      main article section.project-list .project-description .project-description-footer {
        color: darkgrey;
        cursor: pointer; }
        main article section.project-list .project-description .project-description-footer:hover {
          color: black; }
    main article section.project-list .swiper-container {
      width: 56vw;
      height: calc( 56vw / 3 * 2 + 2rem);
      padding-bottom: 2rem; }
    main article section.project-list .project-medias .media img {
      display: block;
      height: 100%;
      max-height: 100%; }
    main article section.project-list .project-medias .media video {
      display: block;
      max-width: 100%;
      max-height: 100%;
      outline: none; }
    main article section.project-list .swiper-button-next {
      top: 0;
      left: 0;
      width: 100%;
      height: calc( 70% - 2rem );
      margin-top: 0px;
      opacity: 0;
      cursor: e-resize; }
    main article section.project-list .swiper-lazy-preloader {
      opacity: .1; }
    main article section.project-list .swiper-pagination {
      text-align: left;
      width: calc(100% - 1rem); }
      main article section.project-list .swiper-pagination .swiper-pagination-bullet {
        width: 5px;
        height: 5px; }
      main article section.project-list .swiper-pagination .swiper-pagination-bullet-active {
        background-color: black; }

@keyframes reveal {
  from {
    transform: scale(0.001); }
  to {
    transform: scale(1); } }
@keyframes slide {
  to {
    transform: translateX(1.5em); } }
.loader-ellips {
  font-size: 20px;
  position: relative;
  width: 4em;
  height: .5em;
  margin: 10px auto; }
  .loader-ellips .loader-ellips__dot {
    display: block;
    width: .5em;
    height: .5em;
    border-radius: 0.5em;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite; }
  .loader-ellips .loader-ellips__dot:nth-child(1) {
    animation-name: reveal; }
  .loader-ellips .loader-ellips__dot:nth-child(1), .loader-ellips .loader-ellips__dot:nth-child(2) {
    left: 0; }
  .loader-ellips .loader-ellips__dot:nth-child(2), .loader-ellips .loader-ellips__dot:nth-child(3) {
    animation-name: slide; }
  .loader-ellips .loader-ellips__dot:nth-child(3) {
    left: 1.5em; }
  .loader-ellips .loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
    left: 3em; }

@media screen and (max-width: 1440px) {
  html {
    font-size: 87.5%; } }
@media screen and (max-width: 768px) {
  header .site-nav {
    width: 100%; }

  main article {
    width: 100%; }
    main article section.project-list {
      width: 100%; }
      main article section.project-list .swiper-container {
        width: 100%;
        height: calc( 100% / 3 * 2 + 2rem ); }
      main article section.project-list .swiper-button-next {
        display: none; }
      main article section.project-list .project-medias {
        height: calc( (100vw - 2rem) / 3 * 2 );
        max-height: calc( (100vw - 2rem) / 3 * 2 ); } }
@media screen and (max-width: 414px) {
  header {
    padding: 1.5rem 1rem 1rem; }
    header aside {
      visibility: hidden; }

  main {
    margin: 6rem 0 1rem; }
    main article section.project-list .direct-link {
      display: none; } }

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