@charset "UTF-8";
/*!
 Theme Name:   Lookout Mountain
 Description:  Lookout Mountain
 Author:       Decimal
 Author URI:   https://decimalstudios.com/
 Version:      2.0.3
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 
 * variables
 */
/* Default Equations */
/* Penner Equations (approximated) originally created by @robpenner */
/* 
 * mixins
 */
/* 
 * functions
 */
/*
 * keyframe animation
 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes moveUp {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes moveUp {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes moveUp {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes moveDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes moveDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
@keyframes moveDown {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
/* 
 * fonts
*/
@font-face {
  font-family: "AvenirNextProCondensed";
  src: url("fonts/AvenirNextProCondensed.woff2") format("woff2"), url("fonts/AvenirNextProCondensed.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "AvenirNextProCondensedMedium";
  src: url("fonts/AvenirNextProCondensedMedium.woff2") format("woff2"), url("fonts/AvenirNextProCondensedMedium.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "AvenirNextProCondensedItalic";
  src: url("fonts/AvenirNextProCondensedMediumItalic.woff2") format("woff2"), url("fonts/AvenirNextProCondensedMediumItalic.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "AvenirNextProCondensedMediumItalic";
  src: url("fonts/AvenirNextProCondensedMediumItalic.woff2") format("woff2"), url("fonts/AvenirNextProCondensedMediumItalic.woff") format("woff");
  font-style: normal;
  font-stretch: normal;
}
/* 
 * global
 */
body {
  color: #000;
  background: #fff;
}

h1, h2, h3, p, a, ul li, input, dt, dd {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

video,
img {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

img,
video {
  display: block;
  -moz-user-select: -moz- none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-drag: -moz- none;
  -webkit-user-drag: none;
  user-drag: none;
}

main, section, aside, div {
  position: relative;
}

:root {
  --logo-width: 225px;
}

/* 
 * typography
 */
h1, h2, h3, h4, h5, h6, p, a, span, ul li, i, em, b, strong {
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1,
h2,
h3,
h5,
h6,
.home #home-list nav a span,
footer a {
  font-family: "AvenirNextProCondensedMedium";
}

body, h4, p, a, span, ul li {
  font-family: "AvenirNextProCondensed";
}

.project h4 > em, .project p > em {
  font-family: "AvenirNextProCondensedItalic";
}
.project h4 strong, .project p strong {
  font-family: "AvenirNextProCondensedMedium";
}
.project h4 strong em, .project p strong em {
  font-family: "AvenirNextProCondensedMediumItalic";
}

h1,
h2,
.home #home-list nav a span,
footer a {
  font-size: 19px;
  line-height: 26px;
}

h3,
h4,
h5 {
  font-size: 17px;
  line-height: 25px;
}

body, h6, p, a, span, ul li {
  font-size: 16px;
  line-height: 22px;
}

h1, h2, h5, h6, footer a {
  letter-spacing: 0.05em;
}

h1, h5, h6 {
  text-transform: uppercase;
}

h2 a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

/* 
 * layout
 */
body header,
aside header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}
body header a,
aside header a {
  display: block;
  width: 233px;
  height: 25px;
}
body header a svg,
aside header a svg {
  width: 100%;
  height: 100%;
  color: #000;
}
body footer,
aside footer {
  position: relative;
  left: 0;
  right: 0;
  padding: 20px;
}
body footer nav,
aside footer nav {
  display: flex;
  justify-content: space-between;
}
body footer nav a,
aside footer nav a {
  display: block;
}
body footer nav a.active,
aside footer nav a.active {
  color: #f00;
}
body main,
aside main {
  z-index: 1;
}
body.home,
aside.home {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
body.home > header a svg,
body.home #home-list h1,
body.home #home-list nav a,
body.home > footer a,
aside.home > header a svg,
aside.home #home-list h1,
aside.home #home-list nav a,
aside.home > footer a {
  color: #fff;
}
body.home > header,
aside.home > header {
  position: absolute;
}
body.home section#home-intro,
aside.home section#home-intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 1;
  background: #000;
}
body.home section#home-intro figure,
body.home section#home-intro video,
aside.home section#home-intro figure,
aside.home section#home-intro video {
  width: 100%;
  height: 100%;
}
body.home section#home-intro video,
aside.home section#home-intro video {
  object-fit: cover;
}
body.home section#home-list,
aside.home section#home-list {
  z-index: 2;
  padding: 60px 20px 0;
  display: none;
}
body.home section#home-list h1,
aside.home section#home-list h1 {
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}
body.home section#home-list nav a,
aside.home section#home-list nav a {
  display: table;
  margin-bottom: 10px;
}
body.home section#home-list nav a figure,
aside.home section#home-list nav a figure {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 2;
  display: none;
  pointer-events: none;
}
body.home section#home-list nav a figure img,
body.home section#home-list nav a figure video,
aside.home section#home-list nav a figure img,
aside.home section#home-list nav a figure video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.home section#home-list nav a > span,
aside.home section#home-list nav a > span {
  position: relative;
  z-index: 3;
}
@media (hover: hover) {
  body.home section#home-list nav a > span span,
  aside.home section#home-list nav a > span span {
    opacity: 0.4;
  }
  body.home section#home-list nav a.active > span span,
  aside.home section#home-list nav a.active > span span {
    opacity: 1;
  }
  body.home section#home-list nav a.active figure,
  aside.home section#home-list nav a.active figure {
    display: block;
  }
}
body.home > footer,
aside.home > footer {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 0;
}
body.home.menu section#home-list,
aside.home.menu section#home-list {
  display: block;
}
body.home.menu section#home-list h1,
aside.home.menu section#home-list h1 {
  opacity: 0;
  animation: fadeIn 800ms 0ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(1) > span,
