html {
  font-size: 16px;
  height: 100%;
  overflow-x: hidden;
  width: 100vw;
}

html body {
  font-family: 'Lato', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

html body * {
  box-sizing: border-box;
}

html body #app {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

html body #app > div {
  height: inherit;
}

html body #app #sticky-wrapper {
  margin-bottom: -75px;
  min-height: 100%;
}

html body #app #sticky-wrapper #navigation {
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 2;
}

html body #app #sticky-wrapper #navigation.open {
  height: calc(100% - 75px);
  width: auto;
}

html body #app #sticky-wrapper #navigation div.logo {
  margin: 0 auto;
  max-width: 600px;
  width: 60%;
}

html body #app #sticky-wrapper #navigation div#hamburger {
  height: 30px;
  position: absolute;
  right: 30px;
  top: 40px;
  width: 40px;
  z-index: 1;
}

@media only screen and (min-width: 48rem) {
  html body #app #sticky-wrapper #navigation div#hamburger {
    height: 40px;
    width: 50px;
  }
}

html body #app #sticky-wrapper #navigation div#hamburger svg {
  cursor: pointer;
  height: 100%;
  width: 100%;
}

html body #app #sticky-wrapper #navigation div#cross {
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 2;
}

html body #app #sticky-wrapper #navigation div#cross svg {
  cursor: pointer;
  height: 40px;
  width: 50px;
}

html body #app #sticky-wrapper #navigation div#menu {
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  opacity: 0;
  padding-top: 25px;
  width: 300px;
}

html body #app #sticky-wrapper #navigation div#menu img {
  display: block;
  margin-bottom: 50px;
  padding-left: 8px;
  padding-top: 6px;
  width: 180px;
}

html body #app #sticky-wrapper #navigation div#menu ul {
  margin: 0;
  padding: 0;
}

html body #app #sticky-wrapper #navigation div#menu ul li {
  height: 40px;
  list-style: none;
  padding: 10px 0 0 10px;
}

html body #app #sticky-wrapper #navigation div#menu ul li a {
  color: white;
  text-decoration: none;
}

html body #app #sticky-wrapper #route {
  min-width: 320px;
  padding-top: 48px;
  position: relative;
  z-index: 1;
}

html body #app #sticky-wrapper #route div#hello {
  padding: 20px;
}

html body #app #sticky-wrapper #route div#hello h1 {
  color: white;
  font-weight: 300;
  text-align: center;
}

html body #app #sticky-wrapper #route div#terms {
  padding: 20px;
}

html body #app #sticky-wrapper #route div#terms h1 {
  color: black;
  font-weight: 300;
  letter-spacing: .4rem;
  text-align: center;
  text-transform: uppercase;
}

html body #app #sticky-wrapper #route div#privacy {
  padding: 20px;
}

html body #app #sticky-wrapper #route div#privacy h1 {
  color: black;
  font-weight: 300;
  letter-spacing: .4rem;
  text-align: center;
  text-transform: uppercase;
}

html body #app #sticky-wrapper #route div#portfolio {
  padding: 20px;
}

html body #app #sticky-wrapper #route div#portfolio h1 {
  color: black;
  font-weight: 300;
  letter-spacing: .4rem;
  text-align: center;
  text-transform: uppercase;
}

html body #app #sticky-wrapper #route div#articles {
  padding: 20px;
}

html body #app #sticky-wrapper #route div#articles h1 {
  color: black;
  font-weight: 300;
  letter-spacing: .4rem;
  text-align: center;
  text-transform: uppercase;
}

html body #app #sticky-wrapper #route div #logo {
  margin: 0 auto;
  max-width: 600px;
  width: 80%;
}

@media only screen and (min-width: 37.5rem) {
  html body #app #sticky-wrapper #route div #logo {
    width: 60%;
  }
}

@media only screen and (min-width: 37.5rem) {
  html body #app #sticky-wrapper #route {
    padding-top: 0;
  }
}

@media only screen and (min-width: 64rem) {
  html body #app #sticky-wrapper #route .container {
    margin: 0 auto;
    width: 64rem;
  }
}

html body #app #sticky-wrapper div#triangles-background {
  background-color: black;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 64rem) {
  html body #app #sticky-wrapper div.background {
    width: 100%;
  }
}

html body #app #sticky-wrapper div.background svg#boject-background {
  width: 100%;
}

html body #app #sticky-wrapper #sticky-pusher {
  height: 75px;
}

html body #app #sticky-footer {
  height: 75px;
  position: relative;
  z-index: 1;
}

html body #app #sticky-footer div#footer {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  height: 75px;
  padding-top: 10px;
  width: 100%;
}

html body #app #sticky-footer div#footer ul {
  margin-left: -30px;
}

@media only screen and (min-width: 48rem) {
  html body #app #sticky-footer div#footer ul {
    margin-left: -15px;
  }
}

html body #app #sticky-footer div#footer ul li {
  display: inline;
  font-size: 10px;
  letter-spacing: 3px;
  list-style: none;
  margin-right: 20px;
}

@media only screen and (min-width: 48rem) {
  html body #app #sticky-footer div#footer ul li {
    font-size: 12px;
    margin-right: 30px;
  }
}

html body #app #sticky-footer div#footer ul li a {
  border-bottom: 1px solid currentColor;
  color: white;
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
  text-shadow: 2px 2px black, 2px -2px black, -2px 2px black, -2px -2px black;
}


/*# sourceMappingURL=app.4b9da7dd92a2e25d77d391285ff90eae.css.map*/