@font-face {
  font-family: "GroteskRemix";
  src: url("GroteskRemix-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "CooperHewitt";
  src: url("CooperHewitt-Book.otf");
  font-weight: 400;
}
@font-face {
  font-family: "CooperHewitt";
  src: url("CooperHewitt-Bold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "CooperHewitt";
  src: url("CooperHewitt-BookItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "NT-demi";
  src: url("NS-demilightt.otf");
  font-weight: 300;
}
@font-face {
  font-family: "NT";
  src: url("https://db.onlinewebfonts.com/t/4f0b783ba4a1b381fc7e7af81ecab481.eot");
  src: url("https://db.onlinewebfonts.com/t/4f0b783ba4a1b381fc7e7af81ecab481.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/4f0b783ba4a1b381fc7e7af81ecab481.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/4f0b783ba4a1b381fc7e7af81ecab481.woff") format("woff"), url("https://db.onlinewebfonts.com/t/4f0b783ba4a1b381fc7e7af81ecab481.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/4f0b783ba4a1b381fc7e7af81ecab481.svg#STHeiti J Light") format("svg");
}
* {
  font-weight: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-character: "-";
}

html,
body {
  margin: 0;
  background: none;
  font-size: 11pt;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth !important;
}

body {
  font-family: CooperHewitt;
  color: #2b2b2a;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body.home, body.events {
  margin: 0;
}
body div.container {
  padding: 0 1em;
}
body h1 {
  font-family: "GroteskRemix";
  font-size: 2rem;
}
body .statement {
  font-family: "GroteskRemix";
  line-height: 1.3;
  font-weight: normal;
}

.container .column a:link,
.container .column a:active,
.container .column a {
  text-decoration: underline;
}

.wrapper {
  position: sticky;
  top: 0;
  z-index: 9999999999;
  height: 8em;
  overflow: hidden;
}

a {
  height: 100%;
}

a:link,
a,
a:visited {
  color: inherit;
}

a:hover {
  color: blue;
}

p.title {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0.4em;
  color: inherit;
}

canvas {
  position: sticky;
  top: 100px;
}

img {
  max-width: 100%;
}

section {
  margin-top: 200px;
}

.project .group {
  zoom: 1;
}


svg.logo-dots {
  width: 20rem;
  display: block;
  margin-bottom: 5rem;
  margin-top: 10rem;
  fill: grey;
}

body.home .column {
  scroll-snap-align: start;
}

.button.seeall {
  width: 100%;
  background: #d8d8d8;
  border: none;
  align-items: center;
  font-size: 1.2rem;
}
a.calltoaction,
a.calltoaction:link,
a.calltoaction:active {
  background: #2b2b2a;
  color: white;
  padding: 10px 10px 8px 10px;
  border-radius: 5px;
  font-size: 1.5rem;
  white-space: nowrap;
  text-decoration: none;
}

a.calltoaction:hover,
a.calltoaction:active {
  background: #00eeb1;
}

body.home .column.statement,
body.home .column.image2 {
  min-height: 100vh; /* Ensures enough space for the canvas and text */
  align-self: center;
  align-content: center;
  justify-content: center;
  justify-self: center;
  justify-items: center;
}

/* Events */
.slider {
  position: relative; /* Make the canvas position relative to this div */
  font-family: GroteskRemix;
  display: flex;
  overflow: visible; /* Ensure content isn't hidden */
}
body.events .slider {
  height: 30rem; /* Let the content dictate the height */
  width: 100%; /* Ensure the slider takes full width */
  overflow: visible; /* Avoid cropping text content */
}
.nextup .slider {
  min-height: 30rem !important;
  background: none;
  margin: auto;
  padding: 0 !important;
}
@media screen and (max-width: 800px) {
  body.home .nextup .slider {
    padding: 4rem !important;
  }
}
body.home .nextup .slider .slider-body {
  align-self: flex-end;
  font-size: 1.2rem;
}
body.home .slider {
  top: 0px;
  min-height: 100vh; /* Ensures enough space for the canvas and text */
  height: auto; /* Allow for flexible height */
}
body.home .slider .slider-body {
  align-self: center;
}
@media screen and (max-width: 800px) {
  body.home .slider .slider-body {
    padding: 3rem 0.5em !important;
  }
}
@media screen and (max-width: 800px) {
  body.home .slider .slider-body p.title {
    font-size: 1.5em;
    max-width: 90vw;
  }
}
.slider .slider-body {
  padding: 4rem;
  align-self: end;
  position: relative;
  z-index: 1; /* Ensure text stays above the canvas */
  overflow: visible; /* Ensure text isn't cut off */
}
.slider p {
  color: black;
}
.slider p.title {
  font-weight: normal;
  margin-bottom: 0.4em;
  max-width: 60vw;
}
@media screen and (max-width: 800px) {
  .slider p.title {
    max-width: 90%;
  }
}
.slider canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Ensure it's behind the text */
  object-fit: cover; /* Makes sure canvas covers the div */
}

.card:not(:last-child) {
  margin-bottom: 0;
}

.events {
  padding: 0;
}
.events .column {
  align-self: stretch;
}
.events .card {
  background: #d8d8d8;
  padding: 0.5rem;
  border-radius: 0;
  color: #2b2b2a;
  background-position: top;
  background-size: 20px 10px;
  background-repeat: repeat-x;
}
.events .card h3 {
  font-size: 1.2em;
}
.events .card img {
  background: #d8d8d8;
}
.events .card span.tag {
  background-color: white;
  color: #0d0d0d;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 0.5rem;
}

img {
  background: white;
}

.card em {
  font-style: italic;
  font-size: 1.1rem;
}

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

body.events .card span::before {
  content: none;
}

.card .card-footer {
  border: none;
}

.card .card-footer * {
  border: none;
  padding: 0;
}

.card-footer-item {
  padding: 0;
  justify-content: space-between;
}

.tag-cloud span.tagcount {
  font-size: 0.8em;
  padding-left: 4px;
  margin-bottom: -3px;
}

span.tag {
  background-color: lightgrey;
  color: #0d0d0d;
  border-radius: 20px;
  font-size: 1rem;
}

a.tag {
  background-color: lightgrey;
  color: #0d0d0d;
  border-radius: 20px;
  font-size: 1rem;
  cursor: pointer;
  margin-bottom: 0.5em;
}
a.tag:hover {
  background-color: white;
}

a.tag.active {
  background-color: #ff5c00;
}

span.tag.clear-all,
a.tag.clear-all {
  background: white;
}

ul.line {
  font-size: 1rem;
}
ul.line li {
  justify-content: space-between;
  padding: 0.5em 0;
  width: 100%;
  border-bottom: 2px solid black;
}

ul.line {
  font-size: 1.2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.line * {
  transition: all 0.5s !important;
}
ul.line .article-item {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 1em 1em;
  width: 100%;
  border-bottom: 2px solid black;
}
ul.line .article-link {
  display: contents; /* Allow the grid items to be direct children of the li */
  text-decoration: none;
  color: inherit;
}
ul.line .article-title {
  padding: 0 1em;
  grid-column: 1;
}
ul.line .article-date {
  padding: 0.5em;
  grid-column: 2;
  text-align: right; /* Align tags to the right */
}
ul.line .article-tags {
  padding: 0.5em;
  grid-column: 3;
  text-align: right; /* Align tags to the right */
}
ul.line li:hover {
  background: #d8d8d8;
}
ul.line li:hover span.tag {
  background-color: #00eeb1;
}
body.articles ul.line li:hover span {
  border-color: #ff5c00;
  color: #ff5c00;
}
@media screen and (max-width: 800px) {
  ul.line .article-title {
    grid-column: 1/span 3;
    text-align: center;
    padding: 0 0em;
    font-size: 1.3rem;
  }
  ul.line .article-date {
    grid-column: 2;
    text-align: center;
    padding: 1em 0em;
    color: grey;
  }
  ul.line .article-tags {
    grid-column: 2;
    text-align: center;
    padding: 0;
  }
}

p {
  font-size: 1.2rem;
}

h2 {
  font-size: 1.5rem;
  font-family: GroteskRemix;
}

.columns.artists .column {
  background: white;
}

body.residents section.container {
  background: white;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  margin-top: 2.8rem;
}

body.contact {
  background: #2b2b2a;
  color: white;
  font-weight: 300;
}

body.event img.thumbnail {
  max-height: 80vh;
  width: 100%;
}

body.article ul.related li {
  border-bottom: 1px dotted black;
  padding: 5px 0;
}

body.articles,
body.article {
  background: #d8d8d8;
}
body.articles .block p,
body.article .block p {
  text-indent: 3em;
  font-weight: 300;
}
body.articles span.tag,
body.article span.tag {
  background: white;
}
body.articles span.tag:hover,
body.article span.tag:hover {
  background: #ff5c00;
  cursor: pointer;
}
body.articles h1.main,
body.article h1.main {
  font-size: 3em !important;
  line-height: 1.2;
}
body.articles h1.ch,
body.article h1.ch {
  font-size: 3em !important;
  font-family: "NT-demi";
  font-weight: 300;
}

body.article {
  background: white;
}
body.article .menu {
  background: white !important;
}

img.thumbnail {
  max-height: 70vh;
}

a.apply,
a:link.apply {
  color: #00eeb1;
  font-size: 2rem;
  font-weight: 600;
}

.button {
  border-radius: 0;
}

.button.resident {
  background: #00eeb1;
  color: white;
  border: none;
}

b,
strong {
  color: #2b2b2a;
}

span.tag,
.button {
  transition: 0.2s;
}

#burger {
  position: fixed;
  right: 5px;
  top: 2px;
  z-index: 99999999999999;
  cursor: pointer;
}
#burger path {
  stroke: #d8d8d8;
}
body.articles #burger path {
  stroke: white;
}

