@charset "UTF-8";
body {
  margin: 0;
  border: 0;
  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: #22272f; }

.hide {
  display: none; }

body {
  margin: 0;
  border: 0;
  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: #22272f; }

.hide {
  display: none; }

/* .videoholder copied from miners walk*/
.videoholder {
  position: fixed;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  z-index: 9000; }

.videoholder--hide {
  visibility: hidden;
  display: none; }

.videoholder--show {
  visibility: visible;
  display: block; }

.videoholder iframe {
  position: fixed;
  width: 100%;
  height: calc(100% - 64px);
  left: 0;
  bottom: 0; }

.videoHolder__cta-container {
  background-color: black;
  width: 100%;
  height: 64px;
  position: fixed; }

.video-close-button {
  position: fixed;
  right: 16px;
  top: 26px; }

.chevron--right {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  height: 0.45rem;
  width: 0.45rem;
  position: relative;
  vertical-align: top;
  top: 0.4rem;
  left: 0.15rem;
  display: inline-block;
  transform: rotate(45deg);
  top: 0rem; }

.dot-button--default {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 4px;
  transition: padding 0.3s; }
  .dot-button--default[disabled] {
    padding: 8px;
    mix-blend-mode: luminosity;
    cursor: auto; }
  .dot-button--default:hover:not([disabled]), .dot-button--default:active:not([disabled]), .dot-button--default:focus:not([disabled]) {
    padding: 0; }

.dot-button--related,
.dot-button--related[disabled] {
  padding: 4px;
  mix-blend-mode: normal; }

.dot-button--unrelated,
.dot-button--unrelated[disabled] {
  padding: 8px;
  mix-blend-mode: luminosity; }

/* DOT BUTTON CARD */
.content-card__container {
  width: 263px;
  height: 148px;
  min-height: auto;
  position: absolute;
  left: 205px;
  top: 435px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer; }

.content-card {
  width: 263px;
  height: 148px;
  min-height: auto;
  position: absolute;
  top: 1px;
  left: 1px;
  background-size: cover;
  background-blend-mode: multiply;
  text-align: left;
  z-index: 20000; }

.content-card--hide {
  display: none; }

.text-screen__background {
  position: absolute;
  background: #eeeeee;
  min-height: 100vh;
  width: 100%;
  padding: 0; }

.text-screen__content {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  color: #444444;
  margin-top: 90px; }
  @media screen and (min-width: 320px) {
    .text-screen__content {
      padding-left: 16px;
      padding-right: 16px; } }
  @media screen and (min-width: 400px) {
    .text-screen__content {
      padding-left: 55px;
      padding-right: 55px;
      margin-right: auto;
      margin-left: auto;
      max-width: 720px; } }

.text-screen__heading {
  font-size: 24px;
  letter-spacing: 2px; }

.text-screen__h2 {
  font-size: 22px;
  letter-spacing: 0.61px; }

.text-screen__body-container {
  margin-top: 60px; }

.about__p1 {
  font-size: 16px;
  line-height: 26px; }
  @media screen and (min-width: 600px) {
    .about__p1 {
      font-size: 28px;
      line-height: 36px; } }

.about__p2 {
  font-size: 16px;
  line-height: 26px; }

.about__p3 {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 60px;
  color: #666666;
  margin-top: 32px; }
  @media screen and (min-width: 600px) {
    .about__p3 {
      font-size: 12px;
      line-height: 18px;
      padding-bottom: 120px; } }

.about__head-image {
  width: 100%; }

.credits__person {
  display: inline-block;
  margin-bottom: 60px; }
  @media screen and (min-width: 1008px) {
    .credits__person {
      margin-bottom: 70px; } }

@media screen and (min-width: 1008px) {
  .credits__person_details {
    float: left;
    width: 50%;
    padding-right: 90px;
    box-sizing: border-box; } }

.credits__info {
  font-size: 16px;
  line-height: 26px; }
  @media screen and (min-width: 1008px) {
    .credits__info {
      font-size: 18px;
      line-height: 28px;
      margin: 0;
      float: left;
      width: calc(50% - 10px);
      padding-left: 8px; } }

.credits__name {
  font-size: 22px;
  font-family: Avenir-Medium;
  line-height: 30px;
  margin: 0; }
  @media screen and (min-width: 1008px) {
    .credits__name {
      font-size: 28px; } }

.credits__role {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 3px; }
  @media screen and (min-width: 1008px) {
    .credits__role {
      font-size: 14px;
      line-height: 22px; } }

.credits__link {
  font-size: 12px;
  margin: 0;
  color: #999999;
  text-decoration: none; }
  @media screen and (min-width: 1008px) {
    .credits__link {
      font-size: 14px;
      line-height: 22px; } }

.credits-section {
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  margin-bottom: 60px; }

.credits-section__title {
  font-size: 22px;
  font-family: Avenir-Medium;
  line-height: 30px;
  margin: 0;
  margin-top: 8px; }
  @media screen and (min-width: 1008px) {
    .credits-section__title {
      font-size: 28px; } }

/*.credits-section__title {
  font-size: 22px;
  line-height: 30px;
  font-family: Avenir-Medium;
  margin-top: 8px;
}*/
.credits-section__list {
  list-style: none;
  padding: 0; }
  @media screen and (min-width: 640px) {
    .credits-section__list {
      column-count: 2; } }

.credits-section__list li {
  margin-bottom: 4px; }

.contact_container {
  font-family: Avenir-Medium;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 180px; }

.contact__h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  margin-top: 34px; }

.m-0 {
  margin: 0; }

.contact__link {
  color: #999999; }

.credits__person {
  display: inline-block;
  margin-bottom: 60px; }
  @media screen and (min-width: 1008px) {
    .credits__person {
      margin-bottom: 70px; } }

@media screen and (min-width: 1008px) {
  .credits__person_details {
    float: left;
    width: 50%;
    padding-right: 90px;
    box-sizing: border-box; } }

.credits__info {
  font-size: 16px;
  line-height: 26px; }
  @media screen and (min-width: 1008px) {
    .credits__info {
      font-size: 18px;
      line-height: 28px;
      margin: 0;
      float: left;
      width: calc(50% - 10px);
      padding-left: 8px; } }

.credits__name {
  font-size: 22px;
  font-family: Avenir-Medium;
  line-height: 30px;
  margin: 0; }
  @media screen and (min-width: 1008px) {
    .credits__name {
      font-size: 28px; } }

.credits__role {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 3px; }
  @media screen and (min-width: 1008px) {
    .credits__role {
      font-size: 14px;
      line-height: 22px; } }

.credits__link {
  font-size: 12px;
  margin: 0;
  color: #999999;
  text-decoration: none; }
  @media screen and (min-width: 1008px) {
    .credits__link {
      font-size: 14px;
      line-height: 22px; } }

.credits-section {
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  margin-bottom: 60px; }

.credits-section__title {
  font-size: 22px;
  font-family: Avenir-Medium;
  line-height: 30px;
  margin: 0;
  margin-top: 8px; }
  @media screen and (min-width: 1008px) {
    .credits-section__title {
      font-size: 28px; } }

/*.credits-section__title {
  font-size: 22px;
  line-height: 30px;
  font-family: Avenir-Medium;
  margin-top: 8px;
}*/
.credits-section__list {
  list-style: none;
  padding: 0; }
  @media screen and (min-width: 640px) {
    .credits-section__list {
      column-count: 2; } }

.credits-section__list li {
  margin-bottom: 4px; }

.resources_text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.4px; }

.resources__downloads-list {
  list-style: none;
  padding: 0; }

.resources__downloads-item {
  border-top: 1px solid #444440;
  padding: 22px 0px; }
  @media screen and (min-width: 600px) {
    .resources__downloads-item {
      display: flex;
      justify-content: space-between; } }

.download-button {
  font-size: 14px;
  letter-spacing: 0.8px;
  color: white;
  background-color: #444440;
  border-radius: 17px;
  border: 1px solid #444440;
  padding: 0.5rem 1rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block; }

.download-button:focus {
  outline: 0;
  border: 1px solid white; }

.download-button__container {
  margin-top: 8px; }
  @media screen and (min-width: 600px) {
    .download-button__container {
      margin-top: 0; } }

.navigation-menu {
  position: fixed;
  top: 26px;
  right: 16px;
  color: white;
  display: flex;
  justify-content: flex-end;
  z-index: 1000; }

.menu-button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color: inherit;
  fill: currentColor;
  padding: 0; }

