/* Text Elements */

h1.h4 {
  padding: 5px 8%;
  border-style: outset;
}

h1.heading-2 {
  padding: 30px 10px 20px;
  text-align: center;
}

h1 span.heading-text-2 {
  font-weight: 900;
}

h3 {
  margin: 30px auto 7px;
  padding-right: 15px;
  padding-left: 15px;
  color: #248f7e;
  text-align: center;
  font-size: 30px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.main-heading {
  color: #248f7e;
  text-align: center;
  font-size: 24px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.light {
  color: #fff;
}

h4.instructional-heading {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 800px;
  color: #77695c;
  text-align: center;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.1;
}

p.paragraph {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}

p.paragraph.light {
  color: #fff;
}

p.paragraph.copyright {
  color: #fff;
  text-align: center;
}

p.paragraph a.link-color {
  color: #249072;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 400;
}

p.paragraph a.paragraph-text-3 {
  color: #17ba17;
}

p.paragraph.paragraph-4 {
  padding-right: 10px;
  padding-left: 10px;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 700;
  font-size: .9375rem;
}

p.paragraph.paragraph-6 {
  text-align: center;
  font-weight: 900;
}

p.paragraph.paragraph-7 {
  text-align: center;
  font-weight: 900;
}

p.paragraph.paragraph-8 {
  text-align: center;
  font-weight: 900;
}

p.paragraph.paragraph-9 {
  text-align: center;
  font-weight: 700;
}

p.paragraph.paragraph-5 {
  padding-right: 10px;
  padding-left: 10px;
}

p.paragraph.paragraph-11 {
  padding-right: 10px;
  padding-left: 10px;
}

p.paragraph span.paragraph-text-8 {
  font-weight: 700;
}

p.paragraph.paragraph-10 {
  text-align: center;
}

p.paragraph.paragraph-1 {
  line-height: 21px;
}

p.paragraph span.paragraph-text-12 {
  color: #000;
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  color: #000;
  font-weight: 700;
}

p.paragraph span.paragraph-text-15 {
  background-color: #edfd06;
}

p.paragraph span.paragraph-text-6 {
  font-style: italic;
}

p.paragraph a.paragraph-text-3:hover {
  color: #0df20d;
}

a.link-text.menu-link {
  color: #857461;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
}

/* Interaction Elements */

a.link-button.button.nav-link {
  padding: 10px 20px;
  min-height: 30auto;
  border-bottom-color: rgba(133, 114, 91, .29);
  background-color: transparent;
  color: #857461;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
}

a.link-button.button.nav-link.smooth-scroll {
  margin-right: 1%;
  margin-left: 1%;
  width: 48%;
  border-bottom-color: rgba(133, 114, 91, .29);
  font-size: 11px;
}

form.form-container.contact-form {
  margin-bottom: 7px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  min-height: 0;
  max-width: 800px;
  width: 100%;
}

/* Layout Elements */

.container.nav-row {
  padding-right: 15px;
  padding-left: 15px;
  max-width: none;
  width: 100%;
  background-color: #fdf9f6;
}

.container.header {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 50px;
  background-color: #fdf9f6;
}

.container.header-image {
  min-height: 200px;
  width: 100%;
  background-image: url('../images/background2.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.instructional-container {
  margin: 10px auto 7px;
  padding: 10px;
  min-height: 50px;
  max-width: 350px;
  width: 80%;
  border-top: .0625rem solid rgba(112, 96, 90, .5);
  border-bottom: .0625rem solid rgba(112, 96, 90, .5);
}

.container.activities-column {
  float: left;
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
  height: 100%;
}

.container.activities-buttons.small-width {
  margin-bottom: 30px;
  max-width: 1200px;
}

.container.background-row {
  max-width: none;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(244, 244, 244, .5) 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.location {
  padding-right: 0;
  padding-left: 0;
  min-height: 200px;
  background-image: url('../teresitapines2hee.jpg'), url('../images/map.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: no-repeat, repeat;

  background-blend-mode: normal, normal;
}

.container.quote-section {
  padding-bottom: 30px;
  max-width: none;
  background-image: url('../images/hiker.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

.container.quote-column {
  padding-right: 0;
  padding-left: 0;
}

.container.gallery-intro {
  padding: 20px 20px 2px;
  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.gallery {
  padding: 20px 20px 2px;
  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;
}

.container.social-icons-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.container.contact {
  padding-right: 0;
  padding-left: 0;
  background-color: #009a62;
  background-image: url('../images/background-contact.gif');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

.container.footer {
  padding: 70px 15px 50px;
  background-color: #1f2a2d;
}

.container.row-type {
  max-width: none;
}

.container.navigation {
  display: block;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
}

.container.nav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.container.title-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  background-color: transparent;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container#realeutatemenu {
  display: none;
}

.container.top-bar-left {
  display: block;
  -ms-flex-pack: justify;
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.top-bar {
  padding-right: 0;
  padding-left: 0;
  background-color: transparent;
}

.container.subgrid-row-1 {
  display: none;
}

.container.row-type.subgrid-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.column-type {
  display: inline-block;
}

.container.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  max-width: 400px;
}

.rule.heading-rule hr {
  border-top-width: 2px;
  border-top-color: #248f7e;
}

.rule.heading-rule {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 80px;
}

div.responsive-picture.instructional-icon {
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
}

div.responsive-picture.activities-image {
  display: none;
  max-width: none;
}

a.link-button-image.activities-button.button.hiking {
  display: block;
  margin: 15px auto 7px;
  padding: 5px 10px 10px;
  max-width: 100px;
  width: 100%;
  border-radius: 8px;
  background-color: #f3774f;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
}

div.image-for-button.activities-button-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 60px;
}

span.link-button-text.activities-button-text {
  display: block;
  text-transform: uppercase;
}

a.link-button-image.activities-button.button {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding: 5px 10px 10px;
}

a.link-button-image.activities-button.button.launch-maps {
  display: block;
  padding: 7px 30px 15px;
  max-width: 300px;
  width: 100%;
  border-radius: 8px;
  background-color: #92aea1;
  opacity: .94;
}

a.link-button-image.activities-button.button.sighting {
  display: block;
  margin-top: 15px;
  max-width: 100px;
  width: 100%;
  border-radius: 8px;
  background-color: #b18d79;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
}

a.link-button-image.activities-button.button.camping {
  display: block;
  margin-top: 15px;
  max-width: 100px;
  width: 100%;
  border-radius: 8px;
  background-color: #61897f;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
}

div.responsive-picture.halftone-pattern {
  max-width: none;
  background-image: url('../images/halftone-pattern.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.rule.heading-rule.light hr {
  border-top-color: #fff;
}

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);
     -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-style: solid;
  border-color: #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;
}

div.responsive-picture.gallery-image-M {
  float: left;
  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 20px 30px 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);
}

a.link-button-glyph.btn.button.gototop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
}

div.responsive-picture.logo {
  margin: 20px auto 7px;
  max-width: 100%;
}

a.glyph.menu-link {
  display: inline-block;
  clear: right;
  margin-right: 1%;
  color: #857461;
  vertical-align: middle;
  font-size: 1.5625rem;
  line-height: 0;
}

div.responsive-picture.picture-1 {
  float: right;
  max-width: 80px;
  width: 193px;
}

div.responsive-picture.picture-2 {
  float: right;
  max-width: 90px;

  -webkit-box-flex: 25;
  -webkit-flex: 25 23;
     -moz-box-flex: 25;
      -ms-flex: 25 23;
          flex: 25 23;
}

div.responsive-picture.picture-3 {
  float: right;
  max-width: 120px;
}

a.responsive-picture.picture-link-1 {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 140px;
  width: 60%;
}

.html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
}

div.responsive-picture.picture-4 {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

.html-element.html-element-5 {
  max-width: 400px;
  width: auto;
  text-align: center;
}

div.responsive-picture.gallery-image-XL:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(3deg) translateX(-10px);
     -moz-transform: rotate(3deg) translateX(-10px);
       -o-transform: rotate(3deg) translateX(-10px);
          transform: rotate(3deg) translateX(-10px);
}

div.responsive-picture.image-gallery-S:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
     -moz-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
       -o-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
          transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
}

div.responsive-picture.gallery-image-M:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
     -moz-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
       -o-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
          transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
}

a.link-button-glyph.btn.button.gototop:hover {
  -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);
}

