/* Text Elements */

p.paragraph {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  font-size: 16px;
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.copyright {
  color: #fff;
  text-align: center;
}

/* Layout Elements */

body.body-1 {
  background-color: #fdf9f6;
}

.rule.heading-rule hr {
  border-top-width: 2px;
  border-top-color: #248f7e;
}

.rule.heading-rule {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 80px;
}

.container-grid.header-cover {
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
}

.container-grid.activities-column {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

div.responsive-picture.activities-image {
  max-width: none;
}

.container-grid.quote-section {
  padding-bottom: 30px;
  background-color: transparent;
  background-image: url('../images/hiker.jpg');
  background-attachment: scroll;
  background-position: left center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

div.responsive-picture.halftone-pattern {
  max-width: none;
}

.rule.light hr {
  border-top-color: #fff;
}

.container-grid.gallery-intro {
  padding-top: 20px;
  background-color: transparent;
  background-image: url('../images/Wood-v28-gallery-intro.jpg');
  background-attachment: scroll;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat-x;
}

.container-grid.footer {
  padding-top: 70px;
  padding-right: 15px;
  padding-bottom: 50px;
  background-color: #1f2a2d;
}

a.link-button-glyph.btn.goto-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

.container-grid.activities.small-width {
  display: none;
}

span.glyph-for-button.goto-top {
  color: #fff;
}

.container-grid.background-section {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.container-grid.social-section {
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-grid.activities {
  padding-right: 10px;
  padding-left: 10px;
}

div.responsive-picture.gallery-image-M {
  float: left;
  margin-left: 3px;
  min-width: 100px;
  max-width: none;
  width: 50%;
  border: .25rem solid #eeebe2;
  border-top-left-radius: 15px 11px;
  border-top-right-radius: 15px 11px;
  border-bottom-right-radius: 15px 11px;
  border-bottom-left-radius: 15px 11px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

div.responsive-picture.image-gallery-S {
  float: left;
  min-width: 100px;
  max-width: none;
  width: 45%;
  border: .25rem solid #eeebe2;
  border-radius: 2px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(1deg);
     -moz-transform: rotate(1deg);
       -o-transform: rotate(1deg);
          transform: rotate(1deg);
}

div.responsive-picture.gallery-image-XL {
  float: left;
  min-width: 100px;
  max-width: none;
  border: .25rem solid #eeebe2;
  border-radius: 5px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(-2deg) scaleY(1);
     -moz-transform: rotate(-2deg) scaleY(1);
       -o-transform: rotate(-2deg) scaleY(1);
          transform: rotate(-2deg) scaleY(1);
}

.container-grid.gallery {
  float: left;
  padding: 20px 20px 15px;
  min-height: 50px;
  background-color: transparent;
  background-image: url('../images/Wood-v28.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
}

a.link-button-glyph.btn.goto-top:hover {
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: scaleX(1.3) scaleY(1.3);
     -moz-transform: scaleX(1.3) scaleY(1.3);
       -o-transform: scaleX(1.3) scaleY(1.3);
          transform: scaleX(1.3) scaleY(1.3);
}

div.responsive-picture.gallery-image-M:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .901961) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
     -moz-transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
       -o-transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
          transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
}

div.responsive-picture.image-gallery-S:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .901961) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
     -moz-transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
       -o-transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
          transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
}

div.responsive-picture.gallery-image-XL:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .9) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(3deg) translateX(-10px) translateY(0px);
     -moz-transform: rotate(3deg) translateX(-10px) translateY(0px);
       -o-transform: rotate(3deg) translateX(-10px) translateY(0px);
          transform: rotate(3deg) translateX(-10px) translateY(0px);
}

@media screen and (min-width: 36rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 16px;
  }

  div.responsive-picture.activities-image {
    position: static;
    z-index: 0;
    float: none;
    overflow: auto;
    border-width: 0;
    border-style: solid;
    -webkit-transition-duration: .35s;
       -moz-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
  }

  .container-grid.activities.small-width {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container-grid.activities-column {
    z-index: 0;
    overflow: hidden;
    min-height: 50px;
  }

  div.responsive-picture.gallery-image-M {
    width: 34.5%;
  }

  div.responsive-picture.image-gallery-S {
    width: 30%;
  }

  div.responsive-picture.gallery-image-XL {
    width: 35%;
  }

  div.responsive-picture.activities-image:hover {
    border-style: solid;
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
  }

  div.responsive-picture.activities-image:hover > picture {
    margin: 0;
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  p.paragraph {
    margin-bottom: 7px;
    font-size: 17px;
  }

  .container-grid.gallery-intro {
    padding-top: 20px;
  }
}

@media screen and (min-width: 62rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 19px;
  }

  div.responsive-picture.image-gallery-S {
    width: 30%;
  }
}

@media screen and (min-width: 75rem) {
  /* Layout Elements */

  body.body-1 {
    background-color: #fdf9f6;
  }

  .container-grid.activities.small-width {
    -ms-flex-pack: center;
    max-width: 1200px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  a.link-button-glyph.btn.goto-top {
    z-index: 10;
  }

  .container-grid.gallery {
    position: static;
    float: left;
    padding-bottom: 15px;
  }
}