@font-face {
  font-family: "Eudoxus Sans";
  src: url("https://stijndv.com/fonts/EudoxusSans-Bold.woff2") format("woff2"), url("https://stijndv.com/fonts/EudoxusSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("https://stijndv.com/fonts/EudoxusSans-Regular.woff2") format("woff2"), url("https://stijndv.com/fonts/EudoxusSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("https://stijndv.com/fonts/EudoxusSans-Light.woff2") format("woff2"), url("https://stijndv.com/fonts/EudoxusSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("https://stijndv.com/fonts/EudoxusSans-ExtraBold.woff2") format("woff2"), url("https://stijndv.com/fonts/EudoxusSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("https://stijndv.com/fonts/EudoxusSans-ExtraLight.woff2") format("woff2"), url("https://stijndv.com/fonts/EudoxusSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Eudoxus Sans";
  src: url("https://stijndv.com/fonts/EudoxusSans-Medium.woff2") format("woff2"), url("https://stijndv.com/fonts/EudoxusSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

html {
  font-family: "Eudoxus Sans", system-ui, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

svg {
  top: 50%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: auto;
      justify-content: auto;
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  min-height: 100vh;
  background: #f7f3f0;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-color-scheme: dark) {
  body {
    color: #fff;
    background: #1b1a1a;
  }
}

nav #header-box {
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
}

nav #header-box .pageLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav #header-box .pageLogo .profilePicture {
  margin-right: 30px;
  border-radius: 50%;
  max-width: 17vw;
  max-height: 17vw;
  background-color: #424242;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15);
}

nav #header-box #navigation {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (prefers-color-scheme: light) {
  nav #header-box #navigation .nav-item {
    color: rgba(0, 0, 0, 0.8) !important;
  }
}

nav #header-box #navigation .nav-item {
  text-decoration: none;
  font-weight: 600;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.article,
main,
section {
  padding: 0 100px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

.article div {
  width: 100%;
}

@media (max-width: 920px) {
  .article,
  main,
  section {
    padding: 0 60px;
  }
}

@media (max-width: 760px) {
  .article,
  main,
  section {
    padding: 0 40px;
  }
}

@media (max-width: 500px) {
  .article,
  main,
  section {
    padding: 0 30px;
  }
}

main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.article h1,
main h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  padding: 50px 0 25px;
}

.article ul,
main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}

.article ul a,
main ul a {
  width: 100%;
}

.article ul li,
main ul li {
  margin: 10px;
  padding-top: 30px;
}

.article ul li.mail a,
main ul li.mail a {
  background: #539de8;
  -webkit-box-shadow: 0 3px 9px 0 #3f78b131;
  box-shadow: 0 3px 9px 0 #3f78b131;
}

.article ul li.mail a:active,
main ul li.mail a:active {
  background: #3f78b1;
}

.article ul li.twitter a,
main ul li.twitter a {
  background: #1da1f2;
  -webkit-box-shadow: 0 3px 9px 0 rgba(22, 124, 187, 0.23);
  box-shadow: 0 3px 9px 0 rgba(22, 124, 187, 0.23);
}

.article ul li.twitter a:active,
main ul li.twitter a:active {
  background: #167cbb;
}

.article ul li.dribbble a,
main ul li.dribbble a {
  background: #ea4c89;
  -webkit-box-shadow: 0 3px 9px 0 rgba(185, 57, 108, 0.23);
  box-shadow: 0 3px 9px 0 rgba(185, 57, 108, 0.23);
}

.article ul li.dribbble a:active,
main ul li.dribbble a:active {
  background: #b9396c;
}

.article ul li.linkedin a,
main ul li.linkedin a {
  background: #0073b1;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0, 115, 177, 0.23);
  box-shadow: 0 3px 9px 0 rgba(0, 115, 177, 0.23);
}

.article ul li.linkedin a:active,
main ul li.linkedin a:active {
  background: #005c8e;
}

.article ul li picture,
main ul li picture {
  display: block;
  height: 26px;
}

.article ul li .social-text,
main ul li .social-text {
  color: #ffff;
  margin: 0;
  padding: 5px;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 920px) {
  main {
    padding-top: 38px;
    padding-bottom: 40px;
  }
}

@media (max-width: 760px) {
  main {
    padding-top: 28px;
    padding-bottom: 30px;
  }
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #f7f3f0;
  color: #303030;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #1b1a1a;
    color: #eee;
  }
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.grid:after {
  content: "";
  display: block;
  -webkit-box-flex: 10;
      -ms-flex-positive: 10;
          flex-grow: 10;
  outline: 2px solid #f7f3f0;
  position: relative;
}

@media (prefers-color-scheme: dark) {
  .grid:after {
    outline-color: #1b1a1a;
  }
}

.grid .item {
  height: 40vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  outline: 2px solid #f7f3f0;
  position: relative;
  background-size: 100%;
}

