:root {
  --main-gutter: 0.5rem;
  --grid-gutter: 1rem;
  --header-height: 2.5rem;
  --footer-height: 2rem;
  --iphone: env(safe-area-inset-bottom);
  --label-width: calc(100vh * 0.55);
  --slider-height: 2.5rem;
}
@media only screen and (max-width: 900px) {
  :root {
    --main-gutter: 0.5rem;
    --header-height: 2.5rem;
    --footer-height: 2rem;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

html {
  font-size: 100%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 85%;
  }
}
@media only screen and (min-width: 2000px) {
  html {
    font-size: 120%;
  }
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  text-decoration: none;
}

body {
  font-family: Karla, Helvetica, sans-serif;
  background-color: var(--background-color);
}

.main {
  background-color: var(--background-color);
  width: calc(100% - 2 * var(--main-gutter));
  margin: 0 var(--main-gutter);
  margin-top: var(--header-height);
  min-height: calc(var(--vh100) - var(--header-height) - var(--footer-height));
}

.main {
  scrollbar-width: thin;
  scrollbar-color: var(--accent-color) var(--background-color);
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--background-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--element-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-color);
}

/**
 * Basic typography style for copy text
 */
@font-face {
  font-family: Karla;
  src: url(../fonts/Karla-Regular.otf);
  font-weight: normal;
}
@font-face {
  font-family: Karla;
  src: url(../fonts/Karla-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: Karla;
  src: url(../fonts/Karla-Italic.otf);
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: Karla;
  src: url(../fonts/Karla-BoldItalic.otf);
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?gjoi1m");
  src: url("../fonts/icomoon.eot?gjoi1m#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gjoi1m") format("truetype"), url("../fonts/icomoon.woff?gjoi1m") format("woff"), url("../fonts/icomoon.svg?gjoi1m#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-play3:before {
  content: "\ea1c";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-linkedin:before {
  content: "\eaca";
}

.font-size-0 {
  font-size: 0.8rem;
}

.font-size-1 {
  font-size: 1rem;
}

.font-size-2 {
  font-size: 1.25rem;
}

.font-size-3 {
  font-size: 1.563rem;
}

.font-size-4 {
  font-size: 1.953rem;
}

.font-size-5 {
  font-size: 2.441rem;
}

.font-size-6 {
  font-size: 3.052rem;
}

.font-size-7 {
  font-size: 3.815rem;
}

.font-size-8 {
  font-size: 4.76rem;
}

.font-size-9 {
  font-size: 5.96rem;
}

h1 {
  color: var(--element-color);
  margin: 0;
  font-size: 1.953rem;
  line-height: 1.4;
  letter-spacing: -0.03rem;
}

h2 {
  color: var(--element-color);
  margin: 0;
  font-size: 1.25rem;
  font-weight: normal;
  letter-spacing: -0.04rem;
  line-height: 1.4;
}

h3 {
  color: var(--element-color);
  margin: 0;
  letter-spacing: -0.04rem;
  line-height: 1.4;
}

p {
  margin: 0;
  color: var(--element-color);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.01rem;
}
@media only screen and (max-width: 900px) {
  p {
    font-size: 1rem;
  }
}

b {
  color: var(--element-color);
  font-weight: bold;
}

a {
  text-decoration: none;
  color: var(--element-color);
  letter-spacing: -0.01rem;
  transition: 0.2s ease;
}

a:hover {
  color: var(--accent-color);
  letter-spacing: 0.04rem;
}

.link:hover {
  color: var(--accent-color);
}

.header {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
  background-color: var(--background-color);
  top: 0;
  left: var(--main-gutter);
  width: calc(100% - var(--main-gutter) * 2);
  height: var(--header-height);
  border-bottom: 2px solid var(--element-color);
}

.title {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 90%;
}
.title img {
  height: 50%;
}
.title h1 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
}

.nav {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex: 0 1 auto;
  justify-content: flex-end;
  align-items: center;
  min-width: -moz-min-content;
  min-width: min-content;
}
.nav a {
  margin-left: 0.5rem;
}
.nav a p {
  transition: letter-spacing 0.25s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  color: var(--element-color-light);
}
.nav a p:hover {
  color: var(--accent-color);
  letter-spacing: 0.06rem;
}

.footer {
  background-color: var(--background-color);
  width: calc(100% - 2 * var(--main-gutter));
  height: var(--footer-height);
  overflow: hidden;
  z-index: 15;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1.5px solid var(--element-color);
  margin: 0 var(--main-gutter);
}
@media only screen and (max-width: 600px) {
  .footer {
    height: calc(var(--footer-height) + var(--iphone));
    padding-bottom: var(--iphone);
  }
}
.footer p {
  font-size: 1rem;
  margin: 0;
}
.footer a {
  font-size: 1rem;
  margin: 0;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

.stickytitle {
  grid-area: sticky-title;
  position: sticky;
  top: calc(var(--header-height) * -1 + 3rem);
  height: auto;
  width: auto;
  transition: 0.25s ease;
  z-index: 10;
  margin-top: var(--main-gutter);
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .stickytitle {
    top: calc(var(--header-height) * -1 + 3.5rem);
  }
}
.stickytitle:hover {
  top: 2rem;
}
.stickytitle a:hover h1 {
  color: var(--accent-color);
}
.stickytitle h1 {
  font-size: 3rem;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  letter-spacing: -0.06rem;
  line-height: 4rem;
  mix-blend-mode: darken;
}
@media only screen and (max-width: 900px) {
  .stickytitle h1 {
    font-size: 3.815rem;
    line-height: 3.815rem;
  }
}

.breadcrumb {
  align-items: center;
  display: flex;
}

.backbutton {
  height: 50%;
  width: auto;
  border-right: 1px solid var(--element-color);
  padding-right: 1.5rem;
  display: flex;
  align-items: center;
}
.backbutton svg {
  height: calc(var(--slider-height) * 0.4);
  fill: var(--element-color);
  stroke: var(--element-color);
}
.backbutton svg:hover {
  fill: var(--accent-color);
  stroke: var(--element-color);
}

.work-bar {
  grid-area: work-bar;
  overflow: hidden;
  display: flex;
  height: var(--slider-height);
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--element-color);
}

.workcode p {
  color: var(--element-color-light);
}
.workcode p:hover {
  color: var(--element-color);
}

.main-home {
  background-color: var(--background-color);
  width: calc(100% - 2 * var(--main-gutter));
  margin: 0 var(--main-gutter);
  margin-top: var(--header-height);
  overflow-x: auto;
}

.front-page {
  position: fixed;
  height: calc(var(--vh100) - var(--footer-height));
  width: calc(100% - 2 * var(--main-gutter));
  padding-bottom: calc(var(--footer-height) + var(--iphone));
  display: grid;
  grid-template-areas: "catagories catagories" "about-text about-text" "nav-jonas nav-jonas" "nav-portfolio nav-portfolio";
  z-index: 1;
  grid-template-rows: min-content auto min-content min-content;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.catagory-slider {
  white-space: nowrap;
  grid-area: catagories;
  overflow: hidden;
  z-index: 3;
  background-color: var(--background-color);
  display: flex;
  height: auto;
  align-items: center;
  border-bottom: 1px solid var(--element-color);
}

.catagory-slider .inner {
  animation: marquee 40s linear infinite;
  transition: all 0.25s ease-in-out;
}

.catagory-slider .inner a {
  text-transform: uppercase;
  font-size: 5vw;
  line-height: 7vw;
  margin: 0.4rem 0;
  border-right: 1px solid var(--element-color);
  padding: 0 2.5rem;
}

.catagory-slider:hover .inner,
.catagory-slider:active .inner {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-about-text {
  grid-area: about-text;
  padding: var(--main-gutter);
  overflow: hidden;
}
.home-about-text p {
  font-size: 2.441rem;
}
@media only screen and (max-width: 1200px) {
  .home-about-text p {
    font-size: 2.441rem;
  }
}
@media only screen and (min-width: 2000px) {
  .home-about-text p {
    font-size: 3.052rem;
  }
}
@media only screen and (max-width: 900px) {
  .home-about-text p {
    font-size: 1.953rem;
  }
}
.home-about-text a {
  color: var(--element-color-light);
}
.home-about-text a:hover {
  color: var(--accent-color);
}

.home-nav {
  background-color: var(--background-color);
  overflow: hidden;
}

.nav-about {
  align-self: start;
  justify-content: stretch;
  height: 10vw;
  grid-area: nav-about;
  font-size: 13.5vw;
  font-weight: bold;
  letter-spacing: -1vw;
  margin-top: -3vw;
  line-height: 10vw;
  transition: 0.2s;
}

.nav-about:hover {
  margin-top: 0;
  letter-spacing: -1vw;
}

.nav-works {
  align-self: start;
  justify-content: stretch;
  height: 10vw;
  grid-area: nav-works;
  font-size: 13.5vw;
  font-weight: bold;
  letter-spacing: -1vw;
  margin-top: -3vw;
  line-height: 10vw;
  transition: 0.2s;
}

.nav-works:hover {
  margin-top: 0;
  letter-spacing: -1vw;
}

.nav-portfolio {
  border-top: 1px solid var(--element-color);
  grid-area: nav-portfolio;
  font-size: 18vw;
  height: 13.5vw;
  font-weight: bold;
  letter-spacing: -1vw;
  padding-top: 4vw;
  line-height: 13vw;
  transition: 0.2s ease-out;
}
@media only screen and (max-width: 900px) {
  .nav-portfolio {
    font-size: 19vw;
  }
}

.nav-portfolio:hover {
  padding-top: 0;
  letter-spacing: -1vw;
}

.nav-jonas {
  align-self: start;
  border-top: 1px solid var(--element-color);
  grid-area: nav-jonas;
  font-size: 13.5vw;
  height: 10vw;
  font-weight: bold;
  letter-spacing: -1vw;
  padding-top: 3vw;
  line-height: 10vw;
  transition: 0.2s ease-out;
}
@media only screen and (max-width: 900px) {
  .nav-jonas {
    font-size: 12.5vw;
  }
}

.nav-jonas:hover {
  padding: 0;
  letter-spacing: -1vw;
}

.selected-work {
  z-index: 20;
  margin-top: 100vh;
  display: grid;
  grid-gap: calc(var(--main-gutter) * 2);
  grid-auto-rows: min-content;
  grid-template-columns: 1fr;
  padding-bottom: calc(var(--footer-height) + var(--iphone));
}
@media only screen and (max-width: 900px) {
  .selected-work {
    grid-template-columns: 1fr;
  }
}
.selected-work a {
  z-index: 20;
  position: relative;
}
.selected-work a img {
  width: 100%;
  height: auto;
}
.selected-work a:hover .caption {
  opacity: 1;
}
.selected-work a .caption {
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  z-index: 30;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  bottom: calc(2 * var(--main-gutter));
  left: 0;
  background-color: var(--element-color);
}
@media only screen and (max-width: 900px) {
  .selected-work a .caption {
    opacity: 0.9;
  }
}
.selected-work a .caption p {
  line-height: 1.6;
  color: var(--background-color);
  padding: 0 var(--main-gutter);
}
.selected-work a .caption p b {
  color: var(--background-color);
}

.works-slider {
  white-space: nowrap;
  grid-area: catagories;
  overflow: hidden;
  display: flex;
  height: 2rem;
  align-items: center;
  border-bottom: 1px solid var(--element-color);
}

.works-slider .inner {
  animation: marquee 30s linear infinite;
  transition: all 0.25s ease-in-out;
}

.works-slider .inner a {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin: 0.4rem 0;
  border-right: 1px solid var(--element-color);
  padding: 0 2.5rem;
}

.works-slider:hover .inner,
.works-slider:active .inner {
  animation-play-state: paused;
}

.works {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  grid-gap: var(--grid-gutter);
  margin-bottom: var(--main-gutter);
}
@media only screen and (max-width: 900px) {
  .works {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}
.works a {
  position: relative;
  padding-top: 66.5%;
  transition: all 0.25s ease-in-out;
  height: auto;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .works a {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.works a .img-info-wrapper {
  flex: 1 1 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.works a .img-info-wrapper img {
  transition: all 0.1s ease-in-out;
  background-color: rgba(128, 128, 128, 0.0784313725);
  max-width: 100%;
  height: calc(100% - 1.5rem);
}
.works a .info {
  transition: all 0.1s ease-in-out;
  border-top: 1px solid var(--element-color);
  flex: 0 0 auto;
  display: flex;
  opacity: 0.5;
  height: 1.5rem;
  justify-content: space-between;
  padding: 0 0.1rem;
  background-color: var(--background-color);
}
@media only screen and (max-width: 900px) {
  .works a .info {
    opacity: 1;
  }
}
.works a h2 {
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: normal;
  color: var(--element-color);
}
.works a h3 {
  font-size: 1rem;
  font-weight: normal;
  color: var(--element-color-light);
}
.works a:hover .info {
  z-index: 2;
  opacity: 1;
  background-color: var(--element-color);
  border-top: 1px solid var(--background-color);
}
.works a:hover .caption-text {
  color: var(--background-color);
}

.about-info {
  display: flex;
  flex-direction: row;
  margin-bottom: var(--main-gutter);
}
@media only screen and (max-width: 900px) {
  .about-info {
    flex-direction: column;
  }
}

.about-cv {
  flex: 1;
  padding-left: var(--main-gutter);
  border-left: 0px solid var(--element-color);
}
@media only screen and (max-width: 900px) {
  .about-cv {
    border: 0;
    border-top: 1px solid var(--element-color);
    padding: 0;
    padding-top: var(--main-gutter);
  }
}
.about-cv .about-specs {
  margin-bottom: var(--main-gutter);
}
.about-cv h3 {
  margin-bottom: var(--main-gutter);
  border-bottom: 1px solid var(--element-color);
}
.about-cv p {
  text-align: right;
}
.about-cv span {
  border-bottom: 1px dotted var(--element-color-light);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-cv span > :first-child {
  text-align: initial;
  flex: 0 0 23%;
  margin-right: 10%;
}
.about-cv a {
  text-decoration: none;
}

.about-me {
  width: 30rem;
  margin-right: var(--main-gutter);
}
@media only screen and (max-width: 900px) {
  .about-me {
    width: 100%;
  }
}
.about-me p {
  margin: var(--main-gutter) 0;
}
.about-me img {
  max-width: 100%;
}

.main-work {
  display: grid;
  grid-template-areas: "work-bar work-bar" "sticky-title stickytitle" "work-files work-info";
  grid-template-columns: auto 25rem;
  margin-bottom: var(--main-gutter);
}
@media only screen and (max-width: 900px) {
  .main-work {
    grid-template-columns: 1r;
    grid-template-areas: "work-bar work-bar" "sticky-title sticky-title" "work-info work-info" "work-files work-files";
  }
}

.work-info {
  grid-area: work-info;
  position: sticky;
  top: calc(var(--header-height));
  height: -moz-min-content;
  height: min-content;
  width: auto;
  padding: 0 var(--main-gutter);
}
@media only screen and (max-width: 900px) {
  .work-info {
    position: initial;
    padding: 0;
    margin-bottom: var(--main-gutter);
    border: 0;
  }
}

.work-title h2 {
  text-transform: uppercase;
  font-size: 1.563rem;
  letter-spacing: -0.04;
  border-bottom: 1px solid var(--element-color);
}

.work-specs {
  margin-bottom: var(--main-gutter);
}
.work-specs p {
  text-align: right;
}
.work-specs span {
  border-bottom: 1px solid var(--element-color-light);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.work-specs span > :first-child {
  text-align: initial;
  flex: 0 0 23%;
  margin-right: 10%;
}
.work-specs a {
  text-decoration: none;
}

.breadcrumbtag {
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  border-left: 1px solid var(--element-color);
}

.work-files {
  grid-area: work-files;
  height: auto;
  order: 0;
  display: grid;
  -moz-column-gap: calc(2 * var(--main-gutter));
       column-gap: calc(2 * var(--main-gutter));
  overflow: hidden;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0 var(--main-gutter);
}
@media only screen and (max-width: 900px) {
  .work-files {
    border-right: none;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
}
.work-files .files {
  width: 100%;
  height: auto;
  position: relative;
  padding: var(--main-gutter) 0;
}
.work-files .files img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.work-files .files:hover {
  opacity: 0.9;
}
.work-files .files:hover .caption {
  opacity: 1;
}
.work-files .caption {
  transition: all 0.1s ease-in-out;
  opacity: 0.2;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  bottom: calc(2 * var(--main-gutter));
  left: 0;
  background-color: var(--element-color);
}
@media only screen and (max-width: 900px) {
  .work-files .caption {
    opacity: 0.1;
  }
}
.work-files .caption p {
  line-height: 1.6;
  color: var(--background-color);
  padding: 0 var(--main-gutter);
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

@media only screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 600px) {
  .mobile-show {
    display: none;
    visibility: hidden;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .mobile {
    display: block;
  }
}

.is-active {
  color: var(--element-color);
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.covers {
  -o-object-fit: cover;
     object-fit: cover;
}

figure {
  width: 100%;
}

img[data-sizes=auto] {
  display: block;
  width: 100%;
}/*# sourceMappingURL=main.css.map */