@charset "UTF-8";
@font-face {
  font-family: "Cutive Mono";
  src: url("../font/CutiveMono.woff");
}
@font-face {
  font-family: "AxoBook";
  src: url("../font/Axo-Book.woff");
}
/* VARS */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "AxoBook", sans-serif;
  font-size: 16px;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #003ce6;
}

a {
  text-transform: none;
  color: #003ce6;
  text-decoration: none;
  -webkit-transition: color 0.1s;
  -ms-transition: color 0.1s;
  -moz-transition: color 0.1s;
  -o-transition: color 0.1s;
  transition: color 0.1s;
}
a:hover {
  border-bottom: 2px solid #003ce6;
}

hr {
  border: 0.1px solid #003ce6;
}

#wrapper {
  max-width: 100%;
  margin: 0 auto;
}

#navigation {
  position: fixed;
  top: 0;
  padding: 38px 0 0 0;
  margin: 0 auto;
  z-index: 99;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  padding: 0 5%;
  box-sizing: border-box;
}
#navigation .nav-item {
  list-style: none;
  margin: 0.83em 0;
}
#navigation .nav-item:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#navigation a {
  color: #003ce6;
}
#navigation a:hover {
  color: #003ce6;
  border-bottom: 2px solid #003ce6;
}
#navigation .active {
  color: #003ce6;
  border-bottom: 2px solid #003ce6;
}
#navigation #sitetitle .active {
  color: white;
  border-bottom: none;
}

.press {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.press a:after {
  content: " ⤴︎";
}

@media (max-width: 600px) {
  #navigation {
    position: relative;
    padding: 0 8px;
  }
  #navigation #sitetitle {
    display: none;
  }
}
article {
  margin: 0 auto;
  position: relative;
  font-family: "Cutive Mono", monospace;
}
article #language {
  position: absolute;
  border: 1px solid #003ce6;
  color: #003ce6;
}
article #language .fr {
  cursor: pointer;
  font-size: 15px;
  background: transparent;
  padding: 10px 10px 2px 10px;
}
article #language .fr:hover {
  background: #003ce6;
  color: white;
}
article #language .en {
  cursor: pointer;
  font-size: 15px;
  background: transparent;
  padding: 2px 10px 10px 10px;
}
article #language .en:hover {
  background: #003ce6;
  color: white;
}
article #language .active {
  background: url(../../images/placeholder.png) !important;
  color: #003ce6 !important;
}
article #language .active:hover {
  cursor: default;
}
article #content {
  margin: 0 auto;
  padding: 0 0 80px 0;
}
article #content .details {
  text-align: center;
  color: #003ce6;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
article #content .details img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 1px;
  -ms-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
article #content .details .title {
  font-family: "AxoBook", sans-serif;
  font-size: 40px;
  margin: 0 0 80px;
  color: #003ce6;
}
article #content .details .info {
  font-size: 13px;
  font-size: 12px;
  text-align: left;
  margin: 20px 0 100px 0;
}
article #content .text {
  line-height: 20px;
  margin: 0 0 0 auto;
  width: 80%;
  padding: 0;
  position: relative;
}
article #content .text a {
  border-bottom: 2px solid darkblue;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
article #content .text a:hover {
  color: darkblue;
  border-bottom: 2px solid #003ce6;
}
article #content .text p > .inline-image:first-child {
  margin-top: 100px;
}
article #content .text .inline-image {
  position: relative;
  width: 125%;
  margin: 0 -25% 40px;
}
article #content .text img {
  position: relative;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  display: block !important;
}
article #content .text .legende {
  text-align: left;
  font-size: 12px;
  line-height: 0.9rem;
  padding: 10px 0 40px 0;
}
article #content.off {
  right: -480px;
}

footer {
  text-align: center;
  padding: 0 0 100px 0;
}
footer a {
  font-size: 14px;
  color: #003ce6;
  padding: 14px;
  margin: 0;
  border: 1px solid #003ce6;
}
footer a:hover {
  border: 1px solid #003ce6;
  background: #003ce6;
  color: white;
}

.project_footer {
  padding: 0 0 80px 0;
  display: none;
}

