/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

a {
  text-decoration: none; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Tautz-Bold';
  src: url("webFonts/Tautz-Bold/font.woff2") format("woff2"), url("webFonts/Tautz-Bold/font.woff") format("woff"); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s; }

:root {
  font-size: 62.5%; }

::selection {
  background: rgba(221, 210, 192, 0.5); }

body {
  background-color: white;
  font-family: europa, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 200;
  color: #201D11;
  -webkit-font-smoothing: antialiased;
  /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  font-feature-settings: "onum" 0, "pnum" 1, "kern" 1, "ss01" 1; }
  body.menu-open {
    overflow: hidden; }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    body {
      overflow-x: hidden; } }

#main-menu {
  position: fixed;
  display: block;
  top: -100vh;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background-color: #425D5E;
  opacity: 0;
  transition-duration: 0.4s; }
  #main-menu.open {
    top: 0;
    opacity: 1; }
  #main-menu .inner {
    position: relative;
    max-width: 1200px;
    width: calc(100vw - 40px);
    margin: 0 auto; }
    #main-menu .inner ul {
      margin-top: 150px; }
      #main-menu .inner ul li a {
        display: block;
        font-family: Tautz-Bold, serif;
        text-transform: uppercase;
        color: #DDD2C0;
        font-size: 5.5rem;
        line-height: 6.5rem;
        margin-bottom: 3rem; }
        @media only screen and (min-width: 100px) and (max-width: 769px) {
          #main-menu .inner ul li a {
            font-size: 4.5rem;
            line-height: 5rem; } }
        #main-menu .inner ul li a:hover {
          color: white; }

.outer {
  position: relative; }
  .outer .inner {
    position: relative;
    max-width: 1200px;
    width: calc(100vw - 40px);
    margin: 0 auto; }
    .outer .inner.title h3 {
      font-size: 3.6rem;
      line-height: 4rem;
      text-transform: uppercase;
      margin-bottom: 7.2rem; }
    .outer .inner.subtitle h3 {
      font-family: Tautz-Bold, serif;
      text-transform: uppercase;
      font-size: 3.6rem;
      color: #DDD2C0;
      margin: 14rem 0 7.2rem 0; }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        .outer .inner.subtitle h3 {
          font-size: 2.4rem;
          margin: 6rem 0 3rem 0; } }

a {
  transition-duration: 0.4s;
  transition-property: all; }

#banner {
  position: fixed;
  padding: 3rem 0;
  z-index: 99999;
  width: 100vw; }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    #banner {
      position: relative;
      height: 5rem;
      background-color: #425D5E; } }
  #banner #site-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 50px; }
    #banner #site-title:before {
      position: absolute;
      top: 0;
      left: 0;
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background-image: url("../images/hammer-logo.svg");
      background-repeat: no-repeat; }
    #banner #site-title a {
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -99999px;
      overflow: hidden;
      position: relative;
      opacity: 1;
      transition-duration: 0.4s; }
      #banner #site-title a.hidden {
        opacity: 0; }
      #banner #site-title a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background-image: url("../images/nick-roberson-logo.svg");
        background-repeat: no-repeat; }
      #banner #site-title a:hover {
        opacity: 0.75; }
  #banner #hamburger {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 20px; }
    #banner #hamburger a {
      display: block;
      width: 100%;
      height: 100%;
      background-image: url("../images/menu-chisels.svg");
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      text-indent: -99999px;
      overflow: hidden;
      transition-duration: 0.5s; }
      #banner #hamburger a:hover {
        opacity: 0.75; }
    #banner #hamburger.open:before {
      content: '';
      position: absolute;
      top: -2px;
      left: 16px;
      width: 2px;
      height: 30px;
      background-color: #DDD2C0;
      transform: rotate(45deg);
      pointer-events: none; }
    #banner #hamburger.open:after {
      content: '';
      position: absolute;
      top: -2px;
      left: 16px;
      width: 2px;
      height: 30px;
      background-color: #DDD2C0;
      transform: rotate(-45deg);
      pointer-events: none; }
    #banner #hamburger.open a {
      opacity: 0; }

