* {
  margin: 0;
  padding: 0;
  color: #161616;
  font-family: "Arial", "Helvetica", sans-serif;
}

::selection {
  background: rgba(17, 17, 17, 0.88);
  color: #eeeeee;
}

::-moz-selection {
  background: rgba(17, 17, 17, 0.88);
  color: #eeeeee;
}

a {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: linear;
  transition-delay: 0s;
  color: #161616;
  font-weight: bold;
  border-bottom: 3px solid #ccc;
}

a:hover,
a:focus {
  color: #161616;
  border-bottom: 3px solid #333;
  text-decoration: none;
}

p, dl {
  margin-bottom: 1em;
  line-height: 1.66;
  font-size: 0.9rem;
}

body, html {
  overflow-x: hidden;
}

#global {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#wrapper {
  width: 100vw;
  height: 400vh;
}

section {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  align-content: center;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  section .wrap {
    width: 300px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 481px) {
  section .wrap {
    width: 420px;
    margin: 0 auto;
  }
}

#global {
  background: url(img/bg.jpg) no-repeat center center fixed;
  background-size: cover;
}

#wrapper {
  background: white;
}

.page-title {
  position: absolute;
  bottom: 5%;
  right: -66%;
  text-transform: lowercase;
  font-size: 300px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.075);
  letter-spacing: -15px;
  z-index:-1;
}

@media screen and (max-width: 480px) {
  .page-title {
    bottom: 70% !important;
    right: -66%;
    font-size: 110px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.075);
    letter-spacing: -5px;
  }
}
#logo .wrap {
  text-align: center;
  position: relative;
  top: -5vh;
  z-index: 100;
}
#logo .wrap img {
  opacity: 0;
}
#logo .wrap .txt {
  margin: -73px 0 0 45px;
  text-align: left;
}
#logo .wrap h1, #logo .wrap h2, #logo .wrap h3 {
  opacity: 0;
}
#logo .wrap h1, #logo .wrap h3 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
}
#logo .wrap h1 {
  margin: 3px 0 5px;
}
#logo .wrap h2 {
  font-size: 24px;
  text-transform: lowercase;
  font-style: italic;
  letter-spacing: -0.5px;
  margin-top: 6px;
}

@media screen and (min-width: 480px) {
  #work {
    z-index: 4;
  }

  #social {
    z-index: 3;
  }
}
#social {
  text-transform: lowercase;
}

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