body {
  margin: 0;
  padding: 0 10px;
  background-color: white;
  font-size: 15px; }
  @media screen and (min-width: 800px) {
    body {
      font-size: 14px; } }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

#nav {
  margin: 0px;
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s; }
  @media screen and (min-width: 800px) {
    #nav {
      display: inline-block;
      position: absolute;
      top: 10px;
      left: 50px;
      z-index: 2;
      border: solid 15px white; } }

#name {
  margin: 0px;
  padding: 0 20px 0 20px;
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: #ffc;
  color: #330000;
  font-size: 42px;
  font-family: "jaf-facitweb";
  font-weight: 300;
  font-style: normal;
  transition-property: font-size;
  transition-duration: 1s;
  transition-delay: 0s; }
  @media screen and (min-width: 800px) {
    #name {
      font-size: 50px; } }

#nav.skcamp #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(46, 100%, 67%); }

#nav.sunset #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(316, 57%, 80%); }

#nav.allocations #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(150, 35%, 69%); }

#nav.thumbtack #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(223, 34%, 66%); }

#nav.psychonauts #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(70, 52%, 64%); }

#nav.eight #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(317, 26%, 73%); }

#nav.abgang #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(198, 56%, 82%); }

#nav.caustic #name {
  transition: background-color 20s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  background-color: hsl(1, 64%, 79%); }

@media screen and (min-width: 800px) {
  #nav.pinned {
    position: fixed;
    top: 0px; }
    #nav.pinned #name {
      margin: 0px;
      transition-duration: 1s;
      transition-delay: 1s; } }
.section + .section {
  margin-top: 20px; }

.section {
  position: relative;
  display: block;
  line-height: 0;
  margin: 20px auto; }
  @media screen and (min-width: 800px) {
    .section {
      margin-right: 50px;
      margin-left: 50px;
      clear: both; } }
  .section .preload {
    display: inline;
    position: absolute;
    z-index: 1;
    width: 100%; }
  .section .hero {
    width: 100%; }
    @media screen and (min-width: 800px) {
      .section .hero {
        max-width: 650px; } }
@keyframes slidein {
  from {
    top: 1000px; }
  to {
    top: 0; } }
  .section .description {
    position: relative;
    display: block;
    line-height: normal; }
    @media screen and (min-width: 800px) {
      .section .description {
        position: absolute;
        top: 0;
        left: 650px; } }
    .section .description h1, .section .description .project {
      display: block;
      margin: 0;
      font-size: 2.2em;
      font-family: "jaf-facitweb";
      font-weight: 300;
      font-style: normal;
      color: #6b6c66; }
      @media screen and (min-width: 800px) {
        .section .description h1, .section .description .project {
          display: inline-block;
          margin-left: 20px; } }
    .section .description h2, .section .description .client {
      display: block;
      margin: 0 0;
      font-family: "jaf-facitweb";
      font-size: 1.6em;
      font-weight: 300;
      font-style: normal;
      color: #ff6c66; }
      @media screen and (min-width: 800px) {
        .section .description h2, .section .description .client {
          display: inline-block; } }
    .section .description .copy {
      width: 100%;
      font-family: "jaf-facitweb";
      font-size: 1em;
      font-weight: 100;
      font-style: normal;
      color: grey; }
      @media screen and (min-width: 800px) {
        .section .description .copy {
          display: inline-block;
          width: 540px; } }
      @media screen and (min-width: 800px) {
        .section .description .copy {
          margin-left: 20px; } }
      .section .description .copy p {
        -webkit-margin-before: 0; }

#splash {
  display: none; }

@media screen and (min-width: 800px) {
  #splash {
    display: inherit; } }
#thumbtack > .hero > img.left {
  width: 75%; }

#thumbtack > .hero > .right {
  width: 162.5px; }

#thumbtack .preload {
  display: inline;
  position: absolute;
  z-index: 1; }

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