.mobilemenu {
  background: #d8d8d8;
  width: 100vw;
  height: 100vh;
  display: flex;
  z-index: 99999999999999;
  position: fixed;
  align-content: center;
  text-align: center;
  justify-content: center;
  align-self: center;
  transition: all 3s;
  top: 0;
}
.mobilemenu ul {
  font-family: GroteskRemix;
  font-size: 3em;
  align-self: center;
}
.mobilemenu li {
  margin-bottom: 0.3em;
}
.mobilemenu a,
.mobilemenu a:link,
.mobilemenu a:visited {
  color: grey;
}
.mobilemenu a:hover,
.mobilemenu a:active {
  color: #00eeb1;
}
.mobilemenu a.active {
  color: #2b2b2a;
}

.card {
  margin: 10px;
  padding: 10px;
  background: #fff;
  display: inline-block;
  vertical-align: top;
}

.dithered-image,
.dither-scroll {
  display: none; /* Hide original images */
  max-width: 100%;
}

canvas {
  width: 100%; /* Ensure the canvas matches the image dimensions */
  height: auto;
  display: block; /* Make sure the canvas is displayed correctly */
  margin: auto; /* Center the canvas within its parent */
  position: relative;
  top: inherit;
}

.image1 {
  max-width: 100%;
}