a.link-button-image.activities-button.button.sighting:hover {
  margin-top: -15px;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

a.link-button-image.activities-button.button.camping:hover {
  position: relative;
  z-index: 500;
  margin-top: -15px;
  -webkit-transition-duration: 0s, 0s, .5s;
     -moz-transition-duration: 0s, 0s, .5s;
       -o-transition-duration: 0s, 0s, .5s;
          transition-duration: 0s, 0s, .5s;
  -webkit-transform: rotate(-3deg);
     -moz-transform: rotate(-3deg);
       -o-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

a.link-button-image.activities-button.button.hiking:hover {
  position: relative;
  z-index: 500;
  margin-top: -15px;
  -webkit-transition-delay: 0s, 0s, 0s;
     -moz-transition-delay: 0s, 0s, 0s;
       -o-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  -webkit-transition-timing-function: ease-out, ease-out, ease;
     -moz-transition-timing-function: ease-out, ease-out, ease;
       -o-transition-timing-function: ease-out, ease-out, ease;
          transition-timing-function: ease-out, ease-out, ease;
  -webkit-transition-duration: 0s, 0s, .51s;
     -moz-transition-duration: 0s, 0s, .51s;
       -o-transition-duration: 0s, 0s, .51s;
          transition-duration: 0s, 0s, .51s;
  -webkit-transition-property: background-color, color, all;
     -moz-transition-property: background-color, color, all;
       -o-transition-property: background-color, color, all;
          transition-property: background-color, color, all;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

a.link-button-image.activities-button.button.launch-maps:hover {
  opacity: .63;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

a.link-button-image.activities-button.button.sighting:active {
  position: relative;
  z-index: 500;
  margin-top: -15px;
}

@media screen and (min-width: 26.8125rem) {
  /* Layout Elements */

  .container.header-image {
    background-image: url('../images/background2.jpg'), url('../images/photo-1429591444377-330b363f2215.jpg');
    background-attachment: scroll, scroll;
    background-position: left center, center top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, repeat;

    background-blend-mode: normal, normal;
  }
}

@media screen and (min-width: 26.875rem) {
  /* Text Elements */

  h1.heading-2 {
    text-align: center;
  }

  p.paragraph.paragraph-5 {
    text-align: left;
    font-weight: 500;
    font-variant: normal;
  }

  p.paragraph.paragraph-6 {
    text-align: center;
    font-weight: 900;
    font-size: 17px;
  }

  p.paragraph.paragraph-7 {
    text-align: center;
    font-weight: 900;
  }

  p.paragraph.paragraph-8 {
    text-align: center;
    font-weight: 900;
  }

  p.paragraph.paragraph-9 {
    text-align: center;
    font-weight: 800;
  }

  p.paragraph.paragraph-10 {
    text-align: center;
    font-weight: 700;
    font-style: italic;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;
  }

  /* Layout Elements */

  .container.title-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.col-padding {
    float: none;
    padding-right: 0;
    padding-left: 0;
  }

  .container.subgrid-row-1 {
    display: none;
  }

  .container.row-4 {
    border-style: none;
  }

  .container.column-1 {
    border-style: none;
  }

  .container.row-type.subgrid-row-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.container-2 {
    margin-right: auto;
    margin-left: auto;
    min-width: 200px;
    max-width: 500px;
  }

  div.responsive-picture.picture-1 {
    float: right;
    max-width: 100px;
    width: 50%;
  }

  div.responsive-picture.picture-2 {
    max-width: 36.2%;
  }

  .html-element.html-element-2 {
    border-width: .0625rem;
    border-style: none;
    box-shadow: none;
  }

  .html-element.html-element-3 {
    border-width: .125rem;
    border-style: none;
    box-shadow: none;
  }

  div.responsive-picture.logo {
    max-width: 100%;
  }

  .html-element.html-element-4 {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 span.heading-text-1 {
    font-size: 1.125rem;
    line-height: 1;
  }

  p.paragraph {
    font-size: 16px;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link.smooth-scroll {
    font-size: 14px;
  }

  a.link-button.about-btn.button.nav-link.smooth-scroll {
    background-color: #85ff00;
  }

  a.link-button.activities-btn.button.nav-link.smooth-scroll {
    background-color: #feda05;
  }

  a.link-button.button.location-btn.nav-link.smooth-scroll {
    background-color: #ff0080;
    color: #d3bfa8;
  }

  a.link-button.button.nav-link.registration-btn.smooth-scroll {
    background-color: #05b4f9;
    color: #cfcdca;
  }

  a.link-button.button.donate-btn.nav-link.smooth-scroll {
    background-color: #24b71f;
    color: #544533;
  }

  a.link-button.button.gallery-btn.nav-link.smooth-scroll {
    background-color: #5849be;
    color: #a09282;
  }

  a.link-button.button.contact-btn.nav-link.smooth-scroll {
    background-color: #fc5f01;
    color: #58432c;
  }

  a.link-button.button.contact-btn.nav-link.smooth-scroll:hover {
    background-color: #ff8300;
  }

  a.link-button.about-btn.button.nav-link.smooth-scroll:hover {
    background-color: #01fe0b;
  }

  a.link-button.activities-btn.button.nav-link.smooth-scroll:hover {
    background-color: #f7f409;
  }

  a.link-button.button.location-btn.nav-link.smooth-scroll:hover {
    background-color: #e20349;
  }

  a.link-button.button.nav-link.registration-btn.smooth-scroll:hover {
    background-color: #0ea7e2;
  }

  a.link-button.button.donate-btn.nav-link.smooth-scroll:hover {
    background-color: #21f41a;
  }

  a.link-button.button.gallery-btn.nav-link.smooth-scroll:hover {
    background-color: #7364d7;
  }

  /* Layout Elements */

  .container.activities-column {
    position: relative;
    overflow: hidden;
  }

  .container.title-bar {
    display: none;
  }

  .container#realeutatemenu {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.location {
    background-image: url('../teresitapines2hee.jpg'), url('http://red-resources.coffeecup.com/storage/common/url-placeholder.png'), url('../images/teresitapines2e.jpg'), url('../images/map.jpg');
    background-attachment: scroll, scroll, scroll, scroll;
    background-position: left top, left top, left top, center top;
    background-clip: border-box, border-box, border-box, border-box;
    background-origin: padding-box, padding-box, padding-box, padding-box;
    background-size: auto auto, auto auto, auto auto, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat;

    background-blend-mode: normal, normal, normal, normal;
  }

  .container.subgrid-row-1 {
    display: block;
    border-width: .125rem;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, .5) 7px 7px 10px 0;
  }

  .container.subgrid-row-2 {
    border-style: none;
  }

  .container.top-bar {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
  }

  .container.container-2 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.activities-image {
    display: block;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
       -moz-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
  }

  a.link-button-image.activities-button.button.camping {
    position: relative;
    z-index: 500;
    display: block;
    margin-top: -50px;
    max-width: 100px;
    width: 100%;
    border-radius: 8px;
  }

  a.link-button-image.activities-button.button.sighting {
    position: relative;
    z-index: 500;
    display: block;
    margin-top: -50px;
    max-width: 100px;
    width: 100%;
    border-radius: 8px;
  }

  a.link-button-image.activities-button.button.hiking {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    border-radius: 8px;
  }

  div.responsive-picture.picture-1 {
    float: right;
    max-width: 130px;
    width: 100px;
  }

  div.responsive-picture.picture-2 {
    max-width: 26.8%;

    -webkit-box-flex: 3;
    -webkit-flex: 3 23;
       -moz-box-flex: 3;
        -ms-flex: 3 23;
            flex: 3 23;
  }

  .html-element.html-element-2 {
    display: block;
  }

  .html-element.html-element-3 {
    display: block;
  }

  div.responsive-picture.logo {
    max-width: 100%;
  }

  a.link-button-image.activities-button.button.hiking:hover {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    -webkit-transition-duration: 0s, 0s, .5s;
       -moz-transition-duration: 0s, 0s, .5s;
         -o-transition-duration: 0s, 0s, .5s;
            transition-duration: 0s, 0s, .5s;
    -webkit-transform: rotate(4deg) translateY(-25px);
       -moz-transform: rotate(4deg) translateY(-25px);
         -o-transform: rotate(4deg) translateY(-25px);
            transform: rotate(4deg) translateY(-25px);
  }

  a.link-button-image.activities-button.button.camping:hover {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    -webkit-transform: rotate(-3deg) translateY(-25px);
       -moz-transform: rotate(-3deg) translateY(-25px);
         -o-transform: rotate(-3deg) translateY(-25px);
            transform: rotate(-3deg) translateY(-25px);
  }

  a.link-button-image.activities-button.button.sighting:hover {
    position: relative;
    z-index: 500;
    margin-top: -50px;
    -webkit-transform: rotate(3deg) translateY(-25px);
       -moz-transform: rotate(3deg) translateY(-25px);
         -o-transform: rotate(3deg) translateY(-25px);
            transform: rotate(3deg) translateY(-25px);
  }

  div.responsive-picture.activities-image:hover {
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: scaleX(1.1) scaleY(1.1);
       -moz-transform: scaleX(1.1) scaleY(1.1);
         -o-transform: scaleX(1.1) scaleY(1.1);
            transform: scaleX(1.1) scaleY(1.1);
  }
}

@media screen and (min-width: 48rem) {
  /* Text Elements */

  h1.h4 {
    margin-right: 8%;
    margin-left: 8%;
    padding: 7px 5%;
    border-style: outset;
  }

  h1 span.heading-text-1 {
    font-size: 1.125rem;
    line-height: .11;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph a.paragraph-text-3 {
    color: #29ba21;
  }

  p.paragraph.paragraph-12 {
    margin-top: 7px;
  }

  p.paragraph span.paragraph-text-10 {
    background-color: #fff;
  }

  p.paragraph span.paragraph-text-11 {
    background-color: transparent;
  }

  p.paragraph span.paragraph-text-12 {
    background-color: #fff;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link {
    line-height: 1.6;
  }

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: .5%;
    margin-left: 0;
    padding-right: 7px;
    padding-left: 7px;
    width: auto;
    letter-spacing: 0;
    font-size: 11px;
    font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 1.3;

    -webkit-box-flex: 1;
    -webkit-flex: 1 5 0px;
       -moz-box-flex: 1;
        -ms-flex: 1 5 0px;
            flex: 1 5 0px;
  }

  a.link-button.about-btn.button.nav-link.smooth-scroll {
    background-color: #85ff00;
  }

  a.link-button.activities-btn.button.nav-link.smooth-scroll {
    background-color: #feda05;
  }

  a.link-button.button.location-btn.nav-link.smooth-scroll {
    background-color: #ff0080;
    color: #352a1d;
  }

  a.link-button.button.nav-link.registration-btn.smooth-scroll {
    background-color: #05b4f9;
    color: #65523d;
  }

  a.link-button.button.donate-btn.nav-link.smooth-scroll {
    background-color: #24b71f;
    color: #685641;
  }

  a.link-button.button.gallery-btn.nav-link.smooth-scroll {
    background-color: #5849be;
    color: #c5b4a1;
  }

  a.link-button.button.contact-btn.nav-link.smooth-scroll {
    background-color: #fc5f01;
    color: #1c0f00;
  }

  a.link-button.about-btn.button.nav-link.smooth-scroll:hover {
    background-color: #01fe0b;
  }

  a.link-button.activities-btn.button.nav-link.smooth-scroll:hover {
    background-color: #f7f409;
  }

  a.link-button.button.location-btn.nav-link.smooth-scroll:hover {
    background-color: #e20349;
  }

  a.link-button.button.nav-link.registration-btn.smooth-scroll:hover {
    background-color: #0ea7e2;
  }

  a.link-button.button.donate-btn.nav-link.smooth-scroll:hover {
    background-color: #21f41a;
  }

  a.link-button.button.gallery-btn.nav-link.smooth-scroll:hover {
    background-color: #7364d7;
  }

  a.link-button.button.contact-btn.nav-link.smooth-scroll:hover {
    background-color: #ff8300;
  }

  form.form-container.contact-form {
    padding-top: 20px;
    padding-bottom: 70px;
    min-height: 50px;
    max-width: none;
    width: auto;
  }

  /* Layout Elements */

  .container.row-type {
    max-width: 1200px;
  }

  .container.full-width {
    max-width: none;
  }

  .container.row-1 {
    max-width: none;
  }

  .container.location {
    min-height: 400px;
  }

  .container.instructional-container {
    padding-bottom: 20px;
  }

  .container.col-padding {
    margin-bottom: 30px;
  }

  .container.top-bar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 5 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 5 auto;
            flex: 1 5 auto;
  }

  .container.navigation {
    padding-top: 10px;
  }

  .container.row-3 {
    max-width: 810px;
  }

  .container.subgrid-row-1 {
    border-width: .125rem;
    border-style: solid;
    box-shadow: rgba(0, 0, 0, .5) 7px 7px 10px 0;
  }

  .container.top-bar {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;

    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
            align-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
  }

  div.responsive-picture.gallery-image-XL {
    width: 35%;
  }

  div.responsive-picture.image-gallery-S {
    width: 25%;
  }

  div.responsive-picture.gallery-image-M {
    width: 34%;
  }

  div.responsive-picture.activities-image {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .3s;
       -moz-transition-duration: .3s;
         -o-transition-duration: .3s;
            transition-duration: .3s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
  }

  div.responsive-picture.picture-1 {
    display: inline-block;
    float: right;
    max-width: 150px;
    width: 50%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 27;
       -moz-box-flex: 0;
        -ms-flex: 0 27;
            flex: 0 27;
  }

  div.responsive-picture.picture-2 {
    max-width: 12.7%;

    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0;
            flex: 0 0;
  }

  div.responsive-picture.logo {
    max-width: 100%;
  }

  div.responsive-picture.activities-image:hover {
    -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;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.h4 {
    display: block;
    margin: 0 150px;
    padding: 7px 5%;
    border-width: .25rem;
    border-style: outset;
    border-radius: 6px;
    font-style: normal;
    font-size: 18px;
  }

  h3.main-heading {
    font-size: 40px;
  }

  h3.sub-heading {
    font-size: 40px;
  }

  h3.heading-1 {
    font-size: 40px;
  }

  h3.light {
    font-size: 40px;
  }

  p.paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  p.paragraph b.paragraph-text-1 {
    font-weight: 400;
  }

  p.paragraph.paragraph-2 {
    margin-top: 7px;
    margin-right: auto;
    max-width: 800px;
    text-align: left;
  }

  p.paragraph.paragraph-3 {
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
  }

  p.paragraph.light {
    margin-top: 0;
  }

  p.paragraph span.paragraph-text-5 {
    font-weight: 900;
  }

  p.paragraph.paragraph-1 {
    margin-top: 43px;
  }

  p.paragraph span.paragraph-text-10 {
    color: #000;
  }

  p.paragraph span.paragraph-text-4 {
    color: #000;
    font-weight: 700;
  }

  p.paragraph span.paragraph-text-13 {
    background-color: #fff;
    color: #000;
  }

  p.paragraph.paragraph-12 {
    opacity: .96;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link {
    margin-bottom: 0;
    padding-top: 20px;
    border-right-color: rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
  }

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: 0;
    font-size: 15px;
  }

  form.form-container.contact-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }

  /* Layout Elements */

  .container.nav-row {
    max-width: none;
  }

  .container.full-width {
    max-width: none;
  }

  .container.location {
    min-height: 600px;
    background-image: url('../teresitapines2hee.jpg'), url('../images/teresitapines2e.jpg');
    background-attachment: scroll, scroll;
    background-position: left top, left top;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, auto auto;
    background-repeat: no-repeat, no-repeat;

    background-blend-mode: normal, normal;
  }

  .container.navigation {
    -ms-flex-pack: end;
    padding-top: 10px;
    min-height: 1px;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.top-bar-left {
    -ms-flex-pack: end;
    padding-top: 0;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
  }

  .container.header-image {
    background-image: url('../images/background2.jpg');
    background-attachment: scroll;
    background-position: left center;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.column-1 {
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .container.row-3 {
    max-width: 810px;
  }

  .container.top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-order: 1;
    overflow: visible;

    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  div.responsive-picture.activities-image {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .35s;
       -moz-transition-duration: .35s;
         -o-transition-duration: .35s;
            transition-duration: .35s;
    -webkit-transition-property: all;
       -moz-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
  }

  div.responsive-picture.gallery-image-M {
    margin-left: 3%;
    min-width: 50px;
    min-height: 56px;
    max-height: 372px;
    width: 25.1%;
  }

  div.responsive-picture.gallery-image-XL {
    width: 35%;
  }

  div.responsive-picture.image-gallery-S {
    min-width: 160px;
    width: 25%;
  }

  div.responsive-picture.picture-1 {
    display: inline-block;
    float: right;
    max-width: 200px;
  }

  div.responsive-picture.picture-2 {
    float: right;
    padding-left: 0;
    max-width: 11.6%;
  }

  div.responsive-picture.logo {
    max-width: none;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .html-element.html-element-1 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  div.responsive-picture.activities-image:hover {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
       -moz-transform: scaleX(1.1) scaleY(1.1);
         -o-transform: scaleX(1.1) scaleY(1.1);
            transform: scaleX(1.1) scaleY(1.1);
  }

  div.responsive-picture.activities-image:active {
    -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;
  }
}