* {
    margin: 0;
    padding: 0;
}

html,body {
  background: white;
  color: #222;
  font: 1em/1.25em "Source Sans Pro", Helvetica Neue, Helvetica, Arial, sans-serif;
}

body {
  position: relative;
}

.logo {
  display: block;
  position: absolute;
  left: 7.2815em;
  top: 8.3333em;
  z-index: 2;
}

.logo img {
  margin: 0 0 0.75em 0;
}

.logo figcaption {
  margin: 0 auto;
  text-align: center;
  font-size: 1.125em;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.lead {
  position: absolute;
  left: 21.5em;
  top: 11.125em;
  font-size: 1.250em;
  line-height: 1.3em;
  font-weight: 400;
  margin-right: 4em;
  max-width: 30em;
  text-align: justify;
  z-index: 2;
  margin-bottom: 3em;
}

.lead .attribution {
  font-weight: 300;
  text-align: right;
  font-size: 0.9em;
}

.copyright {
  position: fixed;
  width: 100%;
  height: 3em;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0.625em;
  font-weight: 400;
  z-index: 2;
/*  background: rgb(255, 202, 89); */
  background: #f09609;
  border-top: 2px solid whitesmoke;
}

.copyright p {
  line-height: 1em;
}

.nav {
  position: absolute;
  left: 26.875em;
  top: 6.9375em;
  max-width: 37.5em;
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.nav li {
  display: inline;
  margin: 0 2em;
  letter-spacing: 0.125em;
}

.nav li:first-child {
  margin-left: 0;
}

.nav li a {
  text-decoration: none;
  color: #222;
}

.nav li:hover {
  border-bottom: 0.25em solid #f09609;
}

.nav li.active {
  font-weight: 700;
  border-bottom: 0.25em solid #f09609;
}

.stripe {
  position: fixed;
  z-index: 1;
  width: 16.958em;
  top: 0;
  bottom: 0;
  left: 6.062em;

  background: whitesmoke;
  background: -moz-linear-gradient(top,  rgba(245,245,245,0.75) 0%, rgba(245,245,245,0.33) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0.75)), color-stop(100%,rgba(245,245,245,0.33))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(245,245,245,0.75) 0%,rgba(245,245,245,0.33) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(245,245,245,0.75) 0%,rgba(245,245,245,0.33) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(245,245,245,0.75) 0%,rgba(245,245,245,0.33) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(245,245,245,0.75) 0%,rgba(245,245,245,0.33) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff5f5f5', endColorstr='#54f5f5f5',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 968px) {
  .stripe {
    left: 50%;
    margin-left: -8.479em;
  }

  .nav {
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    z-index: 2;
  }

  .nav li:first-child {
    margin: 0 2em;
  }

  .lead {
    margin: 0;
    padding-bottom: 3em;
    left: 0;
    top: 15.75em;
    width: 100%;
    max-width: none;
  }

  .lead p {
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
    text-align: justify;
  }

  .logo {
    position: absolute;
    left: 50%;
    top: 3.75em;
    margin-left: -7.2815em;
  }
}

