html {
  height: 100%;
  background: #101010;
}

body {
  background: #101010;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  pointer-events: text;
  overflow-x: hidden;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  animation: fade 1.5s forwards;
}

@keyframes fade {
  0% { opacity: 0; }
  35% { opacity: 0; }
  100% { opacity: 1; }
}

.canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

canvas[resize] {
  display: table;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.first-padder {
  display: block;
  width: 100%;
  height: 30vh;
  max-height: 500px;
}

.mid-padder {
  display: block;
  width: 100%;
  height: 15vh;
  max-height: 300px;
}

.last-padder {
  display: block;
  width: 100%;
  height: 10vh;
  max-height: 200px;
}

a {
  position: relative;
  color: #fff;
  bottom: 0px;
  -webkit-transition: .1s linear bottom;
  -moz-transition: .1s linear bottom;
  transition: .1s linear bottom;
}

p a {
  display: inline-block;
}

a:hover {
  bottom: 1px; }
a:active {
  top: 1px; }

a::after {
  content: "";
  position: absolute;
  bottom: 5px; left: 1px;
  width: 100%;
  height: 1px;
  background: #717171;
  -webkit-transform-origin: left center;
  -webkit-transition: .075s linear all;
  -moz-transition: .075s linear all;
  transition: .075s linear all;
}

html.touch a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #717171;
  text-underline-offset: 2px;
}

html.touch a::after {
  display: none;
}

a:hover::after {
  height: 3px;
  bottom: 2px;
  background: rgba(199,104,62,1);
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

a:nth-of-type(8n-7):hover::after {
  background: rgba(165,136,45,1); }
a:nth-of-type(8n-6):hover::after{
  background: rgba(146,102,55,1); }
a:nth-of-type(8n-5):hover::after{
  background: rgba(207,194,174,1); }
a:nth-of-type(8n-4):hover::after{
  background: rgba(230,212,197,1); }
a:nth-of-type(8n-3):hover::after{
  background: rgba(165,136,45,1); }
a:nth-of-type(8n-2):hover::after{
  background: rgba(146,102,55,1); }
a:nth-of-type(8n-1):hover::after{
  background: rgba(207,194,174,1); }
a:nth-of-type(8n):hover::after{
  background: rgba(230,212,197,1); }

.intro {
  position: relative;
  display: block;
  width: calc(100% - 100px);
  height: auto;
  padding: 0 50px;
  text-align: center;
  color: #bfbfbf;
}

.container {
  display: inline-block;
  max-width: 500px;
  text-align: left;
  white-space: normal;
  vertical-align: middle;
}

.intro h2 span {
  position: relative;
  color: #fff;
}

html.touch .intro h2 span {
  color: #bfbfbf;
}

.intro h2 span::after {
  content: "";
  position: absolute;
  bottom: 5px; left: 1px;
  width: 100%;
  height: 1px;
  background: #717171;
}

html.touch .intro h2 span::after {
  display: none;
}

.intro h2 {
  position: relative;
  display: block;
  max-width: 500px;
  margin: 0;
  font-family: 'Metric-Regular', sans-serif;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.2px;
  text-align: left;
}

.intro h2::after {
  content: "▕";
  display: inline-block;
  position: relative;
  left: -0.65em;
  top: 0.1em;
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.aboutimage {
  position: absolute;
  left: 100%;
  top: calc(100% - 7px);
  display: block;
  background: transparent no-repeat left top;
  background-position: 50%;
  background-size: 1900% 100%;
  width: 600px;
  height: 340px;
  opacity: 0;
  box-shadow: 0 20px 20px 10px rgba(0,0,0,.2);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 100;
}

html.touch .aboutimage {
  display: none;
}

.intro .links {
  position: relative;
  display: block;
  width: 100%;
  max-width: 480px;
  padding-right: 20px;
  margin-top: 24px;
  font-family: 'Metric-Regular', sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
}

.intro .links span {
  display: inline-block;
  margin-bottom: 5px;
}

.about {
  position: relative;
  display: block;
  width: calc(100% - 120px);
  max-width: 480px;
  margin: 0 auto;
  padding: 0 70px 0 50px;
  font-family: 'Metric-Regular', sans-serif;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  color: #bfbfbf;
}

.about p {
  text-align: left;
  margin: 24px 0;
}

.about p:last-child {
  margin-bottom: 0;
}

.gallery {
  position: relative;
  margin: 60px auto 70px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gallery .image {
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  max-width: 500px;
  max-height: 280px;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0,0,0,.1);
  border-radius: 10px;
  overflow: hidden;
}

.gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

.gallery .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px white;
  border-radius: 10px;
  z-index: 100;
  opacity: 0;
}

.gallery:hover .image img {
  opacity: 0; }
.gallery:hover .image:hover img {
  opacity: 1; }

.gallery:hover .image:hover::after {
  opacity: 0; }
.gallery:hover .image::after {
  opacity: 0.3; }

html.touch .gallery:hover .image img {
  opacity: 1 !important; }
html.touch .gallery:hover .image::after {
  opacity: 0 !important; }

.gallery:nth-of-type(2n-1) .image:nth-child(1) {
  top: 20px;
  left: 40px;
  z-index: 1;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  transform: rotate(4deg); }
.gallery:nth-of-type(2n-1) .image:nth-child(2) {
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg); }
.gallery:nth-of-type(2n-1) .image:nth-child(3) {
  top: -20px;
  left: -40px;
  z-index: 3;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.gallery:nth-of-type(2n) .image:nth-child(1) {
  top: 20px;
  left: -40px;
  z-index: 1;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  transform: rotate(-4deg); }
.gallery:nth-of-type(2n) .image:nth-child(2) {
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  transform: rotate(-2deg); }
.gallery:nth-of-type(2n) .image:nth-child(3) {
  top: -20px;
  left: 40px;
  z-index: 3;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg); }

