@font-face {
  font-family:"type"; src:url("fonts/LetterGothicStd.woff2") format("woff2");
  font-style:normal;font-weight:400;
}

@font-face {
  font-family:"grot"; src:url("fonts/Berthold-Akzidenz-Grotesk-Light.woff2") format("woff2");
  font-style:normal;font-weight:400;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::scrollbar {
  display: none;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  background: #FFFFFF;
  background-color: #FFFFFF;
  font-family: 'type', Arial, sans-serif;
  font-size: 13px;
  line-height: 1.45;
  -webkit-backface-visibility: visible;
}


@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1400px) {
  body {
    font-size: 14px;
  }
}

audio.audio-embed, audio.audio-embed::-webkit-media-controls-enclosure {
  width: 100%;
  min-width: 100%;
  border-radius: 6px
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
  opacity: 1;
}
a:hover {
  text-decoration: none;
  color: grey;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

ul, ol {
  margin: 0;
  padding: 0;
}

em, strong, i, b {
  font-style: italic;
  font-weight: normal;
}

* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
*::scrollbar {
  display: none;
}
*::-webkit-scrollbar {
  display: none;
}

p {
  margin-bottom: 1em;
}

p a {
  border-bottom: 1px dashed #d2d9db;
}

/* menu links */
.section-link {

}

.menu {
  padding: 0.5rem 0.6rem 0.2rem 0.6rem;
  background: white;
  color: black;
  border-radius: 2px;
  border: 1px solid #f2f3f4;
  transition: background 0.1s, color .1s;
  cursor: pointer;
  display: inline-block;
  margin: 0 .3rem .3rem 0;
}

.menu:last-of-type {
  margin: 0 0 .3rem 0;
}

.menu:hover {
  background: #f2f3f4;
}

.menu.m-active {
  background: #f2f3f4;
  color: black;
}

#taglist {
  display: flex;
  flex-flow: row wrap;
}

#taglist .tag {
  margin: 0 .3rem .3rem 0;
}

#taglist .tag {
  flex-grow: 1;
  padding: 0.5rem 0.6rem 0.2rem 0.6rem;
  background: #dee2e6;
  color: black;
  border-radius: 2px;
  transition: background 0.1s, color .1s;
  cursor: pointer;
}

#taglist.tag-project .tag {
  flex-grow: 0;
}


/* MOBILE PROJECT LIST */
.padding {
  padding-top: 55px;
}
#mobileHeader {
  position: fixed;
  top: 0;
  left: 1.5rem;
  z-index: 100;
  background: #FFF;
  width: 100%;
}

.mobile-proj-list {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #FFFFFF;
  transition: opacity 1s;
  transition-timing-function: cubic-bezier(.28,.37,.22,1);
  opacity: 0;
  overflow-x: scroll;
  pointer-events: none;
}

.mobile-proj-list.overlay-open {
  opacity: 1;
  pointer-events: all;
}


/* PROJECT PAGE */
.projects {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.project-page {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding-bottom: 8rem;
}

.project-title, .project-summary, .project-section {
  grid-column: span 12;
}

.project-gallery {
  width: 100%;
  grid-column: span 12;
  overflow-x: hidden;
  background: #FFFFFF;
}

.project-gallery .sld {
  height: auto;
  padding: 0 1.5rem 0 0;
}

.sld figure {
  display: flex;
  height: auto;
  flex-direction: column;
  align-content: space-between;
}

.fig-inner {
  max-height: 400px;
}

.fig-inner img {
  object-fit: contain;
  max-height: 400px;
  width: auto;
  max-width: calc(100vw - 3rem);
}

.project-gallery figcaption {
  margin-top: 1.5rem;
  width: calc(100% - 3rem);
  max-width: 320px;
  padding-left: 1.5rem;
}

/* SLIDER */

.slider {
  width: 100%;
  height: calc(100vh - (3rem - 56px));
}

.slider .slick-slide {
  height: calc(100vh - (3rem - 56px)) !important;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex !important;
  justify-content: center;
  align-content: center;
}

.slider .slick-slide img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.sld-next {
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  display: block;
  content: "";
}

.sld-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  display: block;
  content: "";
}

/* mouse hover */
.mhover span {
opacity: 0;
color: #000000;

}
.mhover {
  cursor: none;
}
.mhover:hover span {
  position:fixed;
  opacity: 1;
  overflow:hidden;
  white-space: nowrap;
}


/* FILTER DIV */

.filterDiv {
  /*text-align: center;
  justify-content: center;
  align-items: center;*/
  border: 1px dotted #dee2e6;
  padding: .6rem .5rem .4rem .5rem;
  display: none; /* Hidden by default */
  transition: background .1s;
  cursor: pointer;
  border-radius: 2px;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: .5rem;
}

.filterDiv:hover {
  background: #f2f3f4;
}

.filtertags {
  display: flex;
  align-self: baseline;
  margin-top: .35rem;
  padding-left: 1rem;
}

.ftags {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  content: "";
  margin-right: .5rem;
}
.ftags:last-of-type {
  margin-right: 0;
}

.show {
  display: flex;
}

#taglist .tag:hover {
  background: #666666;
  color: white;
}

#taglist .tag.active {
  background-color: #000000;
  color: white;
}

.nopointerevents {
  pointer-events: none;
  grid-column: span 12;
}

.bbot {
  border-bottom: 1px dotted #dee2e6;
}
.bproj {
  border-bottom: 1px dotted #dee2e6;
}


@media only screen and (min-width: 576px) {
  .project-title {
    height: auto;
    min-height: auto;
    max-height: auto;
  }

  .project-title, .project-summary {
    grid-column: span 8;
  }
}

@media only screen and (min-width: 768px) {
  #mobileHeader {
    position: relative;
    left: 0;
  }
  .padding {
    padding-top: 0;
  }

  .mobile-proj-list {
    display: none;
  }

  .sticky-sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .project-title, .nopointerevents {
    grid-column: span 8;
  }

  .bright {
    border-right: 1px dotted #dee2e6;
  }
  .bbot {
    border-bottom: none;
  }

  .slider {
  height: calc(100vh - 6rem);
}

.slider .slick-slide {
  height: calc(100vh - 6rem) !important;
  }

  .project-gallery .sld {
  /*height: 600px;*/
  }

  .sld figure {
    /*max-height: 600px;*/
    padding: 0;
  }

  .fig-inner {
    max-height: 600px;
    padding-right: 1.5rem;
  }

  .fig-inner img {
    max-width: 100%;
    max-height: 600px;
    max-width: calc(66.6666667vw - 3rem);
  }

  .project-gallery figcaption {
    padding-left: 0;
    padding-right: 4.5rem;
    width: 100%;
  }

}

@media only screen and (min-width: 992px) {
  .fig-inner img {
    max-width: calc(75vw - 3rem);
  }
  .project-summary {
    grid-column: span 6;
  }

}

@media only screen and (min-width: 1200px) {
  .project-section {
    grid-column: span 10;
  }
  .fig-inner img {
    max-width: calc(85vw - 3rem);
  }
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1600px) {
}