@keyframes fadeinType {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeinBox {
  from {
    bottom: 25%;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

#banner-image {
  width: 100vw;
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 14rem; }
  #banner-image #page-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 7.5px;
    padding: 6rem;
    background-color: #425D5E;
    transform: translate(0, 50%);
    animation: fadeinBox 0.5s; }
    #banner-image #page-title.sandstone {
      background-color: #DDD2C0; }
    #banner-image #page-title.black {
      background-color: #201D11; }
    #banner-image #page-title.blueslate {
      background-color: #5C707A; }
    #banner-image #page-title h1 {
      color: white;
      text-transform: uppercase;
      font-size: 7.5rem;
      font-family: Tautz-Bold, serif;
      position: absolute;
      top: 50%;
      right: -100%;
      width: 100%;
      transform: translate(-720px, -50%);
      animation: fadeinType 4s; }
      @media only screen and (max-width: 1201px) {
        #banner-image #page-title h1 {
          left: 20px;
          right: 0;
          transform: translate(0, -50%); } }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        #banner-image #page-title h1 {
          font-size: 4.5rem; } }
      #banner-image #page-title h1.long {
        font-size: 4rem;
        line-height: 5rem; }
        @media only screen and (min-width: 100px) and (max-width: 769px) {
          #banner-image #page-title h1.long {
            font-size: 3rem;
            line-height: 3.5rem; } }

.hero {
  height: 100vh; }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    .hero {
      height: 50vh; } }
  @media only screen and (min-width: 768px) and (max-width: 1112px) {
    .hero {
      height: 60vh; } }
  .hero#home-hero {
    background-color: #425D5E;
    margin-bottom: 12rem; }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .hero#home-hero {
        margin-bottom: 6rem; } }
    .hero#home-hero .inner {
      position: relative;
      width: calc(100vw - 40px);
      height: 100vh;
      margin: 0 auto; }
      @media only screen and (min-width: 768px) and (max-width: 1112px) {
        .hero#home-hero .inner {
          height: 60vh; } }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        .hero#home-hero .inner {
          width: 100vw;
          height: 50vh; } }
      .hero#home-hero .inner .slide {
        position: relative;
        height: 100vh;
        width: 100vw;
        overflow-x: visible; }
        @media only screen and (min-width: 768px) and (max-width: 1112px) {
          .hero#home-hero .inner .slide {
            height: 60vh; } }
        @media only screen and (min-width: 100px) and (max-width: 769px) {
          .hero#home-hero .inner .slide {
            overflow: hidden;
            height: 50vh; } }
        .hero#home-hero .inner .slide .message {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 50%;
          z-index: 99999;
          font-size: 7.5rem;
          line-height: 7.5rem;
          color: white; }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .hero#home-hero .inner .slide .message {
              top: 25%;
              left: 4rem;
              transform: translate(0, 0);
              font-size: 3.8rem;
              line-height: 3.8rem;
              width: calc(100vw - 8rem);
              color: white; } }
          .hero#home-hero .inner .slide .message strong {
            font-family: Tautz-Bold, serif;
            font-weight: bold; }
        .hero#home-hero .inner .slide .image {
          position: absolute;
          right: 0;
          bottom: 0;
          width: 65%;
          height: 100%;
          overflow: hidden;
          transition-duration: 0.5s;
          transition-property: all; }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .hero#home-hero .inner .slide .image {
              width: 150%; } }
          .hero#home-hero .inner .slide .image img {
            width: 100%;
            height: auto;
            position: absolute;
            bottom: 0;
            left: 0;
            transition-duration: 0.5s;
            transition-property: all; }
      .hero#home-hero .inner .slick-dots {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); }
        @media only screen and (min-width: 100px) and (max-width: 769px) {
          .hero#home-hero .inner .slick-dots {
            left: 1rem;
            top: 25%;
            transform: translate(0, -100%); } }
        .hero#home-hero .inner .slick-dots li {
          display: block;
          width: 12px;
          height: 12px;
          position: relative;
          margin-bottom: 6px; }
          .hero#home-hero .inner .slick-dots li button {
            cursor: pointer;
            width: 12px;
            height: 12px;
            border: none;
            text-indent: -999999px;
            overflow: hidden;
            position: absolute;
            padding: 0;
            top: 0;
            left: 0;
            border: 1px solid #DDD2C0;
            background-color: rgba(221, 210, 192, 0);
            border-radius: 50%;
            transition-property: all;
            transition-duration: 0.4s;
            outline: none; }
          .hero#home-hero .inner .slick-dots li.slick-active button {
            background-color: #ddd2c0; }

.page-content {
  padding: 5rem 0; }