aside.home.menu section#home-list a:nth-of-type(1) > span {
  opacity: 0;
  animation: fadeIn 800ms 240ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(2) > span,
aside.home.menu section#home-list a:nth-of-type(2) > span {
  opacity: 0;
  animation: fadeIn 800ms 280ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(3) > span,
aside.home.menu section#home-list a:nth-of-type(3) > span {
  opacity: 0;
  animation: fadeIn 800ms 320ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(4) > span,
aside.home.menu section#home-list a:nth-of-type(4) > span {
  opacity: 0;
  animation: fadeIn 800ms 360ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(5) > span,
aside.home.menu section#home-list a:nth-of-type(5) > span {
  opacity: 0;
  animation: fadeIn 800ms 400ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(6) > span,
aside.home.menu section#home-list a:nth-of-type(6) > span {
  opacity: 0;
  animation: fadeIn 800ms 440ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(7) > span,
aside.home.menu section#home-list a:nth-of-type(7) > span {
  opacity: 0;
  animation: fadeIn 800ms 480ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(8) > span,
aside.home.menu section#home-list a:nth-of-type(8) > span {
  opacity: 0;
  animation: fadeIn 800ms 520ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu section#home-list a:nth-of-type(9) > span,
aside.home.menu section#home-list a:nth-of-type(9) > span {
  opacity: 0;
  animation: fadeIn 800ms 560ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu footer,
