@charset "UTF-8";
/**
 * Math
 */
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font-family: "Crimson Text", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #111; }

/**
 * Set `margin-bottom` to maintain vertycal rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/**
 * Links
 */
a {
  color: #656373;
  text-decoration: none;
  position: relative; }
  a:visited {
    text-decoration: none; }
  a:active, a:focus, a:hover {
    color: #b4b2bd;
    text-decoration: none; }

/**
 * Blockquotes
 */
blockquote {
  color: #7C616C;
  border-left: 4px solid #dacfd4;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #dacfd4;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  padding: 8px 12px;
  overflow-x: scroll; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #7C616C; }

/**
 * Sticky footer
 */
html, body {
  height: 100%;
  color: #34292e;
  background-color: #EAFDF8; }

/**
 * Site header
 */
.site-header {
  min-height: 56px;
  background-color: #EAFDF8;
  position: relative; }

.site-title {
  font-size: 26px;
  line-height: 56px;
  margin-bottom: 0;
  float: left;
  position: relative; }
  .site-title .page-link {
    color: #34292e; }
    .site-title .page-link:after {
      background-color: #34292e; }
  .site-title, .site-title:visited {
    color: #34292e; }
  @media screen and (max-width: 600px) {
    .site-title {
      width: 100%;
      padding-bottom: 120px;
      border-bottom: 1px solid #dacfd4; }
      [data-ref="home"] .site-title {
        padding-bottom: 120px; } }

.site-title:after {
  content: 'artist and developer exploring the intersections of technology, ethics, and creativity';
  position: absolute;
  font-style: normal;
  line-height: 1;
  /* letter-spacing: 0px; */
  width: 458px;
  top: 46px;
  left: 0;
  color: #34292e; }
  body:not([data-ref="home"]) .site-title:after {
    display: none; }
  html[lang=fr] .site-title:after {
    content: "artiste et ingénieur logiciel explorant les intersections entre éthique, technologie et créativité"; }
  @media screen and (max-width: 600px) {
    .site-title:after {
      position: absolute;
      width: auto;
      left: 0; } }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #9997a5;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      float: left; } }

/**
 * Home squares
 */
.hovers {
  text-align: left;
  font-family: "Crimson Text", Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: rgba(234, 253, 248, 0.6);
  padding: 0 20px;
  width: 100%;
  height: 217px;
  margin-left: 0;
  line-height: 1.3;
  transition: all 0.35s ease-in-out; }
  .hovers:before {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #34292e;
    text-decoration: none !important;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    opacity: 1;
    padding-top: 15px;
    padding-bottom: 15px;
    left: -150px; }
  .hovers:after {
    position: relative;
    top: 36%;
    display: block;
    opacity: 1;
    color: #7C616C;
    font-style: italic;
    letter-spacing: 0.02em;
    left: -150px; }
  .hovers:hover {
    background: none;
    background: rgba(252, 255, 245, 0.2); }
    .hovers:hover:after, .hovers:hover:before {
      opacity: .7; }

.col-sm-4 a {
  text-decoration: none; }

@media screen and (max-width: 800px) {
  .hovers:after, .hovers:before {
    left: 15px; }
  .hovers:after {
    top: 96%; }
  .hovers:before {
    top: 112%; } }
@media screen and (max-width: 600px) {
  .hovers {
    background: none;
    background: rgba(234, 253, 248, 0.7); }

  .hovers:before {
    opacity: 1; }

  .hovers:after {
    opacity: 1; } }
/**
 * Page content
 */
.page-content {
  background-color: #EAFDF8;
  padding: 30px 0;
  min-height: calc(100% - 96px);
  margin-bottom: -75px; }
  .page-content:after {
    content: "";
    display: block;
    height: 135px; }

.page-heading {
  font-size: 20px;
  height: 50px; }
  .page-heading small {
    font-size: 15px;
    color: #9997a5; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

.post-meta {
  margin-top: 10px;
  font-size: 14px;
  color: #7C616C; }

.post-link {
  display: block;
  font-size: 24px; }

.post-content a::after, .page-link::after {
  content: '';
  background-color: #9997a5;
  padding: 0em .6em 0em;
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  transition: .2s height ease-in-out;
  opacity: 0; }
.post-content a:active::after, .post-content a:focus::after, .page-link:active::after, .page-link:focus::after {
  height: .4em; }
.post-content a:hover::after, .post-content a.active::after, .page-link:hover::after, .page-link.active::after {
  opacity: .6; }

.page-link::after {
  bottom: 0; }

.post-content a::after {
  bottom: 0em; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 24px;
  letter-spacing: -.5px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 24px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

[class^="col-"] {
  margin-bottom: 0; }
  @media screen and (max-width: 800px) {
    [class^="col-"] {
      margin-bottom: 115px; } }

@media screen and (min-width: 600px) {
  .home--all .projects > div:nth-child(1) {
    margin-right: 232px; }

  .home--all .projects > div:nth-child(5),
  .home--all .projects > div:nth-child(3) {
    margin-left: 232px; }

  .home--all .projects > div:nth-child(5),
  .home--all .projects > div:nth-child(6) {
    margin-right: 232px; }

  .home--all .projects > div:nth-child(4),
  .home--all .projects > div:nth-child(7) {
    margin-left: 464px; }

  .home--all .projects * {
    transition: all .35s ease-in-out; }

  .projects {
    perspective: 1000px; }

  .home--all .projects > div:nth-child(0) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(0) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(0):hover {
      transform: rotateY(-3deg) rotateZ(-3deg); }

  .home--all .projects > div:nth-child(1) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(1) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(1):hover {
      transform: rotateY(3deg) rotateZ(-3deg); }

  .home--all .projects > div:nth-child(2) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(2) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(2):hover {
      transform: rotateY(3deg) rotateZ(3deg); }

  .home--all .projects > div:nth-child(3) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(3) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(3):hover {
      transform: rotateY(3deg) rotateZ(3deg); }

  .home--all .projects > div:nth-child(4) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(4) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(4):hover {
      transform: rotateY(-3deg) rotateZ(3deg); }

  .home--all .projects > div:nth-child(5) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(5) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(5):hover {
      transform: rotateY(-3deg) rotateZ(-3deg); }

  .home--all .projects > div:nth-child(6) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(6) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(6):hover {
      transform: rotateY(3deg) rotateZ(-3deg); }

  .home--all .projects > div:nth-child(7) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(7) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(7):hover {
      transform: rotateY(-3deg) rotateZ(-3deg); }

  .home--all .projects > div:nth-child(8) {
    transform-origin: center center 0px;
    transform-style: preserve-3d;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    perspective: 1000px; }
    .home--all .projects > div:nth-child(8) .hovers {
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    .home--all .projects > div:nth-child(8):hover {
      transform: rotateY(3deg) rotateZ(3deg); }

  [data-page="we are all in the same boat"] .row > div:nth-child(2) {
    margin-top: 10em; } }
/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.grayscale {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -moz-transition: -moz-filter 0.2s ease-in-out;
  -o-transition: -o-filter 0.2s ease-in-out;
  -webkit-transition: 0.2s -webkit-filter ease-in-out;
  transition: 0.2s filter ease-in-out; }

.no-grayscale {
  -moz-filter: none;
  -o-filter: none;
  -webkit-filter: none;
  filter: none; }

.row {
  margin-left: -8px;
  margin-right: -8px; }

.label {
  font-weight: 400;
  border-radius: 0; }

.labels {
  position: relative;
  filter: invert(100%); }

.label-bg {
  float: right;
  z-index: 9;
  background-color: #b3b39f;
  display: block;
  content: '';
  height: calc(100%);
  top: 0px;
  position: absolute;
  transition: left 0.4s ease-in-out, width 0.4s ease-in-out; }

.home--all a.label.all ~ .label-bg {
  width: 36px;
  left: 2px; }

.home--dev a.label.dev ~ .label-bg {
  width: 89px;
  left: 100px; }

.home--artdesign a.label.artdesign ~ .label-bg {
  width: 58px;
  left: 40px; }

a.label.all:hover ~ .label-bg {
  width: 36px;
  left: 2px; }

a.label.dev:hover ~ .label-bg {
  width: 89px;
  left: 100px; }

a.label.artdesign:hover ~ .label-bg {
  width: 58px;
  left: 40px; }

a.label, a.label.all, a.label.artdesign, a.label.dev {
  z-index: 10;
  float: right;
  position: relative;
  color: #989274;
  background: rgba(111, 83, 83, 0);
  mix-blend-mode: difference;
  border: 1px solid rgba(111, 83, 83, 0);
  margin-left: 2px; }
  a.label.active, a.label:active, a.label:focus, a.label:hover,
  a.label.all.active,
  a.label.all:active,
  a.label.all:focus,
  a.label.all:hover,
  a.label.artdesign.active,
  a.label.artdesign:active,
  a.label.artdesign:focus,
  a.label.artdesign:hover,
  a.label.dev.active,
  a.label.dev:active,
  a.label.dev:focus,
  a.label.dev:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0); }
  .post a.label,
  .post a.label.all,
  .post a.label.artdesign,
  .post a.label.dev {
    background: #3b3a4e;
    color: #ded7ca; }
    .post a.label:focus, .post a.label:hover,
    .post a.label.all:focus,
    .post a.label.all:hover,
    .post a.label.artdesign:focus,
    .post a.label.artdesign:hover,
    .post a.label.dev:focus,
    .post a.label.dev:hover {
      background: #9fb899;
      color: #0b1c23; }

a.label-default:hover {
  background-color: none;
  background: none;
  background-image: none;
  background-image: none; }

.site-nav .trigger {
  position: relative; }
  .site-nav .trigger .page-link:after {
    display: none; }
  .site-nav .trigger .page-link.resume {
    margin-right: 0px; }

#menu-line {
  position: absolute;
  height: 1px;
  background-color: #9997a5;
  bottom: 18px;
  transition: left 0.4s ease-in-out, width 0.4s ease-in-out, height .2s ease-in-out; }

a.page-link.work.active ~ #menu-line {
  width: 40px;
  left: -1px; }

a.page-link.about.active ~ #menu-line {
  width: 41px;
  left: 61px; }

a.page-link.work:hover ~ #menu-line {
  width: 40px;
  left: -1px; }

a.page-link.about:hover ~ #menu-line {
  width: 41px;
  left: 61px; }

a.page-link.resume:hover ~ #menu-line {
  width: 52px;
  left: 124px; }

/**
 * Site footer
 */
.site-footer {
  padding: 30px 0;
  background-color: #EAFDF8; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #7C616C;
  margin-left: -15px; }

.footer-col {
  float: right;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
.footer-col {
  position: relative; }
  .footer-col a {
    cursor: pointer; }
  .footer-col a:after {
    display: none; }
  .footer-col #footer-menu-line {
    position: absolute;
    height: 1px;
    background-color: #9997a5;
    width: 35px;
    top: 22px;
    left: 0px;
    transition: left 0.4s ease-in-out, width 0.4s ease-in-out, opacity .15s ease-in-out;
    opacity: 0; }
  .footer-col a:hover ~ #footer-menu-line {
    opacity: 1; }

a#bla1:hover ~ #footer-menu-line {
  width: 35px;
  left: 15px; }

a#bla2:hover ~ #footer-menu-line {
  width: 42px;
  left: 63px; }

a#bla3:hover ~ #footer-menu-line {
  width: 49px;
  left: 118px; }

a#bla4:hover ~ #footer-menu-line {
  width: 53px;
  left: 180px; }