#bio {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
  vertical-align: top;
  margin: 0 auto 100px auto;
  border-bottom: 1px solid #003ce6;
  text-align: center;
  padding: 110px 0 110px 0;
}
#bio h1 {
  text-align: center;
  font-family: "AxoBook", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #003ce6;
  margin: 0;
}
#bio .text {
  padding: 0;
  margin: 0 auto 10% auto;
  width: 80%;
  margin: 34px auto 0 auto;
  position: relative;
  line-height: 18px;
}
#bio a {
  font-size: 0.7rem;
  color: darkblue;
  text-transform: uppercase;
  font-family: "AxoBook", sans-serif;
  border-bottom: 1px solid darkblue;
}
#bio a:hover {
  border-bottom: 2px solid #003ce6;
}

#news {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
  vertical-align: top;
  margin: 0 auto 100px auto;
  border-bottom: 1px solid #003ce6;
}
#news h1 {
  text-align: center;
  font-family: "AxoBook", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #003ce6;
  margin: 0;
}
#news .text {
  padding: 0;
  margin: 0 auto 10% auto;
}
#news .newsitem {
  text-align: center;
  margin: 80px 0 100px 0;
  position: relative;
}
#news .date {
  font-size: 14px;
  color: #003ce6;
  text-align: left;
  position: absolute;
  left: -100px;
  top: 70px;
  font-family: "Cutive Mono", monospace;
  display: inline-block;
  padding: 10px 14px;
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}
#news a {
  font-size: 0.7rem;
  text-transform: uppercase;
  border-bottom: 1px solid darkblue;
  color: darkblue;
  font-family: "AxoBook", sans-serif;
}
#news a:hover {
  border-bottom: 2px solid #003ce6;
}
#news img {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block;
}

#other {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
  vertical-align: top;
  width: 100%;
}
#other h1 {
  text-align: center;
  font-family: "AxoBook", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #003ce6;
  margin: 0;
}
#other .text {
  padding: 0;
  margin: 0 auto 10% auto;
  margin: 34px auto 120px auto;
}
#other .contactbutton {
  display: inline-block;
  font-family: "Cutive Mono", monospace;
  font-size: 18px;
  color: #003ce6;
  background: transparent;
  border: 1px solid #003ce6;
  padding: 14px 20px;
  margin: 0 14px 0 0;
  -webkit-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
#other .contactbutton:hover {
  border: 1px solid #003ce6;
  background: #003ce6;
  color: white;
}

#statement {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
  vertical-align: top;
  margin: 0 auto 100px auto;
  border-bottom: 1px solid #003ce6;
  padding: 0 0 50px 0;
  border-bottom: 1px dashed #003ce6;
}
#statement h1 {
  text-align: center;
  font-family: "AxoBook", sans-serif;
  font-weight: normal;
  font-size: 40px;
  color: #003ce6;
  margin: 0;
}
#statement .text {
  padding: 0;
  margin: 0 auto 10% auto;
  position: relative;
  width: 90%;
  font-size: 18px;
  line-height: 2rem;
  font-family: "Cutive Mono", monospace;
  color: #003ce6;
  padding: 80px 0 0 0;
  margin: 0 0 0 auto;
}
#statement .text p {
  margin: 0 0 3rem 0;
}
#statement .text p:first-child {
  padding: 0;
  margin: 0 0 3rem 0;
}
#statement #language {
  font-family: "Cutive Mono", monospace;
  border: 1px solid #003ce6;
  color: #003ce6;
  margin: 0 0 0 -10%;
}
#statement #language .fr {
  font-size: 15px;
  line-height: 1rem;
  padding: 10px 10px 2px 10px;
}
#statement #language .en {
  font-size: 15px;
  line-height: 1rem;
  padding: 2px 10px 10px 10px;
}

.text img {
  background-image: url("../../images/placeholder.png");
  background-repeat: repeat;
}

.details img {
  background-image: url("../../images/placeholder.png");
  background-repeat: repeat;
}