aside.home.menu footer {
  display: block;
}
body.home.menu footer a:nth-of-type(1),
aside.home.menu footer a:nth-of-type(1) {
  opacity: 0;
  animation: fadeIn 800ms 640ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.home.menu footer a:nth-of-type(2),
aside.home.menu footer a:nth-of-type(2) {
  opacity: 0;
  animation: fadeIn 800ms 680ms cubic-bezier(0.25, 0.01, 0.25, 1) forwards;
}
body.index > main section#projects,
aside.index > main section#projects {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 200px 20px 100px;
}
body.index > main section#projects h1,
aside.index > main section#projects h1 {
  width: 100%;
}
body.index > main section#projects nav,
aside.index > main section#projects nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.index > main section#projects figure a,
aside.index > main section#projects figure a {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
body.index > main section#projects figure a img,
body.index > main section#projects figure a video,
aside.index > main section#projects figure a img,
aside.index > main section#projects figure a video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #000;
  transform: scale(1.02);
}
body.index > main section#projects figure a figcaption h6, body.index > main section#projects figure a figcaption p,
aside.index > main section#projects figure a figcaption h6,
aside.index > main section#projects figure a figcaption p {
  display: inline;
}
body.index > main section#projects figure a span,
aside.index > main section#projects figure a span {
  display: block;
}
body.project header,
aside.project header {
  z-index: 0;
}
body.project > main section,
aside.project > main section {
  padding: 20px;
}
body.project > main section#project-header h4 a, body.project > main section#project-content > div.text p a, body.project > main section#project-meta div p a,
aside.project > main section#project-header h4 a,
aside.project > main section#project-content > div.text p a,
aside.project > main section#project-meta div p a {
  font-size: inherit;
  line-height: inherit;
  color: #f00;
}
body.project > main section#project-header,
aside.project > main section#project-header {
  padding: 200px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.project > main section#project-hero,