.module .title,
.module .project-title,
.module .project-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem; }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    .module .title,
    .module .project-title,
    .module .project-intro {
      display: block; } }
  .module .title .column.wide,
  .module .project-title .column.wide,
  .module .project-intro .column.wide {
    width: 60%; }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .module .title .column.wide,
      .module .project-title .column.wide,
      .module .project-intro .column.wide {
        width: calc(100% - 40px); } }
    .module .title .column.wide h2,
    .module .project-title .column.wide h2,
    .module .project-intro .column.wide h2 {
      font-size: 3.6rem;
      line-height: 4.2rem;
      font-family: Tautz-Bold, serif;
      text-transform: uppercase;
      color: #425D5E; }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        .module .title .column.wide h2,
        .module .project-title .column.wide h2,
        .module .project-intro .column.wide h2 {
          font-size: 2.8rem;
          line-height: 3.2rem;
          margin-bottom: 2rem; } }
    .module .title .column.wide p,
    .module .project-title .column.wide p,
    .module .project-intro .column.wide p {
      font-size: 1.6rem;
      line-height: 2.4rem;
      margin-bottom: 2.4rem; }
  .module .title .column.narrow,
  .module .project-title .column.narrow,
  .module .project-intro .column.narrow {
    width: 30%; }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .module .title .column.narrow,
      .module .project-title .column.narrow,
      .module .project-intro .column.narrow {
        width: calc(100% - 40px); } }
    .module .title .column.narrow ul li,
    .module .project-title .column.narrow ul li,
    .module .project-intro .column.narrow ul li {
      text-transform: uppercase;
      color: #425D5E;
      font-weight: bold;
      font-size: 1.4rem;
      line-height: 1.6rem;
      margin-bottom: 2rem;
      display: flex;
      justify-content: space-between; }
      .module .title .column.narrow ul li span,
      .module .project-title .column.narrow ul li span,
      .module .project-intro .column.narrow ul li span {
        display: block; }
        .module .title .column.narrow ul li span.type,
        .module .project-title .column.narrow ul li span.type,
        .module .project-intro .column.narrow ul li span.type {
          width: 30%;
          font-family: Tautz-Bold, serif;
          color: #DDD2C0; }
        .module .title .column.narrow ul li span.description,
        .module .project-title .column.narrow ul li span.description,
        .module .project-intro .column.narrow ul li span.description {
          width: 60%; }

.module .map #map {
  width: 100vw;
  height: 66.667vh; }

.module .video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 36px; }
  @media only screen and (min-width: 768px) and (max-width: 1112px) {
    .module .video {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    .module .video {
      display: block;
      margin-bottom: 20px; } }
  .module .video iframe, .module .video object, .module .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.module .two-column-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px; }
  @media only screen and (min-width: 768px) and (max-width: 1112px) {
    .module .two-column-images {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    .module .two-column-images {
      display: block;
      margin-bottom: 20px; } }
  .module .two-column-images .image {
    width: calc(50% - 18px); }
    @media only screen and (min-width: 768px) and (max-width: 1112px) {
      .module .two-column-images .image {
        width: calc(50% - 12px); } }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .module .two-column-images .image {
        width: 100%;
        margin-bottom: 20px; } }
    .module .two-column-images .image img {
      width: 100%;
      height: auto;
      display: block; }

