@charset "UTF-8";
/* thank you! http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

/* 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;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

@font-face {
  font-family: "EHNormal-Medium";
  src: url("/static/fonts/EHNormal-Medium.woff");
  src: url("/static/fonts/EHNormal-Medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/EHNormal-Medium.woff") format("woff"), url("/static/fonts/EHNormal-Medium.otf") format("opentype");
}
@font-face {
  font-family: "EHNormal-Regular";
  src: url("/static/fonts/EHNormal-Regular.woff");
  src: url("/static/fonts/EHNormal-Regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/EHNormal-Regular.woff") format("woff"), url("/static/fonts/EHNormal-Regular.otf") format("opentype");
}
@font-face {
  font-family: "EHNormal-Bold";
  src: url("/static/fonts/EHNormal-Bold.woff");
  src: url("/static/fonts/EHNormal-Bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/EHNormal-Bold.woff") format("woff"), url("/static/fonts/EHNormal-Bold.otf") format("opentype");
}
.ss02 {
  font-feature-settings: "ss02" 2;
  display: inline-block;
}

.ss03 {
  font-feature-settings: "ss03" 3;
  display: inline-block;
}

video {
  width: 100%;
}

/*
@mixin montserrat_font {
	font-family:'Montserrat','Apercu Bold', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 700;
}
@mixin montserrat_font_medium {
	font-family:'Montserrat','Apercu Bold', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: 400;
}
@mixin varela_font {
	font-family: "Varela", Arial, Helvetica, sans-serif;
	font-weight: 400;
}

@mixin book_font{
	@include varela_font;
	font-weight: 400; 
}
@mixin medium_font{
	@include montserrat_font_medium;
	font-weight: 400; 
}
@mixin bold_font{
	@include montserrat_font;
	font-weight: 700; 
}
*/
body.is-debug div.center-wrapper {
  background-image: url("/static/images/grid.png");
  background-repeat: repeat-y;
  background-position: 20px 0;
}
body.aboutjpgs {
  background: none;
}
body.project-background {
  background: none;
}

h1 {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19em;
  letter-spacing: 0.01em;
  line-height: 533px;
}

h2 {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14em;
  letter-spacing: 0.01em;
  line-height: 325px;
}

h3 {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 4em;
  letter-spacing: 0.01em;
  line-height: 117px;
}

h4 {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 0.01em;
  line-height: 52px;
  text-align: left;
}

hr {
  border-style: solid;
  border-width: 4px;
}

p {
  margin-bottom: 1em;
  line-height: 26px;
  font-size: 0.6em;
  text-align: center;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}
img.extend_size {
  width: 100%;
}

/*
a {
	color: $color_text_less;
	text-decoration: none;

	-webkit-transition: color 1s; 
	transition: color 1s;

	&:hover {
		color: $color_text;
		text-decoration: underline;
	}
}
*/
a {
  position: relative;
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  -webkit-transition: color 0.9s ease-in-out 0s;
  transition: color 0.9s ease-in-out 0s;
}
a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -5px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(30);
  transform: scaleX(30);
}

b {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

::selection {
  text-shadow: none;
  color: #ffffff;
  background: #0000ff;
}

video {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}

html {
  min-width: 100%;
}

body {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position-y: 4.2em;
  margin: 1em auto;
  height: 95%;
  width: 95%;
  background-color: #fff;
  font-family: "EHNormal-Regular", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #000;
  font-size: 17px;
  line-height: 26px;
}

body > header {
  border-top: 4px solid #000;
  background-color: #fff;
  bottom: 0;
  position: fixed;
  padding: 1em 0 1.5em 0;
  width: 100%;
  z-index: 2000;
  left: 0;
}

#name {
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  /*
  //OLD
  font-size: 1em;

  width: auto;

  line-height: 1.4em;

  //padding-top: 0.1em;
     padding-bottom: 0.1em;

     padding-left: 0.6em;
     padding-right: 0.6em;
     position: relative;
     display: inline-flex;
     top: -1.2em;

  text-align: center;
  //position: fixed;
  //top: 2em;
  //width: 21.4%;
  border-style:solid;
  border-width:4px;
  border-color: #000000;
  background: #fff;
  z-index: 2;
  //display: block;

  //margin: -15px auto;
  //margin-right: 38.5%;
     //margin-left: 36.5%;
  */
  margin: auto;
  mix-blend-mode: exclusion;
  /* color: white; */
  left: 47%;
  /* mix-blend-mode: difference; */
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  width: auto;
  /* line-height: 1.4em; */
  /* padding-bottom: 0.1em; */
  /* padding-left: 0.6em; */
  /* padding-right: 0.6em; */
  position: relative;
  display: inline-flex;
  /* top: -1.2em; */
  text-align: center;
  border-style: solid;
  /* border-width: 4px; */
  /* border-color: #000000; */
  /* background: white; */
  z-index: 2;
  position: fixed;
}
#name a {
  mix-blend-mode: exclusion;
  color: white;
  vertical-align: middle;
  text-decoration: none;
}
#name a:hover:before {
  visibility: hidden;
}
#name.big-only {
  display: inline-block;
}
#name.small-only {
  display: none;
}