.hamburger-button {
  width: 23px;
  height: 20px; }

.hamburger-button--hide {
  display: none; }

.hamburger-button:hover {
  fill: #f1e65a; }

.navigation-menu--dark-theme {
  color: black; }

.navigation-menu--dark-theme .hamburger-button:hover {
  fill: #999999; }

.close-button {
  display: flex;
  align-items: center;
  font-family: Avenir-Medium;
  color: white;
  font-size: 16px;
  letter-spacing: 3px;
  stroke: white;
  height: 20px; }

.close-button--hide {
  display: none; }

.close-button:hover {
  color: #f1e65a;
  stroke: #f1e65a; }

.close-button svg {
  height: 1rem;
  padding: 0;
  stroke-width: 2px;
  margin-left: 8px; }

.menu-screen {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  top: 0;
  text-align: center;
  left: 0;
  opacity: 1;
  transition: left 0.7s, opacity 0.7s cubic-bezier(0, 0, 0.25, 0.95);
  z-index: 4; }

.menu-screen--closed {
  left: -100%;
  opacity: 0; }

.menu-screen ul {
  font-family: avenir-book;
  text-align: center;
  font-size: 16px;
  line-height: 48px;
  letter-spacing: 3px;
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.menu-screen li {
  list-style-type: none; }

.menu-screen li a {
  color: white;
  cursor: pointer;
  text-decoration: none; }

.menu-screen li a.menu-screen__item--selected {
  text-decoration: underline;
  text-underline-offset: 5px; }

.menu-screen li a:hover {
  color: #f1e65a; }

body {
  margin: 0;
  border: 0;
  font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  background-color: #22272f; }

.hide {
  display: none; }

.filter-screen__container {
  z-index: 3;
  position: fixed; }

.filter-screen__overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
  top: 0;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0, 0, 0.25, 0.95); }
  @media screen and (min-width: 700px) {
    .filter-screen__overlay {
      display: none; } }

.filter-screen__overlay--closed {
  opacity: 0;
  pointer-events: none; }
  @media screen and (min-width: 700px) {
    .filter-screen__overlay--closed {
      display: none; } }

.filter-screen {
  position: fixed;
  top: 0;
  margin-top: 18px;
  margin-left: 20px;
  pointer-events: none; }

.filter-list {
  padding: 0;
  text-transform: uppercase;
  margin: 0;
  margin-top: 12px;
  position: absolute;
  left: 0;
  position: relative;
  top: -420px;
  top: 0;
  transition: all 0.5s ease-out; }

.filter-list--open {
  left: 0; }

.filter-list--close {
  left: -300px; }

.filter-list li {
  list-style-type: none;
  margin-bottom: 8px; }

.filter-button {
  font-size: 14px;
  letter-spacing: 0.8px;
  color: white;
  border-radius: 17px;
  border: 1px solid #979797;
  padding: 0.5rem 1rem;
  cursor: pointer;
  pointer-events: all; }

.filter-button:focus {
  outline: 0;
  border: 1px solid #979797; }

.filter-button--themes {
  padding-right: 1rem; }

.filter-button--all {
  background-color: white;
  border-color: white;
  color: black; }
  .filter-button--all:hover, .filter-button--all:focus {
    background-color: rgba(255, 255, 255, 0.7); }

.filter-button--all.filter-button--selected {
  color: black; }

.filter-button--all.filter-button--deselected {
  color: white; }

.filter-button--sounds {
  background-color: #36475c;
  border-color: #36475c; }
  .filter-button--sounds:hover, .filter-button--sounds:focus {
    background-color: rgba(54, 71, 92, 0.7); }

.filter-button--evacuation {
  background-color: #a33a4a;
  border-color: #a33a4a; }
  .filter-button--evacuation:hover, .filter-button--evacuation:focus {
    background-color: rgba(163, 58, 74, 0.7); }

.filter-button--shelters {
  background-color: #729fba;
  border-color: #729fba; }
  .filter-button--shelters:hover, .filter-button--shelters:focus {
    background-color: rgba(114, 159, 186, 0.7); }

.filter-button--assistance {
  background-color: #6b9061;
  border-color: #6b9061; }
  .filter-button--assistance:hover, .filter-button--assistance:focus {
    background-color: rgba(107, 144, 97, 0.7); }

.filter-button--communication {
  background-color: #dcbd54;
  border-color: #dcbd54; }
  .filter-button--communication:hover, .filter-button--communication:focus {
    background-color: rgba(220, 189, 84, 0.7); }

.filter-button--ash {
  background-color: #af8087;
  border-color: #af8087; }
  .filter-button--ash:hover, .filter-button--ash:focus {
    background-color: rgba(175, 128, 135, 0.7); }

.filter-button--spiritualism {
  background-color: #e49073;
  border-color: #e49073; }
  .filter-button--spiritualism:hover, .filter-button--spiritualism:focus {
    background-color: rgba(228, 144, 115, 0.7); }

.filter-button--movingon {
  background-color: #bcac96;
  border-color: #bcac96; }
  .filter-button--movingon:hover, .filter-button--movingon:focus {
    background-color: rgba(188, 172, 150, 0.7); }

.filter-button--selected {
  color: white; }

.filter-button--deselected {
  background-color: rgba(0, 0, 0, 0); }

.chevron {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  height: 0.45rem;
  width: 0.45rem;
  position: relative;
  vertical-align: top;
  top: 0.4rem;
  left: 0.15rem;
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 5rem; }

.chevron--down {
  transform: rotate(135deg);
  top: 0.2rem; }

.filter-button--selected .cross {
  transform: rotate(45deg); }

.list-holder {
  position: relative;
  overflow: hidden; }

.cross {
  position: relative; }

.cross:hover {
  opacity: 1; }

.cross:before,
.cross:after {
  position: absolute;
  top: 1px;
  left: 2rem;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: white;
  transition: all 0.5s ease-out; }

.cross:before {
  transform: rotate(0deg); }

.cross:after {
  transform: rotate(90deg); }

.filter-button--selected .cross:before {
  transform: rotate(45deg); }

.filter-button--selected .cross:after {
  transform: rotate(135deg); }

.entry__background {
  background: url("/merapi_enter_bg.4ac84a07.jpg");
  background-color: #3c3b37;
  background-position: center;
  background-size: cover;
  min-height: 390px; }

.holding_page {
  text-align: center;
  color: white; }

.flexbox_vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 16px;
  height: 100vh; }

.intro__strapline {
  font-family: Avenir;
  color: #eeeeee;
  font-size: 16px;
  letter-spacing: 3.5px;
  position: relative;
  padding-top: 19px;
  /* 1280+ */ }
  @media screen and (min-width: 1280px) {
    .intro__strapline {
      font-size: 16px;
      letter-spacing: 3.5px; } }

.intro__strapline:after {
  content: "";
  background: #979797;
  position: absolute;
  top: 0;
  left: 0;
  width: 154px;
  height: 1px;
  left: calc(50vw - 93px); }

.intro__title {
  font-family: DINAAlternate, Avenir;
  font-weight: bold;
  color: #ffd204;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin-top: 29px;
  font-size: 68px;
  letter-spacing: 4.7px;
  line-height: 1;
  /* 600+ */ }
  @media screen and (min-width: 600px) {
    .intro__title {
      font-size: 130px;
      letter-spacing: 9px;
      margin-top: 80px; } }

.intro__subheading {
  font-family: DINAAlternate, Avenir;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 4.1px;
  margin-bottom: 50px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  /* 600+ */ }
  @media screen and (min-width: 600px) {
    .intro__subheading {
      font-size: 28px;
      letter-spacing: 5.25px;
      margin-bottom: 70px; } }

.intro__enter_button {
  background-color: rgba(255, 255, 255, 0.25);
  font-family: Avenir;
  font-size: 22px;
  letter-spacing: 3.5px;
  color: #eeeeee;
  cursor: pointer;
  display: inline-block;
  border-radius: 30px;
  padding: 1rem 2.5rem;
  border: none;
  /* 600+ */ }
  @media screen and (min-width: 600px) {
    .intro__enter_button {
      font-size: 18px;
      letter-spacing: 3.9px; } }

.intro__enter_button:hover {
  background-color: #f1e65a;
  color: black; }

.intro-screen__background {
  background-color: #3c3b37;
  background-position: center;
  background-size: cover;
  height: 100vh;
  min-height: 615px;
  background: radial-gradient(#5e646a, #23272e);
  background: radial-gradient(circle, #4c5157 0%, #41474d 13%, #31373c 28%, #252b30 47%, #22282e 65%); }

.intro-screen__holding_page {
  text-align: center;
  color: white;
  margin-right: 16px;
  margin-left: 16px;
  position: relative;
  height: 615px;
  width: 100%; }

.intro-screen__flexbox_vertical_center {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 615px; }

.tiers-container {
  max-width: 624px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }

.tiers-container--hide {
  display: none; }

.tier {
  position: absolute;
  transition: all 0.5s cubic-bezier(0.79, 0.1, 1, 1); }

.tier1__pos--initial,
.tier2__pos--initial,
.tier3__pos--initial {
  top: 142px; }

.tier1__pos--final {
  top: 0px; }
  @media screen and (min-width: 400px) {
    .tier1__pos--final {
      top: 0px; } }

.tier2__pos--final {
  top: 112px; }
  @media screen and (min-width: 400px) {
    .tier2__pos--final {
      top: 142px; } }

.tier3__pos--final {
  top: 267px; }
  @media screen and (min-width: 400px) {
    .tier3__pos--final {
      top: 347px; } }

.tier__img {
  width: 100%;
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.15, 1.05, 1, 1);
  mix-blend-mode: multiply; }

.tier__img--selected {
  transform: scale(1.05);
  opacity: 1; }
  @media screen and (min-width: 700px) {
    .tier__img--selected {
      transform: scale(1.1); } }

.tier__img--deselected {
  transform: scale(1);
  opacity: 0.25; }

.intro-screen__text-holder {
  position: absolute;
  top: 20%;
  width: 66.4%;
  left: 16.7%; }

.intro-screen__item-description {
  font-family: Arial, Helvetica, sans-serif;
  color: #c6c6c0;
  font-size: 12px;
  letter-spacing: 0.86px;
  line-height: 1.67;
  margin: 0; }
  @media screen and (min-width: 400px) {
    .intro-screen__item-description {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 1.43; } }

.intro-screen__item-heading {
  font-family: DINAAlternate, Avenir;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 2.1px;
  color: #ffd204;
  margin: 0; }
  @media screen and (min-width: 400px) {
    .intro-screen__item-heading {
      font-size: 20px;
      letter-spacing: 3px; } }

.intro-screen__item-introtext {
  font-family: DINAAlternate, Avenir;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2.1px;
  color: #c6c6c0;
  margin: 0;
  top: 192px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px; }
  @media screen and (min-width: 400px) {
    .intro-screen__item-introtext {
      font-size: 26px;
      letter-spacing: 3px; } }

.introText2Icon {
  position: relative; }

.intro-anim__icon1 {
  display: inline-block;
  width: 36px;
  height: 36px; }

.intro-anim__icon1--transition {
  animation-name: icon-flash;
  animation-duration: 3s;
  animation-delay: 1s; }

@keyframes icon-flash {
  0% {
    opacity: 100%; }
  25% {
    opacity: 0; }
  50% {
    opacity: 100%; }
  75% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

.intro-screen__text {
  transition: opacity 0.5s ease-in; }

.intro-screen__text--hide {
  opacity: 0; }

.intro-screen__text--show {
  opacity: 100; }

.intro-anim__timeline {
  display: block;
  width: 1px;
  left: 16px;
  bottom: 16px;
  position: fixed;
  height: 2px;
  background-color: #666666;
  transition: width 32s linear; }

.intro-anim__timeline--final {
  width: calc(100% - 32px); }

.hide-at-small {
  display: none; }
  @media screen and (min-width: 700px) {
    .hide-at-small {
      display: inherit; } }

.hide-at-large {
  display: inherit; }
  @media screen and (min-width: 700px) {
    .hide-at-large {
      display: none; } }


/*# sourceMappingURL=/main.2292e5a4.css.map */