.module .full-width-image {
  margin-bottom: 36px; }
  @media only screen and (min-width: 768px) and (max-width: 1112px) {
    .module .full-width-image {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    .module .full-width-image {
      margin-bottom: 20px; } }
  .module .full-width-image .image {
    width: 100%;
    max-width: 1200px;
    overflow: hidden; }
    .module .full-width-image .image img {
      width: 100%;
      height: auto;
      display: block; }

.module .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    .module .tiles {
      display: block;
      margin: 0 auto; } }
  .module .tiles:after {
    content: '';
    width: calc(33% - 20px); }
  .module .tiles .tile {
    position: relative;
    width: calc(33% - 20px);
    padding: 20.8% 0 0 0;
    height: 0;
    margin-bottom: 36px;
    overflow: hidden;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
    background-color: rgba(66, 93, 94, 0);
    background-blend-mode: multiply;
    transition-duration: 0.4s; }
    @media only screen and (min-width: 768px) and (max-width: 1112px) {
      .module .tiles .tile {
        width: calc(50% - 12px);
        padding: 33% 0 0 0;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .module .tiles .tile {
        width: 100%;
        padding: 70% 0 0 0;
        margin-bottom: 24px; } }
    .module .tiles .tile.post .overlay, .module .tiles .tile.tax .overlay {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(66, 93, 94, 0.45);
      transition-duration: 0.2s; }
      .module .tiles .tile.post .overlay h4, .module .tiles .tile.tax .overlay h4 {
        font-family: Tautz-Bold, serif;
        padding: 2.5rem;
        text-transform: uppercase;
        color: white;
        font-size: 2rem;
        font-weight: bold;
        height: 4.5rem; }
      .module .tiles .tile.post .overlay p, .module .tiles .tile.tax .overlay p {
        padding: 0 2.5rem;
        color: #DDD2C0;
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 1.8rem; }
      .module .tiles .tile.post .overlay .link, .module .tiles .tile.tax .overlay .link {
        position: absolute;
        bottom: 2.5rem;
        left: 2.5rem;
        width: 100%; }
        .module .tiles .tile.post .overlay .link a, .module .tiles .tile.tax .overlay .link a {
          text-transform: uppercase;
          font-weight: bold;
          font-size: 1.4rem;
          color: #DDD2C0;
          display: block;
          width: calc(100% - 5rem);
          position: relative; }
          .module .tiles .tile.post .overlay .link a:after, .module .tiles .tile.tax .overlay .link a:after {
            position: absolute;
            top: 0;
            right: 0;
            content: '';
            width: 100%;
            height: 100%;
            background-image: url("../images/more-arrow.svg");
            background-position: right center;
            background-repeat: no-repeat;
            transition-duration: 0.3s;
            transition-property: all; }
          .module .tiles .tile.post .overlay .link a:hover, .module .tiles .tile.tax .overlay .link a:hover {
            color: white; }
            .module .tiles .tile.post .overlay .link a:hover:after, .module .tiles .tile.tax .overlay .link a:hover:after {
              transform: translate(1.25rem, 0); }
    .module .tiles .tile.post:hover, .module .tiles .tile.tax:hover {
      background-color: #425d5e; }
      .module .tiles .tile.post:hover .overlay, .module .tiles .tile.tax:hover .overlay {
        top: 0; }
    .module .tiles .tile.post .overlay {
      top: calc(100% - 9rem); }
    .module .tiles .tile.tax .overlay {
      top: calc(100% - 9rem); }
    .module .tiles .tile.news {
      width: calc(50% - 36px);
      height: auto;
      cursor: pointer;
      padding: 0; }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        .module .tiles .tile.news {
          width: calc(100% - 40px); } }
      .module .tiles .tile.news .image-holder {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 2rem; }
        .module .tiles .tile.news .image-holder .image {
          display: block;
          width: 100%;
          padding: 55% 0 0 0;
          background-size: cover;
          background-position: center center;
          background-color: rgba(66, 93, 94, 0.2);
          transition-duration: 0.2s;
          transition-property: all; }
      .module .tiles .tile.news:hover .image-holder .image {
        transform: scale(1.05); }
      .module .tiles .tile.news:hover .overlay .link a {
        color: #425D5E; }
        .module .tiles .tile.news:hover .overlay .link a:after {
          transform: translate(1.25rem, 0); }
      .module .tiles .tile.news .overlay {
        padding-bottom: 4rem; }
        .module .tiles .tile.news .overlay h4 {
          font-family: Tautz-Bold, serif;
          text-transform: uppercase;
          color: #425D5E;
          font-size: 2rem;
          line-height: 2.2rem;
          margin-bottom: 2rem; }
        .module .tiles .tile.news .overlay p {
          font-size: 1.4rem;
          line-height: 1.8rem;
          letter-spacing: 0.02rem; }
        .module .tiles .tile.news .overlay .link {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%; }
          .module .tiles .tile.news .overlay .link a {
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1.4rem;
            color: #DDD2C0;
            display: inline-block;
            position: relative;
            width: auto;
            padding-right: 10rem; }
            .module .tiles .tile.news .overlay .link a:after {
              position: absolute;
              top: 0;
              right: 0;
              content: '';
              width: 100%;
              height: 100%;
              background-image: url("../images/more-arrow.svg");
              background-position: right center;
              background-repeat: no-repeat;
              transition-duration: 0.3s;
              transition-property: all; }
            .module .tiles .tile.news .overlay .link a:hover {
              color: #425D5E; }
              .module .tiles .tile.news .overlay .link a:hover:after {
                transform: translate(1.25rem, 0); }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    .module .tiles.gallery-tiles {
      display: flex; } }
  .module .tiles.gallery-tiles:after {
    content: '';
    width: calc(50% - 20px); }
  .module .tiles.gallery-tiles .tile {
    width: calc(25% - 20px); }
    @media only screen and (min-width: 768px) and (max-width: 1112px) {
      .module .tiles.gallery-tiles .tile {
        height: 0;
        padding-top: calc(25% - 20px); } }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .module .tiles.gallery-tiles .tile {
        width: calc(50% - 10px);
        height: 0;
        padding-top: calc(50% - 10px); } }

.module .columns {
  margin: 4rem auto 12rem auto; }
  .module .columns .column .text {
    color: #425D5E; }
    .module .columns .column .text blockquote {
      margin: 3rem 0;
      padding-left: 3rem;
      font-family: Tautz-Bold, serif;
      font-weight: bold;
      font-size: 2rem;
      line-height: 2.8rem;
      border-left: 4px solid #DDD2C0; }
    .module .columns .column .text ul li {
      list-style: disc;
      list-style-position: inside; }
    .module .columns .column .text ul.social {
      list-style: none; }
      .module .columns .column .text ul.social li {
        display: inline-block;
        position: relative; }
        .module .columns .column .text ul.social li:after {
          content: ' / ';
          margin: 0 1rem; }
        .module .columns .column .text ul.social li:last-child:after {
          content: ''; }
        .module .columns .column .text ul.social li a {
          display: inline-block;
          padding-left: 3rem;
          color: #425D5E;
          font-weight: 500;
          position: relative; }
          .module .columns .column .text ul.social li a:before {
            position: absolute;
            top: 3px;
            left: 0;
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            background-size: contain;
            background-repeat: no-repeat; }
        .module .columns .column .text ul.social li.twitter a:before {
          background-image: url("../images/twitter.png"); }
        .module .columns .column .text ul.social li.facebook a:before {
          background-image: url("../images/facebook.png"); }
    .module .columns .column .text p {
      font-size: 1.6rem;
      line-height: 2.6rem;
      margin-bottom: 2.6rem; }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        .module .columns .column .text p {
          font-size: 1.4rem;
          line-height: 2.2rem; } }
      .module .columns .column .text p.large {
        font-size: 2.4rem;
        line-height: 3.2rem; }
        @media only screen and (min-width: 100px) and (max-width: 769px) {
          .module .columns .column .text p.large {
            font-size: 2.1rem;
            line-height: 2.6rem; } }
      .module .columns .column .text p strong {
        font-weight: bold; }
      .module .columns .column .text p em {
        font-style: italic; }
      .module .columns .column .text p a {
        font-weight: 500;
        color: #425D5E;
        border-bottom: 1px solid rgba(66, 93, 94, 0.5);
        display: inline-block;
        background-color: rgba(66, 93, 94, 0); }
        .module .columns .column .text p a:hover {
          background-color: rgba(66, 93, 94, 0.1);
          border-bottom-color: #425d5e; }
      .module .columns .column .text p.button {
        position: relative;
        width: 100%;
        height: 1.4rem; }
        .module .columns .column .text p.button a {
          text-transform: uppercase;
          font-family: Tautz-Bold, serif;
          font-weight: bold;
          font-size: 1.4rem;
          line-height: 1.4rem;
          color: #425D5E;
          display: block;
          width: calc(100% - 5rem);
          position: relative;
          border-bottom: none; }
          .module .columns .column .text p.button a:after {
            position: absolute;
            top: 0;
            right: 0;
            content: '';
            width: 100%;
            height: 100%;
            background-image: url("../images/more-arrow-slate.svg");
            background-position: right center;
            background-repeat: no-repeat;
            transition-duration: 0.3s;
            transition-property: all; }
          .module .columns .column .text p.button a:hover {
            color: rgba(66, 93, 94, 0.8);
            background: none; }
            .module .columns .column .text p.button a:hover:after {
              transform: translate(1.25rem, 0); }
  .module .columns.one-column .text {
    width: 65.6666666666667%; }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .module .columns.one-column .text {
        width: calc(100% - 40px); } }
  .module .columns.two-columns {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      .module .columns.two-columns {
        display: block; } }
    .module .columns.two-columns .column {
      width: 50%; }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        .module .columns.two-columns .column {
          width: 100%; } }
      .module .columns.two-columns .column.image-column {
        z-index: 1; }
        .module .columns.two-columns .column.image-column .image {
          width: calc(100% + 20px);
          transition-duration: 0.4s;
          transition-property: all; }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .module .columns.two-columns .column.image-column .image {
              width: 100%; } }
          @media only screen and (min-width: 768px) and (max-width: 1112px) {
            .module .columns.two-columns .column.image-column .image {
              width: calc(100% + 40px); } }
          .module .columns.two-columns .column.image-column .image img {
            transition-duration: 0.4s;
            transition-property: all;
            width: 100%;
            height: auto; }
        .module .columns.two-columns .column.image-column.col-1 .image {
          transform: translate(0, 4rem); }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .module .columns.two-columns .column.image-column.col-1 .image {
              transform: none; } }
        .module .columns.two-columns .column.image-column.col-2 .image {
          transform: translate(-2rem, 4rem); }
          @media only screen and (min-width: 768px) and (max-width: 1112px) {
            .module .columns.two-columns .column.image-column.col-2 .image {
              transform: translate(-4rem, 4rem); } }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .module .columns.two-columns .column.image-column.col-2 .image {
              transform: none; } }
      .module .columns.two-columns .column.text-column {
        position: relative;
        z-index: 10; }
        .module .columns.two-columns .column.text-column .text {
          position: relative; }
          @media only screen and (min-width: 768px) and (max-width: 1112px) {
            .module .columns.two-columns .column.text-column .text {
              width: calc(100% - 40px); } }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .module .columns.two-columns .column.text-column .text {
              width: calc(100% - 40px);
              padding: 2rem; } }
          .module .columns.two-columns .column.text-column .text p {
            font-size: 1.6rem;
            line-height: 2.4rem; }
            @media only screen and (min-width: 100px) and (max-width: 769px) {
              .module .columns.two-columns .column.text-column .text p {
                font-size: 1.4rem;
                line-height: 2.2rem; } }
            .module .columns.two-columns .column.text-column .text p.large {
              font-size: 2.4rem;
              line-height: 3.2rem; }
              @media only screen and (min-width: 100px) and (max-width: 769px) {
                .module .columns.two-columns .column.text-column .text p.large {
                  font-size: 2.1rem;
                  line-height: 2.6rem; } }
          .module .columns.two-columns .column.text-column .text:after {
            content: '';
            position: absolute;
            top: -30px;
            left: -30px;
            width: calc(100% + 60px);
            height: calc(100% + 60px);
            background-color: #DDD2C0;
            z-index: -1; }
            @media only screen and (min-width: 100px) and (max-width: 769px) {
              .module .columns.two-columns .column.text-column .text:after {
                width: 100%;
                left: 0; } }
        .module .columns.two-columns .column.text-column.col-1 .text {
          transform: translate(3rem, 0); }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .module .columns.two-columns .column.text-column.col-1 .text {
              transform: none; } }
          @media only screen and (min-width: 768px) and (max-width: 1112px) {
            .module .columns.two-columns .column.text-column.col-1 .text {
              transform: translate(3rem, 4rem); } }
        .module .columns.two-columns .column.text-column.col-2 .text {
          transform: translate(-3rem, 0); }
          @media only screen and (min-width: 768px) and (max-width: 1112px) {
            .module .columns.two-columns .column.text-column.col-2 .text {
              transform: translate(1rem, 0rem); } }
          @media only screen and (min-width: 100px) and (max-width: 769px) {
            .module .columns.two-columns .column.text-column.col-2 .text {
              transform: none; } }