div.menu {
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  position: fixed;
  bottom: 1.4em;
  z-index: 2;
  display: block;
  margin: -15px auto;
}
div.menu a {
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}
div.menu a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
div.menu#about {
  left: 2em;
  text-align: left;
}
div.menu#projects {
  right: 2em;
  text-align: right;
}

div.center-wrapper {
  max-width: 1180px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
  position: relative;
}

iframe.big-only {
  display: inline-block;
}

iframe.small-only, iframe.medium-only {
  display: none;
}

ul.grid {
  width: 100%;
  clear: both;
  padding-bottom: 2.5em;
  position: relative;
}
ul.grid li {
  position: relative;
  display: inline-block;
  width: 14.6%;
  height: auto;
  overflow: hidden;
  margin: 4px;
  float: left;
  background-color: #fff;
}
ul.grid li.nets {
  -webkit-mask: url(/static/images/masks/nets.svg) no-repeat center;
  mask: url(/static/images/masks/nets.svg) no-repeat center;
  max-width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.grid li.spaces {
  -webkit-mask: url(/static/images/masks/spaces.svg) no-repeat center;
  mask: url(/static/images/masks/spaces.svg) no-repeat center;
  max-width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.grid li.pieces {
  -webkit-mask: url(/static/images/masks/pieces.svg) no-repeat center;
  mask: url(/static/images/masks/pieces.svg) no-repeat center;
  max-width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.grid li.frameworks {
  width: 31.5%;
  height: 9.7em;
  -webkit-mask: url(/static/images/masks/frameworks.svg) no-repeat center;
  mask: url(/static/images/masks/frameworks.svg) no-repeat center;
  max-width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.grid li.frameworks#esc-return {
  height: 10.2em;
}
ul.grid li.big-only {
  display: inline-block;
}
ul.grid li.white-space {
  display: inline-block;
  width: 15.5%;
  background: none;
}
ul.grid li.small-only, ul.grid li.medium-only {
  display: none;
}
ul.grid li.no-image img {
  visibility: hidden;
}
ul.grid img {
  display: block;
  width: 100%;
  height: auto;
}
ul.grid span.title {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  line-height: 1em;
  margin-top: -0.5em;
  -webkit-transition: color 1s;
  transition: color 1s;
}
ul.grid span.title.two-liner {
  top: 45%;
}
ul.grid span.title.three-liner {
  top: 40%;
}
ul.grid a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  line-height: 1em;
  -webkit-transition: background 1s;
  transition: background 1s;
}
ul.grid a:hover {
  background: rgba(0, 0, 255, 0.8);
}
ul.grid a:hover span.title {
  color: rgb(255, 255, 255);
}

.project-title {
  width: 100%;
  left: 0;
  position: fixed;
}
.project-title span {
  text-transform: uppercase;
  letter-spacing: 2em;
  mix-blend-mode: exclusion;
  background: white;
}

.header {
  padding-bottom: 0em;
  line-height: 26px;
}

.space {
  clear: both;
}

.data-sheet {
  width: 30%;
}

.paragraphs {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  margin: auto;
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: justify;
}

.comp {
  display: inline-block;
  width: 49%;
  margin: auto;
}

div#middle {
  vertical-align: middle;
}

section.mainsection {
  padding-top: 6%;
  padding-bottom: 6%;
  clear: both;
  margin-bottom: 50px;
  width: 80%;
  max-width: 1200px;
  margin-bottom: 61%;
}
section.mainsection.content {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 0;
  width: 100%;
  max-width: initial;
}
section.mainsection.content .data-sheet {
  font-family: "EHNormal-Regular", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  display: inline-block;
  width: 29%;
}
section.mainsection.content .data-sheet p {
  text-align: left;
  font-size: 0.9em;
  padding-bottom: 1em;
  font-weight: 100;
}
section.mainsection.content .data-sheet p span {
  display: block;
}
section.mainsection.content .text-content {
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: inline-block;
  width: 70%;
  vertical-align: top;
  margin: auto;
}
section.mainsection.content .text-content p {
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: left;
  padding-bottom: 1em;
}
section.mainsection.content .text-content p.last {
  padding-bottom: 0;
}

div.wave {
  display: block;
  margin-top: -0.5em;
}

img.wave {
  padding-top: 0.5em;
  width: 2em;
  display: inline-block;
  height: 1em;
}

div.grilla {
  /*
  background: url("/static/images/grid1.svg") repeat center center;
  @include background-size(cover);
  */
  display: block;
  position: absolute;
  height: 98%;
  width: 98%;
  margin-left: -1.9em;
}

section#elements {
  position: relative;
  margin: auto;
  margin-bottom: 0;
}
section#elements header {
  display: none;
  position: absolute;
  margin: auto;
}
section#elements header h1 {
  font-size: 8.5em;
  margin: auto;
  line-height: 1em;
}

