@font-face {
font-family: 'Arial Narrow';
font-style: normal;
font-weight: normal;
src: url('fonts/ArialNarrow.woff2') format('woff2'), url('fonts/ArialNarrow.woff') format('woff');
}
@font-face {
font-family: 'Arial Narrow';
font-style: italic;
font-weight: normal;
src: url('fonts/ArialNarrow-Italic.woff2') format('woff2'), url('fonts/ArialNarrow-Italic.woff') format('woff');
}
* {
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
html, body {
  overscroll-behavior: none;
}
body {
  font-family: Arial Narrow, 'Arial Narrow', Arial, sans-serif;
  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-break: break-word;
    background-color: white;
    color: black;
    font-size: 20px;
    line-height: 23px;
    margin: 0 auto;
    overflow-x: hidden;
}

body.show-menu:before, body.page-template-default:before{
  content: '';
  display: block;
  width: 100%;
  position: fixed;
  z-index: -1;
  height: 100%;
  background-image: url(img/bg.jpg?v=1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  background-position: center;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
h1.site-title {
  font-size: 20px;
  line-height: 23px;
  position: fixed;
  top: 12px;
  left: 39px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1000;
}
nav.main-menu {
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
}
nav.main-menu li {
  list-style: none;
}
h1.site-title {
  color: white;
  mix-blend-mode: difference;
}
.single-project h1.site-title {
  display: none;
}
.image {
  mix-blend-mode: difference;
}
.content p, .content h2 {
  font-size: 20px;
  line-height: 23px;
}
.content p+p, .content h2+p {
  padding-top: 34px;
}
hr {
  opacity: 0;
  padding-top: 210px;
  display: block;
}
.show-menu main {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-template-default .about-link a, .page-template-projects .projects-link a, .page-template-sketchbook .sketch-book-link a {
  pointer-events: none;
}
nav.main-menu li {
  opacity: 0;
  pointer-events: none;
}
.show-menu nav.main-menu li {
  opacity: 1;
  pointer-events: auto;
}
body.show-menu {
  overflow: hidden;
}
#arrow svg {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  z-index: 1000;
  fill: white;
  stroke: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.prev #arrow svg {
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
}
.sketches.grid {
  padding: 0 36px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-right: -18px;
  padding-top: 100px;
}
.sketch-gallery-wrap, .sketch-image, .sketch-video {
  padding-right: 20px;
  width: 100%;
}
.sketch-video {
  width: calc(100% - 20px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sketch-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sketch {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 100px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.grid-item-12 {
  width: 50%;
}
.grid-item-13 {
  width: 33.33333333333333%;
}
.grid-item-23 {
  width: 66.66666666666666%;
}
.sketch-title h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  position: absolute;
  top: 0;
}
.sketch-title a:hover {
  font-style: italic;
}
@media(min-width: 768px) {
  .sketch-title {
    position: absolute;
    bottom: 0;
    right: 4px;
    height: 32px;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
    white-space: normal;
    overflow-wrap: anywhere;
    overflow: hidden;
  }
}
.projects-link span:last-child, .single-project .projects-link span:first-child  {
  display: none;
}
.single-project .projects-link span:last-child {
  display: block;
}
.sketch-gallery {
  width: 100%;
}
.sketch-gallery-image {
  width: 100%;
}
@media(min-width: 768px) {
  .show-menu .about-link {
    position: fixed;
    top: 12px;
    right: 39px;
  }
  .project-header {
    position: fixed;
    top: 14px;
    left: 36px;
    z-index: 1000;
    width: 100%;
    display: flex;
    mix-blend-mode: difference;
    color: white;
    pointer-events: none;
  }
  .project-header p:first-child {
    width: 13%;
  }
  .project-header p:nth-child(2) {
    width: 15%;
  }
  .project-header h2:nth-child(3) {
    width: 30%;
  }
  .project-header p:last-child {
    width: 20%;
  }
  .single-project .projects-link a {
    position: fixed;
    top: 14px;
    right: 36px;
    left: auto;
    z-index: 1000;
    font-size: 21px;
    line-height: 24px;
    mix-blend-mode: difference;
    color: white;
    pointer-events: auto;
    border-right: none;
  }
  .single-project header {
    position: fixed;
    z-index: 1000;
    mix-blend-mode: difference;
  }
  .single-project li.projects-link {
    opacity: 1;
    pointer-events: auto;
  }
  .project-header p, .project-header h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
  }
  .show-menu nav.main-menu:before, .page-template-default nav.main-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: fixed;
    top: 46px;
  }
  .project-list-header {
    position: fixed;
    
    top: 68px;
    left: 36px;
    z-index: 1000;
    width: calc(100% - 72px);
    border-bottom: 1px solid black;
  }
  .project-list-header p {
    font-size: 10px;
    line-height: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 9px;
    display: flex;
  }
  .project-list-header span:nth-child(1), .project-item span:nth-child(1) {
    width: 13%;
  }
  .project-list-header span:nth-child(2), .project-item span:nth-child(3) {
    width: 15%;
  }
  .project-list-header span:nth-child(3), .project-item span:nth-child(4) {
    width: 30%;
  }
  .project-list-header span:nth-child(4), .project-item span:nth-child(5) {
    width: 20%;
  }
  .project-about-toggle, .inline-project-about, .inline-project-gallery {
    display: none;
  }
  .project-item a {
    display: flex;
    width: 100%;
    min-height: 76px;
    align-items: center;
    font-size: 21px;
    line-height: 24px;
  }
  .project-item a:hover {
    font-style: italic;
  }
  .project-item {
    min-height: 76px;
    border-bottom: 1px solid black;
  }
 .project-list {
    position: fixed;
    top: 86px;
    left: 36px;
    z-index: 1000;
    height: calc(100vh - 86px);
    width: calc(100% - 72px);
    overflow-y: auto;
  }
  
 .show-menu .projects-link a, .show-menu .sketch-book-link a {
    position: fixed;
    top: 46px;
    left: 0px;
    display: block;
    width: 50%;
    height: calc(var(--vh, 1vh) * 100 - 46px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 69px;
  }
  .projects-link a {
    border-right: 1px solid #707070;
  }
.show-menu .sketch-book-link a {
    left: auto;
    right: 0px;
  }
  
  .page-template-default .about-link {
    position: fixed;
    top: 12px;
    right: 39px;
    opacity: 1;
  }
  article.content-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 67px 36px 36px 36px;
    gap: 25px;
  }
  .project-gallery .flickity-prev-next-button {
    cursor: none !important;
  }
  .project-gallery .flickity-prev-next-button svg {
    display: none !important;
  }
  .about-toggle {
    font-size: 20px;
    line-height: 23px;
    color: white;
    mix-blend-mode: difference;
    position: fixed;
    bottom: 33px;
    left: 36px;
    z-index: 1000;
    cursor: pointer;
  }
  .project-description {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    bottom: 33px;
    left: 36px;
    z-index: 1000;
    cursor: pointer;
    top: 70px;
    border-radius: 27px;
    background-color: #FFFFFFE6;
    padding: 22px;
    width: 660px;
    overflow: auto;
  }
  .project-description p {
    padding-left: 180px;
  }
  .show-about .project-description {
    opacity: 1;
    pointer-events: auto;
  }
  .show-about .about-toggle {
    color: black;
    mix-blend-mode: normal;
    left: 58px;
    top: 92px;
    z-index: 1001;
  }
  .filter  h2{
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
  }
  label {
    font-size: 20px;
    line-height: 23px;
    cursor: pointer;
  }
  .filter {
    
    width: 654px;
    z-index: 1000;
    height: 654px;
    mix-blend-mode: difference;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    bottom: 33px;
    left: 36px;
    width: 171px;
    height: 23px;
    position: fixed;
    cursor: pointer;
  }
  .show-filter .filter {
    border-radius: 27px;
    mix-blend-mode: normal;
    background: #FFFFFFE6 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #707070;
  }
  .muted {
    opacity: 0.1;
    display: none;
  }
  .filter h2 {
    color: white;
    
  }
  .show-filter .filter h2 {
    color: black;
    padding: 14px 20px 17px;
  }
  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"]:checked + label {
    font-style: italic;

  }
  .show-filter .filter {
    width: 654px;
    height: calc(100vh - 120px);
  }
  .filter-close {
    display: none;
  }
  .show-filter .filter-close {
    display: block;
  }
  .filter-wrap {
    position: absolute;
    left: 140px;
    top: 14px;
    opacity: 0;
  }
  .show-filter .filter-wrap {
    opacity: 1;
  }
  .filter-item {
    padding-bottom: 18px;
  }
  
  .page-template-projects:not(.show-menu) nav.main-menu li, .page-template-sketchbook:not(.show-menu) nav.main-menu li {
    opacity: 1;
    pointer-events: auto;
    position: fixed;
    top: 12px;
    z-index: 1000;
    color: white;
    mix-blend-mode: difference;
  }
  .page-template-projects:not(.show-menu) .projects-link, .page-template-sketchbook:not(.show-menu) .projects-link {
    right: 36px;
  }
  .page-template-projects:not(.show-menu) .projects-link, .page-template-sketchbook:not(.show-menu) .sketch-book-link {
    pointer-events: none;
    font-style: italic;
    border-right: none;
  }
  .page-template-projects:not(.show-menu) .projects-link a, .page-template-sketchbook:not(.show-menu) .projects-link a {
    border-right: none;
  }
  .page-template-projects:not(.show-menu) .sketch-book-link, .page-template-sketchbook:not(.show-menu) .sketch-book-link {
    right: 123px;
  }
  .page-template-projects:not(.show-menu) .about-link, .page-template-sketchbook:not(.show-menu) .about-link {
    right: 301px;
  }
  nav.main-menu li a:hover {
    font-style: italic;
  }
}
@media(max-width: 767px) {
  .filter {
    display: none;
  }
  .sketches.grid {
    padding-top: 30px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sketch {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .flickity-prev-next-button {
    display: none;
  }
  .sketch-title {
    padding-top: 4px;
  }
  #bp {
    width: 2px;
  }
  #arrow svg {
    display: none !important;
  }
  .project-list-header {
    display: none;
  }
  .inline-project-gallery {
    pointer-events: all;
  }
  .inline-project-gallery-image {
    width: 100%;
    height: auto;
  }
  .inline-project-gallery-video {
    width: 100%;
    height: auto;
  }
  .inline-project-gallery-video video {
    width: 100%;
    height: auto;
  }
  h1.site-title {
    font-size: 21px;
    line-height: 24px;
    padding-top: 20px;
    padding-left: 20px;
    position: static;
  }
  .project-item {
    padding: 25px 20px;
    border-bottom: solid 1px black;
  }
  .project-item span, .project-about-toggle {
    display: block;
    font-size: 21px;
    line-height: 24px;
  }
  .project-about-toggle {
    position: absolute;
    right: 20px;
    pointer-events: auto;
    margin-top: -24px;
  }
  .project-about-toggle.show-about {
    overflow: hidden;
    width: 12px;
    height: 12px;
    margin-top: -16px;
    border-radius: 20px;
    background-color: black;
  }
  .sketch-video, .sketch-image, .sketch-gallery {
    width: 100%;
  }
  .sketch-gallery-wrap, .sketch-image, .sketch-video {
    padding-right: 0;
  }
  .sketch-title h3 {
    position: static;
  }
  .sketch {
    flex-direction: column;
  }
  .sketch-title {
    width: 100% !important;
  }
  .project-item span:nth-child(1) {
    padding-bottom: 20px;
  }
  .project-item span:nth-child(3) {
    padding-top: 15px;
  }
  .project-item a {
    pointer-events: none;
    position: relative;
    display: block;
  }
  .inline-project-about p{
    font-size: 16px;
    line-height: 18px;
  }
  .inline-project-about {
    padding-top: 34px;
    padding-bottom: 15px;
  }
  .inline-project-gallery {
    margin-left: -20px;
    margin-right: -20px;
  }
  .inline-project-about {
    display: none;
  }
  .show-menu nav.main-menu ul {
    display: flex;
    flex-direction: column;
    height: calc(var(--vh, 1vh) * 100 - 46px);
  }
  .show-menu nav.main-menu ul li {
    height: 33.33333333333333%;
    font-size: 40px;
    line-height: 45px;
    width: 100%;
    text-align: center;
  }
  .show-menu nav.main-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .show-menu nav.main-menu ul li:not(:last-child) {
    border-bottom: 1px solid #707070;
  }
  .show-menu nav.main-menu:before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    background-color: #707070;
    position: fixed;
    top: 62px;
  }
  article.content-page {
    padding: 20px;
  }
  .show-menu nav.main-menu {
    position: fixed;
    top: 62px;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100 - 62px);
  }
  hr {
    padding-top: 50px;
  }
  div.image {
    padding-top: 50px;
  }

  .menu-toggle {
    position: fixed;
    top: 23px;
    right: 20px;
    z-index: 100;
    width: 20px;
    height: 20px;
    background-image: url(img/menu-toggle.svg?v=1);
    mix-blend-mode: difference;
    
  }
  header {
    height: 18px;
    border-bottom: 1px solid #707070;
  }
  main.container {
    overflow: auto;
    
  }
  main.container::-webkit-scrollbar {
    display: none;
  }
}

/* Project Gallery Full Bleed Flickity */
.project-gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background: #000;
}

.project-gallery .flickity-viewport {
  height: 100vh;
}

.project-gallery .flickity-slider {
  height: 100vh;
}

.project-gallery-image {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-gallery-video {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-gallery-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-close, .filter-close {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 31px;
  left: 29px;
  border-radius: 50%;
  background-color: black;
  cursor: pointer;
}
/* Hide other content when gallery is active */
body.gallery-active {
  overflow: hidden;
}

body.gallery-active .header,
body.gallery-active .container {
  opacity: 0;
  pointer-events: none;
}