aside.project > main section#project-hero {
  padding: 0;
  background: #000;
}
body.project > main section#project-hero img,
body.project > main section#project-hero video,
aside.project > main section#project-hero img,
aside.project > main section#project-hero video {
  width: 100%;
}
body.project > main section#project-hero video,
aside.project > main section#project-hero video {
  aspect-ratio: 16/9;
}
body.project > main section#project-hero #project-hero-video,
aside.project > main section#project-hero #project-hero-video {
  z-index: 1;
}
body.project > main section#project-content,
aside.project > main section#project-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
body.project > main section#project-content > div.gallery,
aside.project > main section#project-content > div.gallery {
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 60px;
}
body.project > main section#project-content > div.gallery div img,
body.project > main section#project-content > div.gallery div video,
aside.project > main section#project-content > div.gallery div img,
aside.project > main section#project-content > div.gallery div video {
  width: 100%;
}
body.project > main section#project-content > div.gallery div figcaption,
aside.project > main section#project-content > div.gallery div figcaption {
  margin-top: 5px;
}
body.project > main section#project-content > div.gallery div.xsmall,
aside.project > main section#project-content > div.gallery div.xsmall {
  width: calc(( ( ( 100vw - ( ( 6 - 1 ) * 25px ) - ( 2 * 25px ) ) / 6 ) * 2 ) + ( ( 2 - 1 ) * 25px ));
}
body.project > main section#project-content > div.gallery div.small,
aside.project > main section#project-content > div.gallery div.small {
  width: calc(( ( ( 100vw - ( ( 6 - 1 ) * 25px ) - ( 2 * 25px ) ) / 6 ) * 3 ) + ( ( 3 - 1 ) * 25px ));
}
body.project > main section#project-content > div.gallery div.medium,
aside.project > main section#project-content > div.gallery div.medium {
  width: calc(( ( ( 100vw - ( ( 6 - 1 ) * 25px ) - ( 2 * 25px ) ) / 6 ) * 4 ) + ( ( 4 - 1 ) * 25px ));
}
body.project > main section#project-content > div.gallery div.large, body.project > main section#project-content > div.gallery div.xlarge,
aside.project > main section#project-content > div.gallery div.large,
aside.project > main section#project-content > div.gallery div.xlarge {
  width: calc(( ( ( 100vw - ( ( 6 - 1 ) * 25px ) - ( 2 * 25px ) ) / 6 ) * 5 ) + ( ( 5 - 1 ) * 25px ));
}
body.project > main section#project-content > div.gallery div.full,
aside.project > main section#project-content > div.gallery div.full {
  width: 100%;
}
body.project > main section#project-meta,
aside.project > main section#project-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 100px 20px;
}
body.project > main section#project-meta div,
aside.project > main section#project-meta div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body.project > main section#project-meta div > a,
aside.project > main section#project-meta div > a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  /*
  h3:after{
  	content: '';
  	display: block;
  	background: #000;
  	width: 1px;
  }
  */
}
body.project > main section#project-meta div > a h3, body.project > main section#project-meta div > a h4,
aside.project > main section#project-meta div > a h3,
aside.project > main section#project-meta div > a h4 {
  display: inline;
}
body.project > main section#project-meta div > a h3, body.project > main section#project-meta div > a h4,
aside.project > main section#project-meta div > a h3,
aside.project > main section#project-meta div > a h4 {
  display: flex;
  gap: 10px;
}
body.project > main section#project-meta div > a h4:after,
aside.project > main section#project-meta div > a h4:after {
  content: "+";
  display: block;
}
body.project > main section#project-meta div p,
aside.project > main section#project-meta div p {
  display: none;
  padding-bottom: 10px;
}
body.project > main section#project-meta div.active a h4:after,
aside.project > main section#project-meta div.active a h4:after {
  content: "—";
}
body.project > main section#project-meta div.active p,
aside.project > main section#project-meta div.active p {
  display: block;
}
body.project > main section#project-next,
aside.project > main section#project-next {
  display: flex;
  justify-content: end;
  padding: 120px 20px 100px;
}
body.project > main section#project-next > div,
aside.project > main section#project-next > div {
  width: calc(( ( ( 100vw - ( ( 6 - 1 ) * 20px ) - ( 2 * 20px ) ) / 6 ) * 4 ) + ( ( 4 - 1 ) * 20px ));
}
body.project > main section#project-next > div a,
aside.project > main section#project-next > div a {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
body.project > main section#project-next > div a div,
aside.project > main section#project-next > div a div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.project > main section#project-next > div a figure img,
body.project > main section#project-next > div a figure video,
aside.project > main section#project-next > div a figure img,
aside.project > main section#project-next > div a figure video {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
body.project > main .js-project-video-close,
aside.project > main .js-project-video-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  z-index: 4;
  display: none;
}
body.project > main .js-project-video-close:after, body.project > main .js-project-video-close:before,
aside.project > main .js-project-video-close:after,
aside.project > main .js-project-video-close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 26px;
  background: #fff;
  left: 9px;
  top: -3px;
}
body.project > main .js-project-video-close:after,
aside.project > main .js-project-video-close:after {
  transform: rotate(45deg);
}
body.project > main .js-project-video-close:before,
aside.project > main .js-project-video-close:before {
  transform: rotate(-45deg);
}
body.project > main .js-project-video-play,
aside.project > main .js-project-video-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
body.project > main .js-project-video-play svg,
aside.project > main .js-project-video-play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
body.project > main .js-project-video-play svg:nth-of-type(2),
aside.project > main .js-project-video-play svg:nth-of-type(2) {
  display: none;
}
body.project > main .js-project-video-play img,
body.project > main .js-project-video-play video,
aside.project > main .js-project-video-play img,
aside.project > main .js-project-video-play video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.project > main .playing .js-project-video-play,
aside.project > main .playing .js-project-video-play {
  display: none;
}
body.project > main .playing figure figcaption,
aside.project > main .playing figure figcaption {
  display: none;
}
body.about > main,
aside.about > main {
  padding: 200px 20px 100px;
}
body.about > main #about_wrapper,
aside.about > main #about_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
body.about > main section#about_collaborators a:hover,
aside.about > main section#about_collaborators a:hover {
  color: #f00;
}
body.about > main section#about_leadership ul,
aside.about > main section#about_leadership ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.about > main section#about_leadership ul li > div,
aside.about > main section#about_leadership ul li > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 0px;
  align-items: baseline;
}
body.about > main section#about_groups div a > h2,
aside.about > main section#about_groups div a > h2 {
  display: flex;
  gap: 10px;
}
body.about > main section#about_groups div a > h2:after,
aside.about > main section#about_groups div a > h2:after {
  content: "+";
  display: block;
}
body.about > main section#about_groups div ul,
aside.about > main section#about_groups div ul {
  display: none;
  flex-direction: column;
  gap: 12px;
}
body.about > main section#about_groups div ul li > div,
aside.about > main section#about_groups div ul li > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 5px;
  row-gap: 0px;
  align-items: baseline;
}
body.about > main section#about_groups div ul li a,
aside.about > main section#about_groups div ul li a {
  display: block;
}
body.about > main section#about_groups div ul li:first-child:not(.no-pad),
aside.about > main section#about_groups div ul li:first-child:not(.no-pad) {
  padding-top: 20px;
}
body.about > main section#about_groups div ul li:last-child,
aside.about > main section#about_groups div ul li:last-child {
  padding-bottom: 40px;
}
body.about > main section#about_groups div.active a > h2:after,
aside.about > main section#about_groups div.active a > h2:after {
  content: "—";
}
body.about > main section#about_groups div.active ul,
aside.about > main section#about_groups div.active ul {
  display: flex;
}
body.error_404 > main,
aside.error_404 > main {
  min-height: calc(100vh - 152px);
  min-height: calc(var(--vh, 1vh) * 100 - 152px);
}
body.error_404 > main section,
aside.error_404 > main section {
  padding: 200px 20px 100px;
}
body.loading,
aside.loading {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  pointer-events: none;
  /*
  main{
  	opacity: .5;
  	transition-duration: .3s;
  }
  */
}
body.loading *,
aside.loading * {
  cursor: wait;
}