section#about {
  text-align: center;
  position: relative;
  margin: auto;
  margin-bottom: 0;
}
section#about h5 {
  text-align: left;
  text-transform: uppercase;
}

section#cv {
  width: 100%;
  max-width: initial;
  margin-bottom: 0;
}
section#cv .cv-pic {
  width: 25%;
  display: inline-block;
}
section#cv .paragraphs {
  width: 74%;
}
section#cv .cv-list {
  font-size: 0.6em;
  line-height: 1.5em;
  text-align: left;
  vertical-align: top;
  width: 28%;
  display: inline-block;
  padding-left: 1.5em;
}
section#cv .cv-list.big-only {
  display: inline-block;
}
section#cv .cv-list ul.medium-only {
  display: none;
}
section#cv .cv-list h4 {
  text-align: left;
  text-transform: capitalize;
  line-height: 39px;
}
section#cv .cv-list span {
  display: block;
}
section#cv .cv-list span.title {
  font-family: "EHNormal-Medium", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
section#cv .cv-list span#positions {
  display: inline;
}

section#info  {
  position: relative;
  margin: auto;
  padding-top: 200px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
section#info  header {
  padding-top: 200px;
}

article#site p {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
  text-align: center;
}

article.paragraphs, div.paragraphs {
  clear: both;
}
article.paragraphs a:before, div.paragraphs a:before {
  height: 2px;
  bottom: -2px;
}
article.paragraphs p, div.paragraphs p {
  padding-top: 0.5em;
  padding-bottom: 1em;
  font-size: 1em;
  line-height: 1.5em;
  text-align: justify;
}
article.paragraphs h1, article.paragraphs h2, article.paragraphs h3, div.paragraphs h1, div.paragraphs h2, div.paragraphs h3 {
  font-family: "EHNormal-Bold", "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.01em;
  line-height: 65px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 60px;
}
article.paragraphs h1 + h2, article.paragraphs h2 + h3, div.paragraphs h1 + h2, div.paragraphs h2 + h3 {
  padding-top: 0;
}