@media screen and (min-height: 640px) {
  article {
    padding: 100px 0 0 0;
  }
  article #content {
    width: 48%;
    max-width: 720px;
  }
  article #content .details .title {
    font-size: 30px;
    margin: 0 0 50px;
  }
}
@media screen and (min-height: 800px) {
  article {
    padding: 130px 0 0 0;
  }
  article #content {
    width: 90%;
    max-width: 820px;
  }
  article #content .details .title {
    font-size: 40px;
    margin: 0 0 80px;
  }
}
@media screen and (min-width: 1280px) and (min-height: 800px) {
  article {
    padding: 130px 0 0 0;
  }
  article #content {
    width: 100%;
    max-width: 840px;
  }
  article #content .details .title {
    font-size: 40px;
    margin: 0 0 80px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  article {
    padding: 130px 0 110px 0;
  }
  article #content {
    width: 90%;
    max-width: 820px;
  }
  article #content .details .title {
    font-size: 40px;
    margin: 0 0 80px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    background-position-x: -100%;
  }
  .full {
    background-size: cover;
    background-position: 50%;
  }
  nav {
    display: none;
  }
  #projects {
    margin: 0 auto;
    max-width: 90%;
  }
  #projects li {
    margin: 0 auto 90px auto;
  }
  #projects .previewText {
    line-height: 2.2rem;
    font-size: 30px;
  }
  #news {
    width: 80%;
    border-top: 1px solid #003ce6;
    padding: 50px 0;
    margin-bottom: 80px;
  }
  #news .newsitem {
    margin: 34px 0 0 0;
  }
  #bio {
    width: 80%;
    border: 0;
    margin: 0 auto 80px auto;
    padding: 40px 0 0 0;
  }
  #bio h1 {
    text-align: left;
    line-height: 3.2rem;
  }
  #bio .text {
    text-align: left;
    width: 100%;
    margin: 22px 0 0 auto;
    font-size: 12px;
    font-family: "Cutive Mono", monospace;
  }
  #bio #other {
    margin: 24px 0 0 auto;
  }
  #bio #other .contactbutton {
    display: inline-block;
    color: #003ce6;
    background: transparent;
    border: 1px solid #003ce6;
    padding: 14px 20px;
  }
  #bio #other .contactbutton:first-child {
    margin: 0 110px 0 0;
  }
  #bio #other .contactbutton:nth-child(2) {
    margin: 10px 8px 0 0;
  }
  #bio #other .contactbutton:last-child {
    margin: 0;
  }
  #statement {
    border: 0;
    padding: 0;
    margin: 0 auto;
  }
  #statement .text {
    font-size: 12px;
    width: 100%;
    line-height: 1.2rem;
  }
  #statement .text p {
    margin: 0 0 2rem 0;
  }
  article {
    padding: 84px 0 24px 0;
  }
  article #content {
    width: 90%;
    max-width: 90%;
    padding: 0;
  }
  article #content .details .title {
    font-size: 30px;
    margin: 0 0 48px;
    line-height: 2.2rem;
  }
  article #content .details .info {
    margin: 10px auto 40px auto;
    text-align: center;
  }
  article #content .text {
    width: 90%;
    font-size: 12px;
    font-family: "Cutive Mono", monospace;
    position: relative;
    margin: 0 auto;
  }
  article #content .text p .inline-image:first-child {
    margin-top: 40px;
  }
  article #content .text p:last-child .inline-image:last-child .legende {
    padding-bottom: 0 !important;
  }
  article #content .text .inline-image {
    width: 110%;
    margin: 0 0 15px -5%;
  }
  article #content .text .inline-image .legende {
    position: relative;
    font-family: "Cutive Mono", monospace;
  }
  article #content .text img {
    margin: 0;
  }
  #language {
    display: none;
  }
  .project_footer {
    padding: 0 0 80px 0;
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #projects li {
    margin: 0 auto 94px auto;
  }
  article {
    padding: 70px 0 0 0;
  }
  article #content {
    width: 70%;
  }
  article #content .details {
    text-align: center;
    color: #003ce6;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  article #content .details .title {
    font-family: "AxoBook", sans-serif;
    font-size: 40px;
    margin: 0 0 30px;
    color: #003ce6;
  }
  #bio {
    text-align: center;
    padding: 140px 0;
  }
  #bio .text {
    width: 80%;
    margin: 110px auto 0 auto;
    position: relative;
    line-height: 18px;
  }
  #news {
    padding: 0 0 40px 0;
  }
  #other {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  #projects li {
    margin: 0 auto 94px auto;
  }
  article {
    padding: 70px 0 0 0;
  }
  article #content {
    width: 70%;
  }
  article #content .details {
    text-align: center;
    color: #003ce6;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  article #content .details .title {
    font-family: "AxoBook", sans-serif;
    font-size: 40px;
    margin: 0 0 30px;
    color: #003ce6;
  }
  #bio {
    text-align: center;
    padding: 140px 0;
  }
  #bio .text {
    width: 80%;
    margin: 110px auto 0 auto;
    position: relative;
    line-height: 18px;
  }
  #news {
    padding: 0 0 40px 0;
  }
  #other {
    width: 100%;
    margin: 40px 0 0 0;
  }
}
