@import url(http://fonts.googleapis.com/css?family=EB+Garamond);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'EBGaramond12-Italic';
  src: url("../webfonts/EBGaramond12-Italic.eot") format("eot"), url("../webfonts/EBGaramond12-Italic.woff") format("woff"); }
@font-face {
  font-family: 'EBGaramond12-SC';
  src: url("../webfonts/EBGaramond12-SC.eot") format("eot"), url("../webfonts/EBGaramond12-SC.woff") format("woff"); }
body {
  margin: 0;
  padding: 0;
  padding-bottom: 4rem;
  background-color: #e6dac2; }

/* Typography */
h1, h2, h3, h4, h5, h6, p, li, span {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: common-ligatures;
  /* for iOS and Safari 6 */
  font-variant-ligatures: common-ligatures;
  /* for up-to-date browsers, including IE10 and Opera 21 */
  font-family: 'EB Garamond', times, serif; }

h1.title {
  background: url("../images/camo/dpm2.jpg") no-repeat center center;
  background-size: cover;
  margin: auto;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.01);
  -moz-background-clip: text;
  -moz-text-fill-color: rgba(255, 255, 255, 0.01);
  letter-spacing: 0.5rem;
  font-family: "din-condensed-web",sans-serif;
  font-size: 120px;
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 21rem;
  text-transform: uppercase; }

h2 {
  margin: auto;
  text-align: center;
  color: black;
  letter-spacing: 0.5rem;
  font-family: "din-condensed-web",sans-serif;
  font-size: 60px;
  position: fixed;
  left: 0;
  right: 0;
  text-transform: uppercase; }

h2.epochs {
  padding-top: 5rem;
  font-size: 40px; }

h2.field-guide {
  padding-top: 10rem; }

h2.to {
  padding-top: 16.5rem;
  font-size: 40px; }

h3 {
  margin: auto;
  padding-left: 1rem;
  color: black;
  letter-spacing: 0.5rem;
  font-family: "din-condensed-web",sans-serif;
  font-size: 60px;
  text-transform: uppercase; }

h3.index {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.15rem;
  text-align: center;
  padding: 0; }

h3 a, h3 a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

h3 a:hover, h3 a:visited:hover {
  color: white;
  border-bottom: 1px solid white; }

