@font-face {
  font-family: 'jostitalic';
  src: url(src/styles/jost-italic-variablefont_wght-webfont.woff2) format("woff2"), url(src/styles/jost-italic-variablefont_wght-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'jostregular';
  src: url(src/styles/jost-variablefont_wght-webfont.woff2) format("woff2"), url(src/styles/jost-variablefont_wght-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'merriweatherlight';
  src: url(src/styles/merriweather-light-webfont.woff2) format("woff2"), url(src/styles/merriweather-light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

.sans, .title-style, body .desktop-title > div, body .slider div.s > div, body.small .slider .slick-slide:nth-of-type(2) > div, body, body #intro .close {
  font-family: "acumin-pro-condensed", sans-serif; }

.serif, body #intro {
  font-family: "minion-pro-condensed", serif; }

li.small {
  font-size: 16px; }

.title-style, body .desktop-title > div, body .slider div.s > div, body.small .slider .slick-slide:nth-of-type(2) > div {
  height: 100vh;
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  padding: 50px 10px;
  box-sizing: border-box; }
  .title-style p:last-of-type, body .desktop-title > div p:last-of-type, body .slider div.s > div p:last-of-type, body.small .slider .slick-slide:nth-of-type(2) > div p:last-of-type {
    margin-bottom: 0px; }

.itinerary-style, body .desktop-title > div.itinerary, body.small .slider .slick-slide:nth-of-type(2) > div {
  font-size: 40px; }
  .itinerary-style ul, body .desktop-title > div.itinerary ul, body.small .slider .slick-slide:nth-of-type(2) > div ul {
    padding-left: 60px;
    padding-right: 60px; }
  .itinerary-style li, body .desktop-title > div.itinerary li, body.small .slider .slick-slide:nth-of-type(2) > div li {
    margin-bottom: 25px;
    list-style: none; }
  .itinerary-style:hover, body .desktop-title > div.itinerary:hover, body.small .slider .slick-slide:nth-of-type(2) > div:hover {
    text-decoration: underline;
    cursor: pointer; }

body {
  color: #000;
  padding: 0;
  margin: 0;
  background-color: #262626; }
  body.homesickness {
    font-family: 'merriweatherlight'; }
    body.homesickness .desktop-title > div {
      padding-right: 0;
      padding-left: 0;
      font-family: 'jostregular'; }
      body.homesickness .desktop-title > div.title-content {
        font-family: 'jostregular'; }
        body.homesickness .desktop-title > div.title-content p:first-of-type {
          margin-bottom: 30px; }
        body.homesickness .desktop-title > div.title-content .small {
          font-size: 0.5em; }
          body.homesickness .desktop-title > div.title-content .small small {
            font-size: 0.5em; }
      body.homesickness .desktop-title > div.itinerary:hover {
        text-decoration: none; }
      body.homesickness .desktop-title > div.itinerary > div {
        padding-top: 100vh; }
      body.homesickness .desktop-title > div > div {
        background-color: rgba(243, 233, 95, 0.7); }
    body.homesickness a.inactive:hover {
      text-decoration: none; }
    body.homesickness #intro {
      font-family: 'merriweatherlight';
      font-size: 1.5rem;
      background-color: rgba(243, 233, 95, 0.9); }
      body.homesickness #intro .close {
        color: #000; }
      body.homesickness #intro p {
        text-align: left;
        max-width: 900px;
        line-height: 1.6; }
    body.homesickness div.s.inactive {
      position: relative; }
      body.homesickness div.s.inactive:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100vh;
        background-color: rgba(243, 233, 95, 0.7);
        opacity: 0.4; }
    body.homesickness .menu:hover hr,
    body.homesickness .menu hr,
    body.homesickness.open .menu .burger-icon:before,
    body.homesickness.open .menu .burger-icon:after {
      background-color: #000; }
    body.homesickness a.speaker {
      display: none !important; }
    body.homesickness .slider div.s > div a {
      color: #fff; }
    body.homesickness .slider div.s > div.footer {
      padding: 100px;
      font-family: 'merriweatherlight'; }
      body.homesickness .slider div.s > div.footer p {
        margin-bottom: 20px; }
  body h2 {
    margin: 0; }
  body a {
    color: red; }
  body p {
    margin-top: 0px; }
  body .wrap {
    position: relative;
    width: 100%; }
  body .slider div.s.text-bottom > div {
    justify-content: flex-end; }
  body .desktop-title {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    z-index: 3; }
    body .desktop-title p.down {
      padding-bottom: 45px;
      background: url(src/assets/triangle-down.svg) center bottom -26px no-repeat;
      background-size: 50px; }
    body .desktop-title > div {
      flex: 1;
      overflow: hidden;
      padding-top: 0;
      padding-bottom: 0;
      width: 50%;
      color: #fff; }
      body .desktop-title > div a {
        color: #fff;
        text-decoration: none; }
        body .desktop-title > div a:hover {
          text-decoration: underline; }
      body .desktop-title > div.itinerary {
        display: block;
        overflow: visible; }
        body .desktop-title > div.itinerary > div {
          padding-top: 180vh;
          padding-bottom: 50vh; }
          body .desktop-title > div.itinerary > div .click-to {
            padding-top: 50vh;
            text-transform: none; }
  body .desktop-title,
  body div.title {
    line-height: 1.2;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.73); }
  body.no-touch .full-wrap {
    display: none; }
  body.no-touch .tap-to {
    display: none !important; }
  body.not-first .desktop-title {
    display: none; }
  body .full {
    font-size: 20px; }
  body #intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 8vh 60px 50px;
    color: #222;
    z-index: 10;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
    display: none; }
    body #intro .commentary {
      display: none; }
      body #intro .commentary p:first-of-type::first-letter {
        float: left;
        font-size: 5rem;
        display: inline-block;
        padding-right: 6px;
        line-height: 1;
        margin-top: 0px; }
    body #intro a {
      color: red; }
    body #intro blockquote,
    body #intro p {
      max-width: 700px;
      margin: 0 auto 40px;
      text-align: justify;
      line-height: 1.4; }
      body #intro blockquote b,
      body #intro p b {
        display: block; }
    body #intro blockquote {
      max-width: 600px; }
    body #intro .close {
      display: block;
      text-decoration: none;
      color: red;
      position: fixed;
      right: 12px;
      top: 14px;
      font-size: 30px;
      z-index: 3; }
  body .slider {
    background-size: cover;
    background-position: center center;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.73); }
    body .slider div.s {
      height: 100vh;
      width: 100vw;
      background-size: cover;
      background-position: center center;
      position: relative;
      cursor: grab; }
      body .slider div.s a.speaker {
        position: absolute;
        bottom: 15px;
        right: 15px;
        display: block;
        z-index: 5;
        width: 50px;
        height: 50px;
        background: url(src/assets/speaker-off.svg) center center no-repeat;
        background-size: 100%;
        cursor: pointer;
        outline: none; }
        body .slider div.s a.speaker.on {
          background-image: url(src/assets/speaker-on.svg); }
      body .slider div.s .slide-commentary {
        display: none; }
      body .slider div.s > div {
        color: transparent;
        text-shadow: none; }
        body .slider div.s > div a {
          color: transparent; }
        body .slider div.s > div ul, body .slider div.s > div li {
          margin: 0px; }
        body .slider div.s > div.footer {
          background-color: #262626;
          color: #fff;
          display: block;
          text-transform: none;
          font-size: 20px !important;
          font-weight: normal;
          line-height: 1.5;
          text-align: left;
          box-sizing: border-box;
          padding: 50px 20px 50px; }
          body .slider div.s > div.footer.trans {
            background-color: transparent; }
          body .slider div.s > div.footer .wrap {
            margin: 0 20px;
            width: auto; }
            body .slider div.s > div.footer .wrap .cols {
              columns: 150px 2; }
              body .slider div.s > div.footer .wrap .cols > div {
                break-inside: avoid; }
          body .slider div.s > div.footer h2 {
            font-size: 1.1em;
            padding-top: 15px;
            font-weight: normal; }
          body .slider div.s > div.footer a {
            color: yellow; }
          body .slider div.s > div.footer p {
            margin: 0 20px 0; }
    body .slider .tap-to {
      display: none; }
    body .slider .click-to {
      color: #fff !important;
      font-size: 30px !important; }
  body.big div.title {
    text-shadow: none; }
  body.big .slider .slick-slide:nth-of-type(2) a.speaker {
    display: none; }
  body.small .tap-to {
    position: relative;
    text-shadow: none;
    z-index: 1;
    color: transparent !important;
    background: url(src/assets/tap.svg) center center no-repeat;
    background-size: 100px; }
  body.small .slider .slick-slide:nth-of-type(2) > div {
    color: #fff; }
    body.small .slider .slick-slide:nth-of-type(2) > div .click-to {
      display: none; }
  body.small .slider .tap-to {
    text-transform: none;
    font-size: 30px; }
  body.small .slider .click-to {
    display: none; }
  body a.social {
    background: url(http://incidents.kadist.org/images/white_facebook.png) center center no-repeat #3b5999;
    background-size: 90%;
    display: inline-block;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin: 0 5px; }
    body a.social.twitter {
      background: url(http://incidents.kadist.org/images/white_twitterbird.png) center center no-repeat #55acee;
      background-size: 80%; }
  body .slick-track {
    height: 100vh; }

a.refresh {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  background: url(src/assets/refresh.svg) center center no-repeat;
  background-size: 100%;
  display: block;
  margin: 70px auto 40px;
  width: 60px;
  height: 60px; }

.mt {
  margin-top: 20px; }

.yellow-line {
  border-bottom: 2px solid yellow; }
  .yellow-line h2 {
    color: yellow; }

body.open .menu .burger-icon {
  background-color: transparent; }

body.open .menu .burger-icon:before,
body.open .menu .burger-icon:after {
  background-color: red; }

body.open .menu .burger-icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }

body.open .menu .burger-icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg); }