section.content-pics {
  overflow: auto;
  padding-bottom: 20em !important;
}
section.content-pics div.pics-third {
  width: 30%;
}
section.content-pics div.pics-third.right {
  float: right;
}
section.content-pics div.pics-half {
  width: 50%;
}
section.content-pics div.pics-half.right {
  float: right;
}
section.content-pics div.pics-full {
  width: 90%;
}
section.content-pics div.pics-full.right {
  float: right;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 27em;
    line-height: 533px;
  }
  h2 {
    font-size: 17em;
    line-height: 325px;
  }
  h3 {
    font-size: 5em;
    line-height: 143px;
  }
  h4 {
    font-size: 1.99em;
    line-height: 52px;
  }
  ul.grid {
    width: 105%;
  }
  ul.grid li {
    width: 15.5%;
  }
  ul.grid li.frameworks {
    height: 10em;
  }
}
@media screen and (max-width: 1000px) {
  iframe.medium-only {
    display: inline-block;
  }
  iframe.small-only, iframe.big-only {
    display: none;
  }
  body {
    background-size: 191%;
    background-position-y: 2em;
    background-position-x: 92%;
  }
  h1 {
    font-size: 14.5em;
    line-height: 481px;
  }
  h2 {
    font-size: 10em;
    line-height: 234px;
  }
  h3 {
    font-size: 3em;
    line-height: 91px;
  }
  h4 {
    font-size: 1.5em;
    line-height: 41.6px;
  }
  div.paragraphs {
    width: 90%;
  }
  section.mainsection {
    margin: 0 auto;
    max-width: 600px;
  }
  section#elements {
    margin: 0 auto;
  }
  section#elements div.paragraphs {
    padding-top: 2em;
    padding-bottom: 1em;
  }
  #projects {
    right: 0;
    margin-right: 2.5%;
  }
  ul.grid {
    width: 100%;
    padding-bottom: 2.5em;
  }
  ul.grid li {
    width: 29%;
    height: auto;
  }
  ul.grid li.medium-only {
    width: 29%;
    display: inline-table;
  }
  ul.grid li.big-only, ul.grid li.small-only {
    display: none;
  }
  ul.linklist.first li {
    margin-left: 10%;
  }
  ul.linklist.second li {
    margin-right: 10%;
  }
  section#cv .cv-list {
    width: 45%;
  }
  section#cv .cv-list.big-only {
    display: none;
  }
  section#cv .cv-list ul.medium-only {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  iframe.small-only {
    display: inline-block;
  }
  iframe.medium-only, iframe.big-only {
    display: none;
  }
  h1 {
    font-size: 9.5em;
    line-height: 585px;
  }
  h2 {
    font-size: 6em;
    line-height: 130px;
  }
  h3 {
    font-size: 1.8em;
    line-height: 52px;
  }
  h4 {
    font-size: 2em;
    line-height: 39px;
  }
  body {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  #name {
    top: 0.5em;
    clear: both;
    width: 87%;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #name.big-only {
    display: none;
  }
  #name.small-only {
    display: inline-block;
  }
  article {
    padding-top: 1.5em;
  }
  article.paragraphs, div.paragraphs {
    padding-top: 1.5em;
    width: 85%;
  }
  article.paragraphs h2, div.paragraphs h2 {
    font-size: 30px;
    line-height: 39px;
  }
  article.paragraphs h3, div.paragraphs h3 {
    font-size: 26px;
    line-height: 39px;
  }
  article.paragraphs p, div.paragraphs p {
    text-align: left;
    hyphens: auto;
  }
  section.mainsection {
    padding-top: 0;
    width: 97.2%;
    max-width: 600px;
  }
  section.mainsection.content .data-sheet {
    width: 92%;
  }
  section.mainsection.content .text-content {
    width: 90%;
  }
  section.mainsection.content .text-content p {
    font-size: 1.2em;
  }
  section#elements {
    margin-top: 1em;
    padding: 0;
    width: 95%;
  }
  section#about {
    border-style: none;
    width: 90%;
    left: 0;
  }
  ul.grid {
    padding-bottom: 2.5em;
  }
  ul.grid li {
    width: 96%;
    height: auto;
  }
  ul.grid li.small-only {
    display: inline-block;
  }
  ul.grid li.big-only, ul.grid li.medium-only {
    display: none;
  }
  section#cv {
    padding-bottom: 4em;
  }
  section#cv .cv-pic {
    width: 55%;
  }
  section#cv .paragraphs {
    width: 90%;
  }
  section#cv .cv-list {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 375px) {
  h1 {
    font-size: 8em;
  }
  span.mobile-big {
    display: none;
  }
}
@media screen and (max-width: 322px) {
  h1 {
    font-size: 7em;
  }
  h2 {
    font-size: 4em;
    line-height: 104px;
  }
  h3 {
    font-size: 1.6em;
    line-height: 46.8px;
  }
  h4 {
    font-size: 0.92em;
    line-height: 31.2px;
  }
  #name {
    width: 85%;
  }
  #name span.mobile-big {
    display: none;
  }
  #name span.mobile-medium {
    display: none;
  }
  ul.grid li {
    width: 95.2%;
    height: auto;
  }
  section.mainsection.content .text-content p {
    font-size: 1em;
  }
}

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