* {
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  background-color: #fff;
  text-align: left;
  font-size: 26px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
	margin: 20px;
	padding: 0;
}

body.inverse {
  background: black;
  color: white;
  -webkit-font-smoothing: antialiased;
}

body.inverse a {
  color: white;
}

body.inverse header nav a, body.inverse .button {
  color: black;
}

a {
	text-decoration: none;
	color: #000;
}
a:active { color: #000; }
a:visited { color: #000; }

img { max-width: 100%; }

figure {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

sup {
  font-size: 0.5em;
  padding-left: 0.25em;
}

hr {
  border: 0;
  border-bottom: 1px solid #D2D2D2;
  margin: 2em 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

.flower-scale {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", helvetica, arial, sans-serif;
}

.large {
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.large a {
  border-bottom: 0;
}

.regular {
  font-size: 26px;
  max-width: 700px;
  margin: 0 auto;
}

.medium {
  font-size: 18px;
  line-height: 24px;
}

.medium a,
.small.text a,
.regular a.text {
  border-bottom: 1px solid #D2D2D2;
}

h1.title {
  margin-top: 36px;
}

.year {
  color: #D2D2D2;
}

.column {
  float: left;
  width: 50%;
  text-align: center;
}

figure.team-portrait {
  max-width: 200px;
  margin: 0 auto;
  padding: 0.5em;
}

.team-list {
  margin-top: 60px;
  max-width: 500px;
  margin: 60px auto 0;
}

.team-info h3 {
  margin-bottom: 0;
  margin-top: 1.5em;
}

.team-position,
.team-contact {
  margin-top: 0;
}

.about-extended {
  margin-top: 60px;
}

a.portrait {
  border-bottom: none !important;
}

.single-column {
  max-width: 400px;
  margin: 5em auto 0;
}

.small,
.grid-wrap h3 {
  font-size: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.small.text {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.035em;
  text-transform: none;
}

.small.text.uppercase {
  text-transform: uppercase;
}

.submenu {
  margin-bottom: 2em;
  margin-top: -0.5em;
}

.submenu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

header {
  text-align: center;
  margin-top: 42px;
}

header nav a,
.button {
  border-bottom: 0;
  display: inline-block;
  padding: 4px 7px 2px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #D2D2D2;
}

.button.non-link {
  background: #D2D2D2;
}

header nav a.is-active,
.submenu a.is-active,
.button.inactive {
  border-color: transparent;
  background: transparent;
}

.button.is-inactive {
  color: #D2D2D2;
}

header li {
  display: inline-block;
  margin: 0 2px 6px;
}

body,
body.home,
body.article {
  overflow-y: scroll;
}

#home-video {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
}

video {
  min-width: 100vw;
  min-height: 100vh;
}

#container {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 25px;
  position: relative;
}

.centered {
  text-align: center !important;
}

#container.text a {
  text-decoration: underline;
}

#container article {
  margin-bottom: 88px;
}

#container-large {
  margin-top: 92px;
  margin-bottom: 25px;
}

#container-project {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 102px;
  margin-bottom: 25px;
  position: relative;
}

.grid-wrap {
  font-size: 0;
  text-align: center;
  margin-left: -3em;
  overflow: hidden;
  clear: both;
}

.grid-item {
  display: inline-block;
  margin: 20px;
  margin-top: 10px;
  padding-left: 3em;
  max-width: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.grid-wrap h3 {
  text-align: center;
  font-weight: normal;
  font-size: 11.5px;
  margin-top: 24px;
  margin-bottom: 54px;
}

/*nav.pagination.flip,
nav.pagination.wrap {
  position: absolute;
  top: -50px;
}*/

body.project .next-container,
body.article .next-container {
  position: fixed;
  right: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.project .prev-container,
body.article .prev-container {
  position: fixed;
  left: 12px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.blog .regular-pagination {
  margin-bottom: 0;
}

.filters {
  text-align: center;
  margin: 1em 0;
}

.filters span {
  cursor: pointer;
}

.filters-container {
  display: none;
}

.filter-category {
  float: left;
  width: 50%;
}

.results {
  margin-bottom: 112px;
}

.clearer {
  clear: both;
}

.regular-pagination nav.pagination.wrap {
  position: static;
  top: 0;
}

nav.pagination a {
  text-decoration: none !important;
}

footer {
  display: block;
  margin-top: 100px;
}

body.home footer {
  display: none;
}

#icon {
  max-width: 100px;
  margin: 150px auto 16px;
  /*display: none;*/
}

#slogan {
  margin-bottom: 16px;
  font-size: 12px !important;
}

.info-logo {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2em;
}

a#click-link {
  z-index: 9999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

/* MEDIA QUERIES
--------------------------------------------------------- */

@media screen and (max-width: 1000px) {

  body.project .prev-container, body.article .prev-container,
  body.project .next-container, body.article .next-container {
    position: static;
    display: inline-block;
  }

  body.project nav.pagination,
  body.article nav.pagination {
    margin-bottom: 1em;
    text-align: center;
  }

}

@media screen and (max-width: 480px) {

  .grid-item {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-wrap h3 {
    margin-bottom: 24px;
    margin-top: 16px;
  }

  figure.team-portrait {
    max-width: 150px;
  }

  .large {
    font-size: 42px;
  }

  body,
  .regular {
    font-size: 20px;
  }

}

@media screen and (max-width: 360px) {

  .column {
    float: none;
    width: 100%;
    margin-bottom: 2em;
  }

}