.footer-lang {
  margin-left: 15px;
  margin-bottom: 45px; }

.footer-lang .en:lang(en), .footer-lang .fr:lang(fr) {
  font-style: italic; }

header .site-title {
  font-size: 24px;
  font-family: "Crimson Text", Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #9997a5; }

.label,
.post-meta {
  font-family: "Crimson Text", Helvetica, Arial, sans-serif;
  font-style: italic; }

video {
  width: 100% !important;
  height: auto !important; }

img {
  max-width: 100%;
  vertical-align: middle; }

.col-inner {
  background-size: cover;
  background-position: center;
  height: 217px;
  padding: 0;
  margin: 7.5px -7.5px; }

.page-heading {
  margin-top: 10px; }

@media screen and (max-width: 600px) {
  .site-nav .menu-icon {
    padding: 5px 0; }

  .site-nav {
    top: calc(50% - 15px); } }
.post_img_soft {
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.post_img_hard {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }

.berlin-prez {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  height: calc((100vw - 30px) * 566 / 800);
  background-image: url("/images/berlin_sprite.jpg");
  animation: berlin 10s steps(17, end) infinite;
  background-size: auto 100%;
  cursor: pointer; }

@media (min-width: 768px) {
  .berlin-prez {
    height: 481.1px; } }
.berlin-prez:hover:after {
  content: '';
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block; }

.berlin-prez.active {
  animation-play-state: paused; }

@keyframes berlin {
  0% {
    background-position: 0 0; }
  100% {
    background-position: calc(-17 * (100vw - 30px)) 0; } }
@media (min-width: 768px) {
  @keyframes berlin {
    0% {
      background-position: 0 0; }
    100% {
      background-position: calc(-17 * 680px) 0; } } }
[class^=q] {
  transition: transform 0.8s ease-in-out, background 0.8s ease-in-out, opacity 0.8s ease-in-out;
  height: 250px;
  width: 250px;
  position: absolute;
  transform-origin: center;
  transform-style: preserve-3d;
  background-size: cover; }
  .zoomed [class^=q]:after {
    opacity: 0; }

.q1 {
  background-image: url("/images/acc/acc%201.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(-2.2145257706px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -31deg); }
  .q1:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(204, 204, 204, 0.5); }
  .q1:hover:after {
    background-color: rgba(77, 77, 77, 0.5);
    opacity: 0.5; }
  .zoomed .q1:after {
    transition: opacity 0.15s, background 0.15s; }

.q2 {
  background-image: url("/images/acc/acc%202.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(209.7974982685px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 32deg); }
  .q2:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(92, 92, 92, 0.5); }
  .q2:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q2:after {
    transition: opacity 0.15s, background 0.15s; }

.q3 {
  background-image: url("/images/acc/acc%203.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(419.4651402549px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -33deg); }
  .q3:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(212, 212, 212, 0.5); }
  .q3:hover:after {
    background-color: rgba(85, 85, 85, 0.5);
    opacity: 0.5; }
  .zoomed .q3:after {
    transition: opacity 0.15s, background 0.15s; }

.q4 {
  background-image: url("/images/acc/acc%204.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(626.7245333936px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 34deg); }
  .q4:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(84, 84, 84, 0.5); }
  .q4:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q4:after {
    transition: opacity 0.15s, background 0.15s; }

.q5 {
  background-image: url("/images/acc/acc%205.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(831.5125444659px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -35deg); }
  .q5:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(220, 220, 220, 0.5); }
  .q5:hover:after {
    background-color: rgba(93, 93, 93, 0.5);
    opacity: 0.5; }
  .zoomed .q5:after {
    transition: opacity 0.15s, background 0.15s; }

.q6 {
  background-image: url("/images/acc/acc%206.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(1033.7667930596px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 36deg); }
  .q6:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(76, 76, 76, 0.5); }
  .q6:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q6:after {
    transition: opacity 0.15s, background 0.15s; }

.q7 {
  background-image: url("/images/acc/acc%207.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(1233.4256705714px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -37deg); }
  .q7:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(228, 228, 228, 0.5); }
  .q7:hover:after {
    background-color: rgba(101, 101, 101, 0.5);
    opacity: 0.5; }
  .zoomed .q7:after {
    transition: opacity 0.15s, background 0.15s; }

.q8 {
  background-image: url("/images/acc/acc%208.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(1430.4283589731px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 38deg); }
  .q8:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(68, 68, 68, 0.5); }
  .q8:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q8:after {
    transition: opacity 0.15s, background 0.15s; }

.q9 {
  background-image: url("/images/acc/acc%209.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(1624.7148493373px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -39deg); }
  .q9:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(236, 236, 236, 0.5); }
  .q9:hover:after {
    background-color: rgba(109, 109, 109, 0.5);
    opacity: 0.5; }
  .zoomed .q9:after {
    transition: opacity 0.15s, background 0.15s; }

.q10 {
  background-image: url("/images/acc/acc%2010.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(1816.2259601171px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 40deg); }
  .q10:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(60, 60, 60, 0.5); }
  .q10:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q10:after {
    transition: opacity 0.15s, background 0.15s; }

.q11 {
  background-image: url("/images/acc/acc%2011.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(2004.9033551727px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -41deg); }
  .q11:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(244, 244, 244, 0.5); }
  .q11:hover:after {
    background-color: rgba(117, 117, 117, 0.5);
    opacity: 0.5; }
  .zoomed .q11:after {
    transition: opacity 0.15s, background 0.15s; }

.q12 {
  background-image: url("/images/acc/acc%2012.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(2190.6895615421px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 42deg); }
  .q12:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(52, 52, 52, 0.5); }
  .q12:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q12:after {
    transition: opacity 0.15s, background 0.15s; }

.q13 {
  background-image: url("/images/acc/acc%2013.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(2373.5279869469px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -43deg); }
  .q13:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(252, 252, 252, 0.5); }
  .q13:hover:after {
    background-color: rgba(125, 125, 125, 0.5);
    opacity: 0.5; }
  .zoomed .q13:after {
    transition: opacity 0.15s, background 0.15s; }

.q14 {
  background-image: url("/images/acc/acc%2014.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(2553.3629370315px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 44deg); }
  .q14:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(44, 44, 44, 0.5); }
  .q14:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q14:after {
    transition: opacity 0.15s, background 0.15s; }

.q15 {
  background-image: url("/images/acc/acc%2015.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(2730.1396323282px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -45deg); }
  .q15:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.5); }
  .q15:hover:after {
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0.5; }
  .zoomed .q15:after {
    transition: opacity 0.15s, background 0.15s; }

.q16 {
  background-image: url("/images/acc/acc%2016.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(2903.8042249429px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 46deg); }
  .q16:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(36, 36, 36, 0.5); }
  .q16:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q16:after {
    transition: opacity 0.15s, background 0.15s; }

.q17 {
  background-image: url("/images/acc/acc%2017.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(3074.3038149585px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -47deg); }
  .q17:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.5); }
  .q17:hover:after {
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0.5; }
  .zoomed .q17:after {
    transition: opacity 0.15s, background 0.15s; }

.q18 {
  background-image: url("/images/acc/acc%2018.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(3241.5864665482px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 48deg); }
  .q18:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(28, 28, 28, 0.5); }
  .q18:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q18:after {
    transition: opacity 0.15s, background 0.15s; }

.q19 {
  background-image: url("/images/acc/acc%2019.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(3405.6012237958px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -49deg); }
  .q19:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.5); }
  .q19:hover:after {
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0.5; }
  .zoomed .q19:after {
    transition: opacity 0.15s, background 0.15s; }

.q20 {
  background-image: url("/images/acc/acc%2020.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(3566.2981262175px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 50deg); }
  .q20:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(20, 20, 20, 0.5); }
  .q20:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q20:after {
    transition: opacity 0.15s, background 0.15s; }

.q21 {
  background-image: url("/images/acc/acc%2021.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(3723.6282239799px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -51deg); }
  .q21:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.5); }
  .q21:hover:after {
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0.5; }
  .zoomed .q21:after {
    transition: opacity 0.15s, background 0.15s; }

.q22 {
  background-image: url("/images/acc/acc%2022.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(3877.5435928113px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, 52deg); }
  .q22:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(12, 12, 12, 0.5); }
  .q22:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5; }
  .zoomed .q22:after {
    transition: opacity 0.15s, background 0.15s; }

.q23 {
  background-image: url("/images/acc/acc%2023.jpeg");
  transform: scale3d(0.4, 0.4, 0.4) translate3d(4027.9973485993px, 80px, 0) rotate3d(1, 0, 0, 30deg) rotate3d(0, 1, 0, -53deg); }
  .q23:after {
    transition: opacity 0.8s, background 0.15s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.5); }
  .q23:hover:after {
    background-color: rgba(128, 128, 128, 0.5);
    opacity: 0.5; }
  .zoomed .q23:after {
    transition: opacity 0.15s, background 0.15s; }

.q23 {
  z-index: -10;
  opacity: 0; }

.accordeon-viewer {
  transition: perspective 0.8s;
  perspective: 600px;
  width: 100%;
  height: 300px;
  background-color: #dacfd4;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.bck {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto; }
  .bck:after {
    transition: opacity 0.5s ease-in-out;
    content: 'Zoom out';
    opacity: 0;
    cursor: auto; }

.zoomed .bck:after {
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.15s ease-in-out; }
.zoomed .bck:hover:after {
  opacity: 1; }

.accordeon-viewer .bckwd,
.accordeon-viewer .fwd {
  transition: opacity 0.5s ease-in-out;
  z-index: 10; }
.accordeon-viewer .bckwd {
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  position: absolute;
  opacity: 0.4;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
.accordeon-viewer .fwd {
  top: 0;
  right: 0;
  height: 100%;
  width: 10%;
  position: absolute;
  opacity: 0.4;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
.accordeon-viewer.zoomed .bckwd,
.accordeon-viewer.zoomed .fwd {
  opacity: 0;
  z-index: -1; }
