@charset "UTF-8";
/* -----  Reset & Normalization  ---------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
  list-style: none;
}

i, em {
  font-style: italic;
}

b, strong {
  font-weight: 500;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}


/* -----  Typography  ---------------------------------------- */

html, body {
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.inverted {
  background-color: #0c0c0c;
}

h1 {
  font-size: 3.2em;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  font-size: 2.25em;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

h4 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
}

p {
  color: #999999;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 2em;
  /*min-width: 30em;
  max-width: 33%;*/
}
.inverted p {
  color: #f2f2f2;
}

a {
  color: #000000;
  text-decoration: none;
}
.inverted .project__content a,
.inverted footer a {
  color: #aaaaaa;
}

ul {
  list-style: square outside;
  margin-left: 1em;
}

ul li {
  color: #999999;
  margin-bottom: 1em;
  line-height: 1.4em;
}
.inverted ul li {
  color: #f2f2f2;
}


/* -----  Components  ---------------------------------------- */

.wrapper {
  padding: 2.66em 2.66em 1em 2.66em;
  max-width: 1920px;
  margin: 0 auto;
}

.site-header {
  background-color: #ffffff;
  position: fixed;
  padding: 2.66em 0em 1em 0em;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;

  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
.inverted .site-header {
  border-bottom: 1px solid #0c0c0c;
}
.site-header--collapsed {
  padding-top: 1em;
  padding-bottom: 1em;

  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}


.site-header-tags {
  display: none;
  float: left;
  margin-left: 9.3em;
  margin-top: 0.25em;
  width: 100%;
}
.site-header--collapsed .site-header-tags {
  display: block;
}
.site-header-tags .tags-list {
  border: none;
  display: inline;
  margin-left: 0;
  padding: 0;
}
.site-header-tags .tag-item {
  display: inline;
  font-weight: 400;
  line-height: 2em;
  margin-right: 1.25em;
}
.site-header-tags .tag-item a {
  color: #999999;
}
.site-header-tags .tag-item.selected a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.site-header-tags .tag-item:last-child {
  margin-right: 0em;
}

.site_back-to-top {
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 999;

  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
.site_back-to-top--visible {
  bottom: 0px;
}
.site_back-to-top .navigation__menu__link {
  background-color: #fff;
  display: block;
  padding: 1em;
}

.navigation {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2.66em;
}
.navigation__menu {}
.navigation__menu--left {
  display: none;
  float: left;
  margin-left: 9.3em;
}
.site-header--collapsed .navigation__menu--left {
  display: inline;
}

.navigation__menu--right {
  float: right;
  margin-right: 9.3em;
}

.navigation__menu--hidden {
  display: none;
}
.navigation__menu--visible {
  display: inline;
}

.navigation__menu--logout {
  margin-right: 2em;
}


.home {}
.intro {
  margin-left: 9.3em;
  margin-bottom: 3em ;
  min-width: 40em;
  max-width: 50%;
  padding-top: 4em;
}
.intro__title {
  margin-bottom: 0.25em;
  min-width: 6em;
}
.inverted .intro__title {
  color: #ffffff;
}

.protected {}
.password-form {
  display: block;
  margin-left: 9.3em;
  min-width: 40em;
  max-width: 50%;
  padding-top: 4em;
}
.label {
/*  font-size: 1.25em;*/
}
.input {
  border: 1px #999 solid;
  border-radius: 8px;
  float: left;
  padding: 10px;
}
.button {
  font-size: 1em;
  background-color: #fff;
  border: 1px #000 solid;
  border-radius: 8px;
  font-weight: 600;
  margin-left: 1em;
  padding: 10px 23px;
  cursor: pointer;
}
.error {
  color: #ff5555;
  margin-top: 0.5em;
}




.tags {}
.tags-list {
  border-bottom: solid 1px #cccccc;
  display: inline-block;
  margin-left: 9.3em;
  margin-bottom: 16em;
  padding-bottom: 0.75em;
}
.tag-item {
  display: inline;
  font-weight: 400;
  line-height: 2em;
  margin-right: 1.25em;
}
.tag-item a {
  color: #999999;
}
.tag-item.selected a {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.tag-item:last-child {
  margin-right: 0em;
}


.projects {}
.projects-list {
  margin-left: 0;
}
.project-item {
  margin-bottom: 5em;
}
.project-item__link {
  display: block;
}

.description {
  margin-left: 9.3em;
  min-width: 30em;
  max-width: 33%;
}

/*.description .description__icon {
  display: inline-block;
  position: relative;
}*/
.description .description__icon img {
  margin-bottom: -0.1em;
}
.description p {
  font-size: 1.25em;
}
.project .description__icon img {
  margin-bottom: -0.2em;
  margin-left: 0.25em;
  max-width: 1.25em;
}

img, .video {
  max-width: 100%;
}
figure {
  margin: 0 auto 5em auto;
}


.footer {}
.description__link {
  font-weight: 400;
  text-decoration: underline;
}
.copyright {
  float: right;
  margin-right: 9.3em;
  margin-top: 4em;
  margin-bottom: 1em;
  margin-left: 0;
}


.project {}
.project .description {
  margin-top: 11em;
  margin-bottom: 5em;
}
.project__content p {
  margin-left: 9.3em;
  margin-top: 0em;
  margin-bottom: 0em;
  min-width: 30em;
  max-width: 33%;
}
.project__content p + p {
  margin-top: 2em;
}
.project__content p + .image--full,
.project__content p + .video,
.project__content h2 + figure {
  margin-top: 5em;
}
.project__content figure + h2 {
  margin-top: 2em;
}
.project__content p:last-child {
  margin-bottom: 7em;
}
.project__content .image--half:last-child {
  display: none;
}
.project__content h2 {
  margin-left: 4.1em;
  margin-top: 0em;
  margin-bottom: 0.5em;
  min-width: 30em;
  max-width: 33%;
}
.inverted h2,
.inverted h3  {
  color: #ffffff;
}


.project__content ul {
  list-style: square outside;
  margin-left: 9.3em;
  margin-top: 1em;
  margin-bottom: 1em;
  min-width: 30em;
  max-width: 33%;
}
.project__content ul li {
  list-style: square outside;
  margin-bottom: 0.5em;
  margin-left: 1em;
}
/*.project__content figure:last-of-type {
  float: none;
}*/
.project-nav {
  border-top: 1px solid #e2e2e2;
  margin-bottom: 11em;
  padding: 2.66em 0;
  position: relative;
  overflow: auto;
}
.project-nav__link--next {
  float: right;
}
.project-nav__text--next {
  float: left;
  margin-right: 1em;
}
.project-nav__link--prev {
  float: left;
}
.project-nav__text--prev {
  float: right;
  margin-left: 1em;
}
.project-nav__icon {
  top: -0.25em;
  position: relative;
}
.project-nav__icon--prev img {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.inverted .project-nav__link--next,
.inverted .project-nav__link--prev
{
  color: #f2f2f2;
}
.inverted .project-nav__icon--next img,
.inverted .project-nav__icon--prev img 
{
  filter: invert(100%);
}


.project--images .project__content {
  overflow: auto;
  margin-bottom: 6em;
}
.image--half {
  display: block;
  width: 50%;
  padding: 0.25em;
  float: left;
  margin: 0;
}
.image--full {
  display: block;
  width: 100%;
  padding: 0.25em;
  margin: 2em 0;
  float: none;
}
.project--images figure img, .project__content figure img {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}



.top-button {
  position: fixed;
  bottom: 5em;
  right: 16em;
}

.video { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
  z-index: 1;
} 
.video iframe, 
.video object, 
.video embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.login__field {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 1em;
}
.login .login__label {
  min-width: 6em;
}
.login .login__input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0.5em;
  font-size: 1em;
  letter-spacing: 0.025em;
}
.login .login__submit {
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-left: 6.2em;
}
.login .alert {
  margin-bottom: 2em;
}

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

@media screen and (max-width: 1080px) {
  html, body {
    font-size: 15px;
  }

  .wrapper, .site-header {
    padding: 1.33em;
  }

  .navigation {
    padding: 0;
  }
  .navigation__menu--right {
    margin-right: 0em;
  }

  .copyright {
    float: right;
    margin-right: 0;
  }

  .site-header--collapsed .site-header-tags {
    display: none;
  }

  .intro, .description, .tags-list, .navigation__menu, .password-form, .project__content p, .project__content h2 {
    margin-left: 10%;
    max-width: 66%;
  }
}

@media screen and (max-width: 600px) {
  html, body {
    font-size: 13px;
  }

  .wrapper, .site-header {
    padding: 1em;
  }

  .intro, .description, .tags-list, .project__content p, .project__content h2 {
    margin-left: 0;
    min-width: 0;
    max-width: 100%;
  }

  .intro {
    margin-bottom: 5em;
  }

  .project--protected .image--half {
    width: 100%;
  }
}