.module .nav {
  font-family: Tautz-Bold, serif;
  color: #DDD2C0;
  text-transform: uppercase;
  font-size: 1.4rem; }
  .module .nav span {
    display: inline-block;
    position: relative; }
    .module .nav span a {
      color: #DDD2C0; }
      .module .nav span a:before {
        content: '';
        position: absolute;
        top: 50%;
        pointer-events: none;
        background-image: url("../images/more-arrow.svg");
        width: 7rem;
        height: 0.7rem;
        transition-duration: 0.3s;
        transition-property: all; }
      .module .nav span a:hover {
        color: #425D5E; }
    .module .nav span.prev a {
      padding-left: 8rem; }
      .module .nav span.prev a:before {
        left: 0;
        transform: translate(0, -60%) rotate(180deg); }
      .module .nav span.prev a:hover:before {
        left: -10px; }
    .module .nav span.next a {
      padding-right: 8rem; }
      .module .nav span.next a:before {
        right: 0;
        transform: translate(0, -60%); }
      .module .nav span.next a:hover:before {
        right: -10px; }
  .module .nav .separator {
    margin: 0 2rem;
    display: inline-block;
    width: 1px;
    height: 2rem;
    text-indent: -999999px;
    background-color: #DDD2C0;
    overflow: hidden; }

.back {
  font-family: Tautz-Bold, serif;
  color: #DDD2C0;
  text-transform: uppercase;
  font-size: 1.4rem; }
  .back a {
    color: #DDD2C0;
    text-align: right;
    display: block;
    position: relative; }
    .back a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      pointer-events: none;
      background-image: url("../images/more-arrow.svg");
      width: 7rem;
      height: 0.7rem;
      transition-duration: 0.3s;
      transition-property: all;
      transform: translate(0, -60%) rotate(180deg); }
    .back a:hover {
      color: #425D5E; }
      .back a:hover:before {
        left: -10px; }

#footer {
  margin-top: 10rem;
  padding: 46rem 0 6rem 0;
  background: #201D11;
  box-shadow: 0 50vh 0 50vh #201D11;
  color: #DDD2C0; }
  @media only screen and (min-width: 768px) and (max-width: 1112px) {
    #footer {
      padding: 33rem 0 3rem 0; } }
  @media only screen and (min-width: 100px) and (max-width: 769px) {
    #footer {
      padding: 28rem 0 3rem 0; } }
  #footer .inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      #footer .inner {
        display: block; } }
    #footer .inner .footer-column {
      width: 33%; }
      @media only screen and (min-width: 100px) and (max-width: 769px) {
        #footer .inner .footer-column {
          width: 100%; } }
      #footer .inner .footer-column.other {
        padding-left: 20%;
        width: 13%; }
      #footer .inner .footer-column #footer-site-title {
        font-family: Tautz-Bold, serif;
        text-transform: uppercase;
        font-size: 2rem;
        line-height: 2rem;
        width: 100px; }
      #footer .inner .footer-column #footer-menu {
        margin-bottom: 2rem; }
        #footer .inner .footer-column #footer-menu li {
          display: inline-block;
          margin-right: 0.7rem;
          font-size: 2rem; }
          #footer .inner .footer-column #footer-menu li a {
            font-family: Tautz-Bold, serif;
            text-transform: uppercase; }
            #footer .inner .footer-column #footer-menu li a:hover {
              color: white; }
      #footer .inner .footer-column #footer-address {
        font-weight: bold; }
      #footer .inner .footer-column .social {
        list-style: none; }
        #footer .inner .footer-column .social li {
          display: inline-block;
          position: relative; }
          #footer .inner .footer-column .social li a {
            display: inline-block;
            padding-left: 3rem;
            color: #425D5E;
            font-weight: 500;
            position: relative;
            text-indent: -999999px; }
            #footer .inner .footer-column .social li a:before {
              position: absolute;
              top: 3px;
              left: 0;
              content: '';
              display: block;
              width: 20px;
              height: 20px;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
          #footer .inner .footer-column .social li.twitter a:before {
            background-image: url("../images/twitter-sand.svg"); }
          #footer .inner .footer-column .social li.facebook a:before {
            background-image: url("../images/facebook-sand.svg"); }
      #footer .inner .footer-column .legal {
        margin-top: 2rem;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.05rem; }
        #footer .inner .footer-column .legal a:hover {
          color: white; }
  #footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40rem;
    background-color: #425D5E; }
    @media only screen and (min-width: 768px) and (max-width: 1112px) {
      #footer:before {
        height: 30rem; } }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      #footer:before {
        height: 25rem; } }
  #footer:after {
    content: '';
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/footer-hammers.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 440px;
    height: 160px;
    max-width: 50%;
    max-height: 50%; }
    @media only screen and (min-width: 768px) and (max-width: 1112px) {
      #footer:after {
        top: 15rem; } }
    @media only screen and (min-width: 100px) and (max-width: 769px) {
      #footer:after {
        top: 12.5rem;
        min-width: 300px; } }
  #footer a {
    color: #DDD2C0; }