aside {
  background: #fff;
  z-index: 3;
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  animation: moveUp 900ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

body.down aside {
  top: 0;
  animation: moveDown 900ms cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

/* 
 * media queries
 */
@media screen and (min-width: 960px) {
  /* layout */
  body header,
  aside header {
    padding: 40px;
  }
  body footer,
  aside footer {
    padding: 40px;
  }
  body.home section#home-list,
  aside.home section#home-list {
    padding: 80px 40px;
  }
  body.home section#home-list h1,
  aside.home section#home-list h1 {
    margin-bottom: 100px;
  }
  body.home section#home-list nav a,
  aside.home section#home-list nav a {
    margin-bottom: unset;
  }
  body.index > main,
  aside.index > main {
    min-height: calc(100vh - 211px);
    min-height: calc(var(--vh, 1vh) * 100 - 211px);
  }
  body.index > main section#projects,
  aside.index > main section#projects {
    padding: 120px 40px 100px;
  }
  body.index > main section#projects nav,
  aside.index > main section#projects nav {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 40px;
  }
  body.index > main section#projects figure,
  aside.index > main section#projects figure {
    width: calc(( ( ( 100vw - ( ( 3 - 1 ) * 40px ) - ( 2 * 40px ) ) / 3 ) * 1 ) + ( ( 1 - 1 ) * 40px ));
  }
  body.project > main section,
  aside.project > main section {
    padding: 40px;
  }
  body.project > main section#project-header,
  aside.project > main section#project-header {
    padding: 120px calc( ( ( ( 100vw - ( ( 3 - 1 ) * 40px ) - ( 2 * 40px ) ) / 3 ) * 1 ) + ( ( 1 - 1 ) * 40px ) + 40px ) 40px 40px;
  }
  body.project > main section#project-content > div.text,
  aside.project > main section#project-content > div.text {
    padding: 0 calc(50% + 40px) 0 0;
  }
  body.project > main section#project-content > div.gallery,
  aside.project > main section#project-content > div.gallery {
    padding: 60px calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 1 ) + ( ( 1 - 1 ) * 40px ) + 40px );
  }
  body.project > main section#project-content > div.gallery div.xsmall,
  aside.project > main section#project-content > div.gallery div.xsmall {
    width: calc(( ( ( 100vw - ( ( 4 - 1 ) * 40px ) - ( 2 * 40px ) ) / 4 ) * 1 ) + ( ( 1 - 1 ) * 40px ));
  }
  body.project > main section#project-content > div.gallery div.small,
  aside.project > main section#project-content > div.gallery div.small {
    width: calc(( ( ( 100vw - ( ( 3 - 1 ) * 40px ) - ( 2 * 40px ) ) / 3 ) * 1 ) + ( ( 1 - 1 ) * 40px ));
  }
  body.project > main section#project-content > div.gallery div.medium,
  aside.project > main section#project-content > div.gallery div.medium {
    width: calc(( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 10 ) + ( ( 10 - 1 ) * 40px ));
  }
  body.project > main section#project-content > div.gallery div.large,
  aside.project > main section#project-content > div.gallery div.large {
    width: calc(( ( ( 100vw - ( ( 2 - 1 ) * 40px ) - ( 2 * 40px ) ) / 2 ) * 1 ) + ( ( 1 - 1 ) * 40px ));
  }
  body.project > main section#project-content > div.gallery div.xlarge,
  aside.project > main section#project-content > div.gallery div.xlarge {
    width: calc(( ( ( 100vw - ( ( 3 - 1 ) * 40px ) - ( 2 * 40px ) ) / 3 ) * 2 ) + ( ( 2 - 1 ) * 40px ));
  }
  body.project > main section#project-content > div.gallery div.offset_1,
  aside.project > main section#project-content > div.gallery div.offset_1 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 1 ) + ( ( 1 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-content > div.gallery div.offset_2,
  aside.project > main section#project-content > div.gallery div.offset_2 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 2 ) + ( ( 2 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-content > div.gallery div.offset_3,
  aside.project > main section#project-content > div.gallery div.offset_3 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 3 ) + ( ( 3 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-content > div.gallery div.offset_4,
  aside.project > main section#project-content > div.gallery div.offset_4 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 4 ) + ( ( 4 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-content > div.gallery div.offset_5,
  aside.project > main section#project-content > div.gallery div.offset_5 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 5 ) + ( ( 5 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-content > div.gallery div.offset_6,
  aside.project > main section#project-content > div.gallery div.offset_6 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 6 ) + ( ( 6 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-content > div.gallery div.offset_7,
  aside.project > main section#project-content > div.gallery div.offset_7 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 7 ) + ( ( 7 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-content > div.gallery div.offset_8,
  aside.project > main section#project-content > div.gallery div.offset_8 {
    margin-left: calc( ( ( ( 100vw - ( ( 24 - 1 ) * 40px ) - ( 2 * 40px ) ) / 24 ) * 8 ) + ( ( 8 - 1 ) * 40px ) + 80px );
  }
  body.project > main section#project-meta,
  aside.project > main section#project-meta {
    padding: 100px 40px;
  }
  body.project > main section#project-meta div,
  aside.project > main section#project-meta div {
    padding: 0 calc(50% + 40px) 0 0;
  }
  body.project > main section#project-next,
  aside.project > main section#project-next {
    padding: 100px 40px;
  }
  body.project > main section#project-next div,
  aside.project > main section#project-next div {
    width: calc(( ( ( 100vw - ( ( 3 - 1 ) * 40px ) - ( 2 * 40px ) ) / 3 ) * 1 ) + ( ( 1 - 1 ) * 40px ));
  }
  body.project > main #project-hero .js-project-video-play svg:nth-of-type(1),
  body.project > main .feature .js-project-video-play svg:nth-of-type(1),
  body.project > main .full .js-project-video-play svg:nth-of-type(1),
  aside.project > main #project-hero .js-project-video-play svg:nth-of-type(1),
  aside.project > main .feature .js-project-video-play svg:nth-of-type(1),
  aside.project > main .full .js-project-video-play svg:nth-of-type(1) {
    display: none;
  }
  body.project > main #project-hero .js-project-video-play svg:nth-of-type(2),
  body.project > main .feature .js-project-video-play svg:nth-of-type(2),
  body.project > main .full .js-project-video-play svg:nth-of-type(2),
  aside.project > main #project-hero .js-project-video-play svg:nth-of-type(2),
  aside.project > main .feature .js-project-video-play svg:nth-of-type(2),
  aside.project > main .full .js-project-video-play svg:nth-of-type(2) {
    display: block;
  }
  body.project > main .playing,
  aside.project > main .playing {
    position: fixed;
    display: block;
    width: auto !important;
    margin: 0 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #000;
  }
  body.project > main .playing .js-project-video-close,
  aside.project > main .playing .js-project-video-close {
    display: block;
  }
  body.project > main .playing figure,
  aside.project > main .playing figure {
    width: 100%;
    height: 100%;
  }
  body.project > main .playing img,
  body.project > main .playing video,
  aside.project > main .playing img,
  aside.project > main .playing video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  body.about > main,
  aside.about > main {
    min-height: calc(100vh - 431px);
    min-height: calc(var(--vh, 1vh) * 100 - 431px);
    padding: 120px 40px 100px;
  }
  body.about > main #about_wrapper,
  aside.about > main #about_wrapper {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr 1fr;
    align-items: start;
    column-gap: 100px;
    row-gap: 100px;
  }
  body.about > main section,
  aside.about > main section {
    /*
    &#about_information{
    	// width: calc-columns( 3, 40px, 40px, 2 );
    	width: calc( 100% - var( --logo-width ) - 200px );
    	float: right;
    	padding-right: 80px;
    }

    &#about_collaborators{

    	// width: calc-columns-gutters( 3, 40px, 40px, 1, -120px );
    	// padding-right: 120px;
    	width: var( --logo-width ); // width of the logo
    	text-align: right;
    	float: left;
    	min-height: calc( 100vh - 460px );
    	min-height: calc( ( var( --vh, 1vh ) * 100 ) - 460px );
    }

    &#about_leadership{
    	// width: calc-columns( 3, 40px, 40px, 1 );
    	width: calc( ( 100% - var( --logo-width ) - 200px - 40px  ) / 2 );
    	float: left;
    	margin: 40px 0 0 120px;
    }

    &#about_groups{
    	// width: calc-columns( 3, 40px, 40px, 1 );
    	width: calc( ( 100% - var( --logo-width ) - 200px - 40px  ) / 2 );
    	float: left;
    	margin: 40px 0 0 40px;
    }
    */
  }
  body.about > main section#about_information,
  aside.about > main section#about_information {
    grid-row: 1;
    grid-column: 2/4;
    padding-right: 80px;
  }
  body.about > main section#about_collaborators,
  aside.about > main section#about_collaborators {
    grid-row: 1/span 2;
    grid-column: 1;
    width: var(--logo-width);
    text-align: right;
  }
  body.about > main section#about_leadership,
  aside.about > main section#about_leadership {
    grid-row: 2;
    grid-column: 2;
  }
  body.about > main section#about_groups,
  aside.about > main section#about_groups {
    grid-row: 2;
    grid-column: 3;
  }
  body.error_404 > main,
  aside.error_404 > main {
    min-height: calc(100vh - 240px);
    min-height: calc(var(--vh, 1vh) * 100 - 240px);
  }
  body.error_404 > main section,
  aside.error_404 > main section {
    padding: 120px 40px 100px;
  }
}
@media screen and (min-width: 1920px) {
  /* type */
  :root {
    --logo-width: 360px;
  }
  h1,
  h2,
  .home #home-list nav a span,
  footer a {
    font-size: 29px;
    line-height: 40px;
  }
  h3,
  h4,
  h5 {
    font-size: 25px;
    line-height: 35px;
  }
  body, h6, p, a, span, ul li {
    font-size: 18px;
    line-height: 25px;
  }
  body header a,
  aside header a {
    width: 372px;
    height: 40px;
  }
  body.home section#home-list,
  aside.home section#home-list {
    padding: 100px 40px;
  }
}

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