header {
  position: fixed;
  width: 100%;
}
header ul {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: var(--project-color-35);
}

main {
  padding-top: 110px !important;
}
main h1 {
  font-size: 3.556em;
}

.project-intro figure {
  object-fit: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.project-intro figcaption {
  font-size: 7.111em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1em;
  color: #FFF;
  opacity: 0;
  text-align: center;
  animation: fadeIn 1s 0.4s forwards;
  width: 100%;
  padding: 0 var(--unit);
}
.project-intro img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: popInSmall 2s forwards;
}

footer .jobs-box .job {
  color: var(--project-color-50);
}
footer {
  color: var(--project-color);
}
footer p {
  color: var(--project-color);
}

@media all and (max-width: 1250px) {
  .project-intro figcaption {
    font-size: 5.333em;
  }
}
@media all and (max-width: 1025px) {
  .project-intro figcaption {
    font-size: 3.556em;
  }
}
@media all and (max-width: 767px) {
  .block-textinfo {
    padding: 30px var(--unit) 10px var(--unit);
  }
}

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