.menu hr {
  width: 57%;
  margin: auto;
  background-color: red;
  margin: 7px auto;
  display: block; }

.menu:hover hr {
  background-color: red; }

.menu .burger-icon {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.menu .burger-icon,
.menu .burger-icon:before,
.menu .burger-icon:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: red;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-duration: 0.3s; }

.menu .burger-icon:before,
.menu .burger-icon:after {
  position: absolute;
  content: ""; }

.menu .burger-icon:before {
  top: -10px; }

.menu .burger-icon:after {
  top: 10px; }

@media (max-width: 800px) {
  body .desktop-title {
    display: none; }
  body #intro {
    font-size: 1.5em;
    padding-left: 25px;
    padding-right: 25px; }
    body #intro p {
      text-align: left; }
    body #intro .commentary p:first-of-type::first-letter {
      font-size: 4.17rem; }
  body .slider div.s.title {
    background: none !important; }
  body .slider div.s > div {
    color: #fff; }
  body.touch .slider div.s a.speaker {
    bottom: 50px; } }

@media (max-width: 600px) {
  body.small .slider div.s > div {
    font-size: 40px; }
  body.small .slider .tap-to {
    font-size: 20px !important; }
  body.small .slider .slick-slide:nth-of-type(2) > div {
    font-size: 28px; }
    body.small .slider .slick-slide:nth-of-type(2) > div ul {
      padding-left: 0px;
      padding-right: 0px; }
  body.small.homesickness .slider div.s > div.footer {
    padding: 50px 25px; } }


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