body {
  background: #000;
}

a {
  color: #999;
}

a:hover {
  color: #FFF;
}

.menu, .follow {
  color: #999;
}

.burger-bar, .follow-line {
  background: #999;
}

#line-icon path {
  fill: #999;
}

.follow a:hover #line-icon path {
  fill: #FFF;
}

.footer {
  position: fixed;
  right: 0;
  bottom: 0;
}

.deco-line {
  z-index: 1;
}

.line1 {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 130px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.viewport {
  position: fixed;
  width: 100%;
  height: 100%;
}
.viewport-slogan {
  position: absolute;
  bottom: 20%;
  right: 15%;
  z-index: 6;
  font-size: 3em;
  font-weight: 300;
  color: #FFF;
}
.viewport-slogan div {
  position: relative;
  opacity: 0;
  top: 20px;
  -moz-transition: opacity 0.6s, top 0.6s;
  -o-transition: opacity 0.6s, top 0.6s;
  -webkit-transition: opacity 0.6s, top 0.6s;
  transition: opacity 0.6s, top 0.6s;
}
.viewport-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 3;
}

.photos {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.photos li {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.photos li.show-img {
  width: 100%;
}
.photos-inner {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: -moz-transform 0s 0s, filter 0s 0s;
  -o-transition: -o-transform 0s 0s, filter 0s 0s;
  -webkit-transition: -webkit-transform 0s, filter 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: transform 0s 0s, filter 0s 0s;
}
.show-img .photos-inner {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -moz-transition: -moz-transform 12s, filter 1s 2s;
  -o-transition: -o-transform 12s, filter 1s 2s;
  -webkit-transition: -webkit-transform 12s, filter 1s;
  -webkit-transition-delay: 0s, 2s;
  transition: transform 12s, filter 1s 2s;
}

.show-text div {
  opacity: 1;
  top: 0;
}
.show-text div:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.show-text div:nth-child(3) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

@media screen and (max-width: 1100px) {
  .viewport {
    width: 100%;
    margin-left: 0;
  }
  .viewport-slogan {
    font-size: 2em;
    opacity: 0.8;
  }
  .viewport-mask {
    display: none;
  }

  .header {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(10%, rgba(0, 0, 0, 0.7)), color-stop(90%, rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 90%);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 90%);
    background: linear-gradient(rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 90%);
  }

  .burger-bar {
    background: #FFF;
  }

  .menu-text {
    color: #ccc;
  }

  .deco-line {
    display: none;
  }

  .footer {
    display: none;
  }
}