::-webkit-scrollbar {width: 4px; height: 4px;}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 4px rgba(80,80,80,1);
    -webkit-border-radius: 2px;
    border-radius: 2px;}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(255,255,255,1);}
::-webkit-scrollbar-corner {
    background-color: transparent;}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;}

@media (max-width: 1000px) {
  .aboutimage,
  .intro h2 span::after {
    display: none;
  }

  .intro h2 span {
    color: #bfbfbf;
    cursor: inherit;
  }
}

@media (max-width: 900px) {
  .first-padder {
    height: 20vh;
    max-height: 400px;
  }

  .mid-padder {;
    height: 10vh;
    max-height: 200px;
  }

  .last-padder {
    height: 8vh;
    max-height: 160px;
  }
}

@media (max-width: 750px) {
  .first-padder {
    height: 15vh;
    max-height: 300px;
  }

  .mid-padder {;
    height: 7vh;
    max-height: 140px;
  }

  .last-padder {
    height: 5vh;
    max-height: 100px;
  }

  .gallery {
    margin: 50px auto 60px auto;
  }

  .gallery:nth-of-type(2n-1) .image:nth-child(1) {
    top: 10px;
    left: 20px; }
  .gallery:nth-of-type(2n-1) .image:nth-child(3) {
    top: -10px;
    left: -20px; }
  .gallery:nth-of-type(2n) .image:nth-child(1) {
    top: 10px;
    left: -20px; }
  .gallery:nth-of-type(2n) .image:nth-child(3) {
    top: -10px;
    left: 20px; }
}

@media (max-width: 600px) {
  .intro {
    padding: 0 50px;
    width: calc(100% - 100px);
  }

  .intro h2 {
    max-width: 380px;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .intro .links {
    margin-top: 20px;
    max-width: 380px;
    padding-right: 0;
  }

  .intro .links,
  .about {
    font-size: 15px;
    line-height: 20px;
  }

  .about {
    max-width: 380px;
    padding: 0 50px;
    width: calc(100% - 100px);
  }

  .about p {
    margin: 20px 0;
    max-width: 380px;
    padding-right: 0;
  }

  .gallery {
    margin: 40px auto 50px auto;
  }
}

@media (max-width: 450px) {
  .first-padder {
    height: 100px;
  }

  .mid-padder {;
    height: 80px;
  }

  .last-padder {
    height: 60px;
  }

  .intro .links {
    font-size: 13px;
  }
}

@media (max-width: 350px) {
  .first-padder {
    height: 80px;
  }

  .mid-padder {;
    height: 60px;
  }

  .last-padder {
    height: 50px;
  }

  .intro {
    padding: 0 40px;
    width: calc(100% - 80px);
  }

  .about {
    padding: 0 40px;
    width: calc(100% - 80px);
  }
}

@font-face {
  font-family: 'Metric-Regular';
  src: url('assets/fonts/Metric-Regular.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Metric-Regular.otf') format('opentype'), url('assets/fonts/Metric-Regular.woff') format('woff'), url('assets/fonts/Metric-Regular.ttf') format('truetype'), url('assets/fonts/Metric-Regular.svg#Metric-Regular') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Metric-Light';
  src: url('assets/fonts/Metric-Light.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/Metric-Light.otf') format('opentype'), url('assets/fonts/Metric-Light.woff') format('woff'), url('assets/fonts/Metric-Light.ttf') format('truetype'), url('assets/fonts/Metric-Light.svg#Metric-Light') format('svg');
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Metric-Medium';
  src: url('assets/fonts/Metric-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/Metric-Medium.otf') format('opentype'), url('assets/fonts/Metric-Medium.woff') format('woff'), url('assets/fonts/Metric-Medium.ttf')  format('truetype'), url('assets/fonts/Metric-Medium.svg#Metric-Medium') format('svg');
  font-weight: normal;
  font-style: normal; }