h3.number {
  text-align: right;
  color: #6b5035; }

p {
  font-family: 'EB Garamond', times, serif;
  font-size: 22px;
  line-height: 32px;
  max-width: 800px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0;
  padding-bottom: 0.7rem;
  margin-bottom: 0; }

p a, p a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

p a:hover, p a:visited:hover {
  color: white;
  border-bottom: 1px solid white; }

p.sidenote {
  text-align: right;
  font-size: 18px;
  line-height: 32px;
  padding-top: 0;
  margin-top: 1.5rem;
  color: #6b5035; }

p.sidenote2 {
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  padding-top: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding-left: 0;
  color: #6b5035; }

p.index {
  margin-bottom: 0;
  margin-top: 2rem;
  padding-bottom: 0; }

p.space {
  margin-top: 10rem; }

p.quote {
  color: white;
  font-size: 30px;
  line-height: 1.4;
  max-width: 570px;
  margin: auto; }

p.center {
  text-align: center; }

p.align-left {
  text-align: left; }

p.info {
  float: right;
  margin-top: 0; }

p.end {
  margin-bottom: 4rem; }

span.sc {
  font-family: 'EBGaramond12-SC', times, serif;
  letter-spacing: -0.01rem; }

span.info {
  font-family: 'din-condensed-web', helvetica, sans-serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  color: black; }

li.menu a, li.menu a:visited {
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

li.menu a:hover, li.menu a:visited:hover {
  color: white;
  text-decoration: none; }

/* Images */
img {
  display: block;
  width: 100%;
  padding: 1rem; }

img.space {
  padding-top: 2rem;
  padding-bottom: 2rem; }

img.camo {
  margin: 0;
  margin-top: 1.3rem;
  margin-bottom: 0;
  border-radius: 50%;
  padding: 0.5rem;
  margin-bottom: -5px;
  max-width: 96px;
  float: right; }

img.credits {
  max-width: 100px;
  border-radius: 200px;
  margin: auto;
  padding: 0;
  margin-top: 3rem;
  margin-bottom: 0; }

img.twitter {
  max-width: 50px;
  margin: auto;
  padding: 0;
  margin-top: 5rem;
  margin-bottom: 0rem;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

img.twitter:hover {
  opacity: 0.6; }

img.epochs {
  max-width: 140px;
  margin: auto;
  margin-top: 2rem; }

img.camo-index {
  margin: auto;
  margin-top: 1.3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  padding: 0.5rem;
  max-width: 96px;
  float: none; }

div.camo-right {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem; }

img.small {
  max-width: 400px;
  margin: auto; }

img.medium {
  max-width: 500px;
  margin: auto; }

img.big {
  max-width: 600px;
  margin: auto; }

/* divs */
div.dpm {
  background: url("../images/camo/dpm2.jpg") no-repeat center center;
  background-size: cover;
  height: 0;
  padding-bottom: 30rem;
  position: static; }

div.woods {
  background: url("../images/camo/woods04.jpg") no-repeat bottom center;
  background-size: cover;
  max-width: 1070px;
  margin: auto;
  padding-top: 10rem;
  padding-bottom: 12rem; }

div.hairline {
  position: relative;
  border-bottom: 4px solid black; }

div.intro {
  height: 30rem;
  display: block;
  border-top: 4px solid black;
  border-bottom: 5px solid black;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }

.fade {
  opacity: 0;
  visibility: hidden; }

.fadeback {
  opacity: 0; }

.display-none {
  display: none; }

/* Sections */
header {
  padding-bottom: 64rem; }

section {
  padding-top: 1rem;
  padding-bottom: 6rem; }

section.introduction {
  padding-bottom: 0rem; }

/* Firefox Fallback */
svg {
  background-size: 519px 200px;
  margin: auto;
  width: 432px;
  letter-spacing: 0.5rem;
  font-family: "din-condensed-web",sans-serif;
  font-size: 120px;
  position: fixed;
  left: 0;
  right: 0;
  padding-top: 21.1rem;
  text-transform: uppercase; }

.svg-title {
  font-size: 100px; }

/* Menu */
div.menu {
  border-bottom: 2px black solid;
  margin: auto;
  padding: 0.5rem;
  max-width: 1068px;
  background-color: #e6dac2;
  margin-bottom: 4rem; }

ul.menu {
  text-decoration: none;
  list-style: none;
  margin: auto;
  padding-left: 1rem;
  /* align with column padding-left: 33.5%; */
  max-width: 1200px; }

li.menu {
  display: inline; }

li.menu a, li.menu a:visited {
  font-family: 'din-condensed-web';
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 1rem;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px; }

.stuck {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  min-height: 1rem;
  max-width: 1100px; }

.end {
  margin-bottom: 5rem; }

/* Neat */
.wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 650px) {
    .wrapper {
      display: block; }
      .wrapper::after {
        clear: both;
        content: "";
        display: table; } }
  .wrapper .left {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 31.7615656014%; }
    .wrapper .left:last-child {
      margin-left: 0; }
    @media screen and (max-width: 650px) {
      .wrapper .left {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 100%; }
        .wrapper .left:last-child {
          margin-left: 0; } }
  .wrapper .right {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 65.8807828007%; }
    .wrapper .right:last-child {
      margin-left: 0; }
    @media screen and (max-width: 650px) {
      .wrapper .right {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 100%; }
        .wrapper .right:last-child {
          margin-left: 0; } }
    .wrapper .right .sub-right {
      float: right;
      display: block;
      margin-left: 3.5786636068%;
      width: 48.2106681966%; }
      .wrapper .right .sub-right:last-child {
        margin-left: 0; }
      @media screen and (max-width: 650px) {
        .wrapper .right .sub-right {
          float: right;
          display: block;
          margin-left: 2.3576515979%;
          width: 100%; }
          .wrapper .right .sub-right:last-child {
            margin-left: 0; } }
    .wrapper .right .sub-left {
      float: right;
      display: block;
      margin-left: 3.5786636068%;
      width: 48.2106681966%; }
      .wrapper .right .sub-left:last-child {
        margin-left: 0; }
      @media screen and (max-width: 650px) {
        .wrapper .right .sub-left {
          float: right;
          display: block;
          margin-left: 2.3576515979%;
          width: 100%; }
          .wrapper .right .sub-left:last-child {
            margin-left: 0; } }

.wrapper2 {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px; }
  .wrapper2::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper2 .left2 {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 31.7615656014%;
    float: left; }
    .wrapper2 .left2:last-child {
      margin-left: 0; }
    @media screen and (max-width: 650px) {
      .wrapper2 .left2 {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 100%; }
        .wrapper2 .left2:last-child {
          margin-left: 0; } }
  .wrapper2 .right2 {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 65.8807828007%;
    float: right; }
    .wrapper2 .right2:last-child {
      margin-left: 0; }
    @media screen and (max-width: 650px) {
      .wrapper2 .right2 {
        float: right;
        display: block;
        margin-left: 2.3576515979%;
        width: 100%; }
        .wrapper2 .right2:last-child {
          margin-left: 0; } }

.wrapper-index {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px; }
  .wrapper-index::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper-index .right-index {
    float: right;
    display: block;
    margin-left: 2.3576515979%;
    width: 65.8807828007%;
    display: block; }
    .wrapper-index .right-index:last-child {
      margin-left: 0; }
    .wrapper-index .right-index::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 650px) {
      .wrapper-index .right-index {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .wrapper-index .right-index:last-child {
          margin-right: 0; } }
    .wrapper-index .right-index .sub-one {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 22.3160022949%; }
      .wrapper-index .right-index .sub-one:last-child {
        margin-right: 0; }
      @media screen and (max-width: 650px) {
        .wrapper-index .right-index .sub-one {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-right: 0; }
          .wrapper-index .right-index .sub-one:last-child {
            margin-right: 0; } }
    .wrapper-index .right-index .sub-two {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 22.3160022949%; }
      .wrapper-index .right-index .sub-two:last-child {
        margin-right: 0; }
      @media screen and (max-width: 650px) {
        .wrapper-index .right-index .sub-two {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-right: 0; }
          .wrapper-index .right-index .sub-two:last-child {
            margin-right: 0; } }
    .wrapper-index .right-index .sub-three {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 22.3160022949%; }
      .wrapper-index .right-index .sub-three:last-child {
        margin-right: 0; }
      @media screen and (max-width: 650px) {
        .wrapper-index .right-index .sub-three {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-right: 0; }
          .wrapper-index .right-index .sub-three:last-child {
            margin-right: 0; } }
    .wrapper-index .right-index .sub-four {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 22.3160022949%; }
      .wrapper-index .right-index .sub-four:last-child {
        margin-right: 0; }
      @media screen and (max-width: 650px) {
        .wrapper-index .right-index .sub-four {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          .wrapper-index .right-index .sub-four:last-child {
            margin-right: 0; } }
  .wrapper-index .left-index {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    display: block; }
    .wrapper-index .left-index:last-child {
      margin-right: 0; }
    .wrapper-index .left-index::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 650px) {
      .wrapper-index .left-index {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .wrapper-index .left-index:last-child {
          margin-right: 0; } }

.wrapper-index2 {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px; }
  .wrapper-index2::after {
    clear: both;
    content: "";
    display: table; }
  .wrapper-index2 .left-index2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .wrapper-index2 .left-index2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 650px) {
      .wrapper-index2 .left-index2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .wrapper-index2 .left-index2:last-child {
          margin-right: 0; } }
  .wrapper-index2 .right-index2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .wrapper-index2 .right-index2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 650px) {
      .wrapper-index2 .right-index2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .wrapper-index2 .right-index2:last-child {
          margin-right: 0; } }
    .wrapper-index2 .right-index2 li.block {
      float: left;
      display: block;
      margin-right: 3.5786636068%;
      width: 22.3160022949%; }
      .wrapper-index2 .right-index2 li.block:last-child {
        margin-right: 0; }
      .wrapper-index2 .right-index2 li.block:nth-child(4n) {
        margin-right: 0; }
      .wrapper-index2 .right-index2 li.block:nth-child(4n+1) {
        clear: left; }
      @media screen and (max-width: 650px) {
        .wrapper-index2 .right-index2 li.block {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%; }
          .wrapper-index2 .right-index2 li.block:last-child {
            margin-right: 0; }
          .wrapper-index2 .right-index2 li.block:nth-child(2n) {
            margin-right: 0; }
          .wrapper-index2 .right-index2 li.block:nth-child(2n+1) {
            clear: left; } }

@media only screen and (max-width: 650px) {
  h1.title {
    font-size: 50px;
    padding-top: 13rem; }

  h2.field-guide {
    font-size: 40px;
    padding-top: 4rem; }

  h2.to {
    padding-top: 10rem; }

  h3 {
    font-size: 40px; }

  h3.number {
    text-align: left; }

  p {
    font-size: 20px; }

  p.sidenote {
    text-align: left; }

  p.sidenote2 {
    padding-left: 1rem;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 2rem; }

  p.index {
    margin-top: 0; }

  p.space {
    margin-top: 1rem; }

  svg {
    width: 260px; }

  .svg-title {
    font-size: 60px; }

  ul.menu {
    padding-left: 0;
    max-width: 280px; }

  img.camo {
    max-width: 100px;
    float: none; }

  p.info {
    float: none; }

  p.center {
    text-align: center; }

  img.portrait {
    margin: auto; }

  section {
    padding-bottom: 2rem; } }