@media (prefers-color-scheme: dark) {
  .grid .item {
    outline-color: #1b1a1a;
  }
}

.grid .item img {
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.grid .item .open,
.grid .item .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
}

.grid .item .open {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}

.grid .item .open:hover, .grid .item .open:focus {
  background-color: rgba(0, 0, 0, 0.25);
}

.grid .item .open:active {
  background-color: rgba(0, 0, 0, 0.5);
}

.grid .item .close {
  display: none;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.grid .item .full {
  display: none;
}

.grid .item .previous,
.grid .item .next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 80px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid .item .previous span,
.grid .item .next span {
  display: block;
  border-radius: 16px;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 8px;
  background-size: 16px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(200, 200, 200, 0.25);
  background-image: url(../img/icon-left.svg);
  pointer-events: none;
}

.grid .item .previous span:hover, .grid .item .previous span:focus,
.grid .item .next span:hover,
.grid .item .next span:focus {
  background-color: rgba(200, 200, 200, 0.5);
}

.grid .item .previous span:active,
.grid .item .next span:active {
  background-color: rgba(200, 200, 200, 0.25);
}

.grid .item .previous:hover span, .grid .item .previous:focus span,
.grid .item .next:hover span,
.grid .item .next:focus span {
  background-color: rgba(200, 200, 200, 0.5);
}

.grid .item .previous:active span,
.grid .item .next:active span {
  background-color: rgba(200, 200, 200, 0.25);
}

.grid .item .next {
  right: 0;
  left: auto;
}

.grid .item .next span {
  background-image: url(../img/icon-right.svg);
}

.grid .item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 4px;
  bottom: 12px;
  color: #fff;
  text-shadow: #1b1a1a 0 1px 1px, #000 0 2px 4px;
  opacity: 0.5;
}

.grid .item .meta li {
  margin-right: 12px;
}

.grid .item.target {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (prefers-color-scheme: dark) {
  .grid .item.target {
    background: #1b1a1a;
  }
}

.grid .item.target .open {
  display: none;
}

.grid .item.target .close {
  display: block;
}

.grid .item.target img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: fade-in 0.5s ease-out;
          animation: fade-in 0.5s ease-out;
}

.grid .item.target .full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: fade-in 0.5s ease-out;
          animation: fade-in 0.5s ease-out;
}

.grid .item.target .full span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.grid .item.target .meta {
  display: none !important;
}

.grid .item.target .previous,
.grid .item.target .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.links {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 16px;
}

.links li {
  margin-left: 8px;
}

.links li a {
  display: block;
  border-radius: 16px;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 8px;
  background-size: 16px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(200, 200, 200, 0.25);
}

.links li a:hover, .links li a:focus {
  background-color: rgba(200, 200, 200, 0.5);
}

.links li a:active {
  background-color: rgba(200, 200, 200, 0.25);
}

.links li.github a {
  background-image: url(../img/icon-github.svg);
}

.links li.twitter a {
  background-image: url(../img/icon-twitter.svg);
}

.links li.instagram a {
  background-image: url(../img/icon-instagram.svg);
}

.links li.rss a {
  background-image: url(../img/icon-rss.svg);
}

.links li.link a {
  text-indent: 0;
  width: auto;
  font-size: 13px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 600;
  text-decoration: none;
}

.four-oh-four {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.four-oh-four img {
  width: 64px;
  vertical-align: bottom;
  margin-bottom: 24px;
}

.four-oh-four h1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}

.four-oh-four p {
  margin-bottom: 32px;
}

.four-oh-four a {
  display: block;
  border-radius: 16px;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: 8px;
  background-size: 16px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-backdrop-filter: blur(20px);
  -moz-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(200, 200, 200, 0.25);
  text-indent: 0;
  width: auto;
  font-size: 13px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 600;
  text-decoration: none;
}

.four-oh-four a:hover, .four-oh-four a:focus {
  background-color: rgba(200, 200, 200, 0.5);
}

.four-oh-four a:active {
  background-color: rgba(200, 200, 200, 0.25);
}

@media (max-aspect-ratio: 1 / 1) {
  .grid .item {
    height: 30vh;
  }
}

@media (max-height: 480px) {
  .grid .item {
    height: 80vh;
  }
}

@media (max-aspect-ratio: 1 / 1) and (max-width: 480px) {
  .grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .grid .item {
    height: auto;
    width: 100%;
  }
  .grid .item img {
    width: 100%;
    height: auto;
  }
  .grid .item .previous,
  .grid .item .next {
    width: 25vw;
    max-width: auto;
  }
  .grid .item .previous span,
  .grid .item .next span {
    display: none;
  }
  .grid .item .previous {
    cursor: w-resize;
  }
  .grid .item .next {
    cursor: e-resize;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=master.css.map */