.image2 {
  max-width: 80vw;
}
@media screen and (max-width: 800px) {
  .image2 {
    max-width: 100vw;
  }
}

body.home h1 {
  color: #d8d8d8;
}
body.home h1.main {
  color: #2b2b2a;
}

.logo {
  position: fixed;
  top: -10px;
  left: 1px;
  margin: 0;
  border: 1px solid black;
  width: 100vw;
  height: auto;
}

.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100vw;
  background: white;
  padding: 0.4rem 0 0;
  z-index: 999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -2px;
  user-select: none;
  transition: top 0.5s ease;
}
body.home .menu {
  background: none;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 40%, rgba(255, 0, 0, 0));
}
body.home .menu .mentext text {
  fill: #2b2b2a;
}
@media screen and (max-width: 800px) {
  body.home .menu .mentext text {
    fill: darkgrey;
  }
}
@media screen and (max-width: 800px) {
  .menu {
    left: 0;
    top: 0;
    height: 4rem;
  }
  .menu svg {
    margin-left: -20%;
    margin-top: -5px;
    width: 80% !important;
  }
}
.menu svg {
  width: 100%;
  height: auto;
  max-height: none;
  margin-top: -10px;
}
.menu svg path {
  transition: fill 0.4s ease;
}
.menu .mentext text {
  fill: #d8d8d8;
  font-family: "GroteskRemix";
  cursor: pointer;
}
.menu .mentext text:hover {
  fill: #d8d8d8;
}
.menu .dots path,
.menu .mentext:hover path {
  fill: #d8d8d8;
}
.menu .dots path:hover,
.menu .mentext:hover path:hover {
  fill: #00eeb1;
}
.menu .char text {
  fill: #00eeb1;
  font-family: "NT-demi";
}
.menu a.active {
  cursor: default !important;
}
.menu a.active text {
  fill: #2b2b2a !important;
}
@media screen and (max-width: 800px) {
  .menu a.active text {
    fill: darkgrey !important;
  }
}
.menu a.active path {
  fill: #00eeb1;
}
body.contact .menu {
  background: #2b2b2a;
}
body.contact .menu text {
  fill: darkgrey;
}
body.contact .menu a.active text {
  fill: white !important;
}
body.articles .menu, body.article .menu {
  background: #d8d8d8;
}
body.articles .menu .dots path,
body.articles .menu .mentext text, body.article .menu .dots path,
body.article .menu .mentext text {
  fill: darkgrey;
}
body.articles .menu a:hover .dots path, body.article .menu a:hover .dots path {
  fill: #00eeb1 !important;
}
.menu.scrolled {
  top: -6.5rem;
}

.last svg:hover {
  opacity: 0.4;
}

svg.icons {
  fill: #2b2b2a;
  max-width: 10vw;
  z-index: 100000000000000000000000000000000000000;
}

svg.icon-end {
  fill: none;
  stroke: #2b2b2a;
  stroke-miterlimit: 10;
  stroke-width: 1.5px;
  width: 50%;
  display: flex;
  margin: auto;
  transition: all 1s;
}
svg.icon-end:hover {
  transform: translateY(10px);
  stroke: #00eeb1;
}

@media screen and (max-width: 800px) {
  .containerfull {
    margin: 0 1em;
  }
}

/*# sourceMappingURL=style.css.map */
