/* Text Elements */

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

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

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-weight: 400;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

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;
}

p.paragraph.table-element {
  float: left;
  width: 25%;
  color: rgba(0, 0, 0, .65);
  text-transform: capitalize;
  font-size: 12px;
}

p.paragraph.table-labels {
  float: left;
  width: 25%;
  color: rgba(36, 143, 126, .65);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

p.paragraph.quote {
  margin-bottom: 15px;
  padding-bottom: 5px;
  width: 80%;
  font-size: 17px;
}

p.paragraph.quote-author {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: 'Averia Libre', 'Hoefler Text', 'Baskerville old face', Garamond, 'Times New Roman', serif;
}

p.paragraph.light {
  color: rgba(255, 255, 255, .85);
}

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

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

/* Interaction Elements */

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

a.link-button.button-link-4 {
  position: static;
  float: left;
  margin-right: auto;
  margin-left: auto;
  padding: .5em 1em;
  background-color: #79bf42;
  color: #fff;
  text-align: center;
  text-decoration: underline;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

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

form.form-container.form-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

input[type=text] {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 15px 0 4px;
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: .125rem;
  border-bottom-style: solid;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

textarea {
  margin-top: 15px;
  margin-bottom: 4px;
  padding: 0;
  max-width: none;
  width: 100%;
  height: 100px;
  border-bottom: .125rem solid #fff;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

textarea.textarea-1 {
  background-color: transparent;
}

label.label {
  color: #91ffc8;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

/* Layout Elements */

body > .row.nav-row {
  position: -webkit-sticky;
  position:         sticky;
  top: 10px;
  z-index: 90;
  padding: 20px 15px 40px;
  width: 100%;
  background-color: rgba(251, 243, 242, .8);
}

body > .row > [class*='col-xs-'].header {
  min-height: 50px;
  background-color: #fdf9f6;
}

body > .row > [class*='col-xs-'].header-cover {
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
}

body > .row > [class*='col-xs-'].activities-column {
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

body > .row.activities-buttons.small-width {
  margin-bottom: 30px;
}

body > .row > [class*='col-xs-'].activities-column.buttons {
  padding-right: 15px;
  padding-left: 15px;
}

body > .row.background-row {
  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;
}

body > .row > [class*='col-xs-'].location {
  padding-right: 0;
  padding-left: 0;
  min-height: 200px;
  background-image: url('../images/map.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

body > .row.table {
  margin-bottom: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1200px;
  width: auto;
  border-top: .1875rem double #3a9d7f;
  border-bottom: .1875rem double #3a9d7f;
}

body > .row.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;
}

body > .row > [class*='col-xs-'].quote-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='col-xs-'].gallery-intro {
  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;
}

body > .row > [class*='col-xs-'].gallery {
  padding: 20px 20px 2px;
  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;
}

body > .row > [class*='col-xs-'].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;
}

body > .row > [class*='col-xs-'].footer {
  padding-top: 70px;
  padding-right: 15px;
  padding-bottom: 50px;
  background-color: #1f2a2d;
}

body > .row.activities.small-width {
  display: none;
}

body > .row.sticky-header {
  position: -webkit-sticky;
  position:         sticky;
  top: 10px;
  z-index: 1;
}

body.grid-3 {
  background-color: #000;
}

.subgrid.nav {
  margin-right: auto;
  margin-left: auto;
}

.subgrid > .row > [class*='col-xs-'].navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  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;
}

.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-fluid.header-image {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  min-height: 200px;
  width: 100%;
  background-image: url('../images/photo-1429591444377-330b363f2215.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

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

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

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

a.link-button-image.btn {
  margin: 15px auto 7px;
  padding: 5px 10px 10px;
  max-width: 100%;
  background-color: #f3774f;
}

div.image-for-button.activities-button-icon {
  position: static;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  max-width: 60px;
  vertical-align: baseline;
}

span.link-button-text.activities-button-text {
  display: block;
  float: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}

a.link-button-image.btn.camping {
  background-color: #61897f;
}

a.link-button-image.btn.siting {
  background-color: #b18d79;
}

a.link-button-image.activities-button.btn {
  border-radius: 8px;
}

.container-fluid.table-row {
  padding-right: 0;
  padding-left: 0;
  min-height: 30px;
  width: 100%;
}

button.table-button {
  margin-top: 7px;
  margin-bottom: 7px;
  padding: 5px 15px;
  width: 25%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

button.btn.table-button {
  background-color: #53a677;
}

div.responsive-picture.halftone-pattern {
  max-width: none;
}

.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) scaleY(1);
     -moz-transform: rotate(-2deg) scaleY(1);
       -o-transform: rotate(-2deg) scaleY(1);
          transform: rotate(-2deg) scaleY(1);
}

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-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);
}

.container-fluid.social-icons-container {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

a.social-image.social {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  max-width: 45px;
  border-radius: 6px;
  background-color: #43a473;
}

button.btn.buttom-submit {
  float: right;
  padding: 10px 30px;
  background-color: #43a473;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

button {
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

div.image-for-button {
  opacity: .75;
}

a.link-button-image.activities-button.btn.siting {
  display: block;
  max-width: 100px;
  width: 100%;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button-image.activities-button.btn.camping {
  display: block;
  max-width: 100px;
  width: 100%;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button-image.activities-button.btn.hiking {
  display: block;
  max-width: 100px;
  width: 100%;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button-image.activities-button.btn.launch-maps {
  display: block;
  margin-top: 7px;
  padding: 7px 30px 15px;
  max-width: 300px;
  width: 100%;
  background-color: #92aea1;
}

button.btn.full {
  background-color: #fff;
  color: #dbdbdb;
}

button.btn.full.table-button {
  color: #adadad;
}

button.btn.disabled.full.table-button {
  border-color: #b7b7b7;
}

a.link-button-glyph.btn.goto-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  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;
}

span.glyph-for-button.goto-top {
  color: #fff;
}

a.responsive-picture.logo {
  margin: 20px auto 7px;
  max-width: 250px;
}

a.social-image.social01 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  max-width: 45px;
  border-radius: 6px;
  background-color: #43a473;
}

a.social-image.social02 {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  max-width: 45px;
  border-radius: 6px;
  background-color: #43a473;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

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);
}

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-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);
}

button:hover {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  opacity: .63;
}

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);
}

a.social-image.social:hover {
  background-color: #60d89c;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -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);
}

a.link-button-image.activities-button.btn.hiking:hover {
  position: relative;
  z-index: 500;
  margin-top: -15px;
  opacity: 1;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button-image:hover {
  opacity: 1;
}

a.link-button-image.activities-button.btn.camping:hover {
  opacity: 1;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -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.btn.siting:hover {
  opacity: 1;
  -webkit-transform: rotate(4deg) translateY(-25px);
     -moz-transform: rotate(4deg) translateY(-25px);
       -o-transform: rotate(4deg) translateY(-25px);
          transform: rotate(4deg) translateY(-25px);
}

a.social-image.social01:hover {
  background-color: #60d89c;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -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);
}

a.social-image.social02:hover {
  background-color: #60d89c;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -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: 20.8125rem) {
  /* Text Elements */

  h1.heading-2 {
    color: #005494;
    font-weight: 700;
    font-size: 20px;
  }

  h1.heading-4 {
    color: #005494;
    font-weight: 700;
    font-size: 20px;
  }

  h1.heading-11 {
    color: #fff;
    font-size: 26px;
  }

  h1.heading-10 {
    color: #fff;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  h3.heading-6 {
    font-size: 16px;
  }

  h5.heading-3 {
    color: #eb1555;
    font-weight: 600;
    font-size: 10px;
  }

  h5.heading-5 {
    color: #eb1555;
    font-size: 16px;
  }

  h5.heading-13 {
    color: #fff;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  h6.heading-8 {
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-family: Verdana, Geneva, sans-serif;
  }

  h6.heading-9 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: Verdana, Geneva, sans-serif;
  }

  h6.heading-12 {
    color: #fff;
    font-weight: 600;
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  }

  p.paragraph.paragraph-8 {
    margin-bottom: 1rem;
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.paragraph-9 {
    padding-right: 0;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.paragraph-10 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.paragraph-2 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.paragraph-3 {
    padding-right: 0;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.paragraph-4 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.paragraph-6 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.paragraph-1 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  span.text-element.text-1 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
  }

  span.text-element.text-2 {
    margin-top: -6px;
    color: #fff;
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  }

  /* Interaction Elements */

  a.link-button.button-link-2 {
    position: static;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding: .5em 1em;
    background-color: #eb1555;
    color: #fff;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button.button-link-1 {
    float: left;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 11px 10px 10px;
    background-color: #79bf42;
    color: #fff;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button.button-link-3 {
    padding: .5em 1em;
    background-color: #79bf42;
    color: #fff;
  }

  a.link-button.btn {
    padding: .25rem;
    background-color: #79bf42;
    color: #fff;
    font-size: 12px;
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  }

  a.link-button.button-1 {
    margin-top: 5px;
    margin-bottom: 0;
    padding: .25em .5em;
    min-width: 0;
    background-color: #79bf42;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  }

  /* Layout Elements */

  body.grid-1 {
    background-image: url('../images/color-notes.gif');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].header {
    -webkit-filter: opacity(.7);
            filter: opacity(.7);
  }

  body > .row > [class*='col-xs-'].location {
    min-height: 150px;
    background-image: url('../Stock%20Images/theater%202.jpg');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(4deg);
       -moz-transform: rotateZ(4deg);
         -o-transform: rotateZ(4deg);
            transform: rotateZ(4deg);

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].gallery-intro {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  body > .row > [class*='col-xs-'].column-1 {
    min-height: 150px;
    background-image: url('../Stock%20Images/dance-2.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-2 {
    min-height: 150px;
    background-image: url('../Stock%20Images/theater-3.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotateZ(-4deg);
       -moz-transform: rotateZ(-4deg);
         -o-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 20px;

    -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;
  }

  body.grid-2 {
    background-image: url('../images/color-notes.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

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

  body > .row.nav-row {
    position: static;
    z-index: auto;
    padding-bottom: 8px;
  }

  body > .row > [class*='col-xs-'].column-9 {
    padding-top: 30px;
  }

  body > .row > [class*='col-xs-'].column-8 {
    background-color: #ea6033;
  }

  body > .row > [class*='col-xs-'].column-10 {
    background-color: #ea6033;
  }

  body.grid-5 {
    background-color: #ea6033;
  }

  body > .row > [class*='col-xs-'].column-26 {
    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;
  }

  body > .row > [class*='col-xs-'].column-27 {
    min-height: 100px;
    background-image: url('../Gallery%20images/Little%20Art%20Work/DSB-show-graphic-with-text.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: cover;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  body > .row.row-3 {
    padding-top: 0;
  }

  body > .row.row-4 {
    padding-top: 8px;
  }

  body > .row > [class*='col-xs-'].column-28 {
    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;
  }

  body > .row > [class*='col-xs-'].column-29 {
    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;
  }

  body > .row > [class*='col-xs-'].column-30 {
    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;
  }

  body > .row > [class*='col-xs-'].column-35 {
    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;
  }

  body > .row > [class*='col-xs-'].column-32 {
    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;
  }

  body > .row > [class*='col-xs-'].column-33 {
    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;
  }

  body.grid-6 {
    background-color: #ea6033;
  }

  body > .row > [class*='col-xs-'].column-38 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

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

  body > .row.sticky-header {
    position: static;
    z-index: auto;
  }

  body.grid-4 {
    background-color: #ea6033;
  }

  body > .row > [class*='col-xs-'].column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 10px;

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

  body > .row > [class*='col-xs-'].column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 10px;

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

  body > .row > [class*='col-xs-'].column-13 {
    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;
  }

  body > .row > [class*='col-xs-'].column-14 {
    text-align: center;
  }

  body > .row > [class*='col-xs-'].column-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    min-height: 150px;
    background-image: url('../Gallery%20images/Little%20Art%20Work/DSB-show-graphic-with-text.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-16 {
    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;
  }

  body > .row > [class*='col-xs-'].column-17 {
    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;
  }

  body > .row > [class*='col-xs-'].column-18 {
    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;
  }

  body > .row > [class*='col-xs-'].column-19 {
    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;
  }

  body > .row > [class*='col-xs-'].column-20 {
    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;
  }

  body > .row > [class*='col-xs-'].column-21 {
    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;
  }

  body > .row > [class*='col-xs-'].column-22 {
    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;
  }

  body > .row > [class*='col-xs-'].column-23 {
    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;
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    max-height: 200px;

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

  .subgrid > .row > [class*='col-xs-'].subgrid-column-5 {
    min-height: 75px;
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-6 {
    min-height: 1px;
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    margin-top: 0;
    padding: 0;
    min-height: 75px;
    border-style: solid;
    border-color: #fff;
    background-color: #79bf42;

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

  .subgrid > .row > [class*='col-xs-'].subgrid-column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-height: 75px;
    border-style: solid;
    border-color: #fff;
    background-color: #79bf42;

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

  .container-fluid.header-image {
    background-image: url('../Stock%20Images/header-2.gif');
  }

  span.link-button-text.activities-button-text {
    text-align: center;
    font-size: 8px;
  }

  a.link-button-image.activities-button.btn.siting {
    min-height: 84px;
  }

  div.image-for-button.activities-button-icon {
    min-height: 60px;
  }

  a.responsive-picture.picture-link-3 {
    margin-left: 0;
    padding-right: 0;
    max-width: 100px;
  }

  a.responsive-picture.picture-link-1 {
    float: left;
    margin-right: 40px;
    padding-bottom: 5px;
    max-width: 100px;
  }

  a.responsive-picture.picture-link-4 {
    float: left;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    max-width: 100px;
  }

  a.responsive-picture.picture-link-2 {
    float: left;
    margin-right: 41px;
    margin-left: 1px;
    padding-bottom: 5px;
    max-width: 100px;
  }

  a.responsive-picture.picture-link-4 > picture > img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .container-fluid.container-1 {
    position: static;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.social-image.social01 {
    background-color: #005494;
  }

  a.social-image.social02 {
    background-color: #79bf42;
  }

  a.social-image.social {
    background-color: #eb1555;
  }

  .container-fluid.container-3 {
    position: static;
    float: none;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-3 {
    max-width: 200px;
  }

  div.responsive-picture.picture-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid.container-2 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: none;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-2 {
    padding-top: 10px;
  }

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

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

  div.responsive-picture.picture-8 {
    max-width: none;
  }

  a.responsive-picture.logo {
    max-width: 400px;
  }

  .container-fluid.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -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;
  }

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

  .rule.rule-1 hr {
    border-top-width: 2px;
    border-top-color: #79bf42;
  }

  .row > [class*='col-xs-'] .html-element.html-element-2 {
    margin-right: auto;
    margin-left: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .row > [class*='col-xs-'] .html-element.html-element-3 {
    min-width: 10px;
  }

  div.responsive-picture.picture-9 {
    max-width: none;
  }

  div.responsive-picture.picture-10 {
    max-width: 100px;
    background-color: rgba(251, 243, 242, .8);
    opacity: .66;
  }

  .rule.rule-3 hr {
    border-top-color: #ea6033;
  }

  div.responsive-picture.picture-13 {
    background-color: rgba(251, 243, 242, .8);
  }

  div.responsive-picture.picture-11 {
    background-color: #fff;
  }

  div.responsive-picture.picture-12 {
    max-width: none;
  }
}

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

  h1.heading-2 {
    font-size: 30px;
  }

  h1.heading-4 {
    font-size: 30px;
  }

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

  h3 {
    font-size: 30px;
  }

  h3.heading-6 {
    font-size: 20px;
  }

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

  h5.heading-3 {
    font-size: 15px;
  }

  h5.heading-5 {
    font-size: 20px;
  }

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

  /* Interaction Elements */

  textarea.textarea-1 {
    border-top-style: none;
    border-right-style: none;
    border-bottom-width: .0625rem;
    border-bottom-style: solid;
    border-left-style: none;
  }

  /* Layout Elements */

  body > .row.activities.small-width {
    display: block;
    margin-top: 40px;
  }

  body > .row > [class*='col-xs-'].activities-column {
    z-index: 0;
    overflow: hidden;
    min-height: 50px;
  }

  body > .row > [class*='col-xs-'].activities-column.buttons {
    z-index: auto;
    overflow: visible;
  }

  body > .row > [class*='col-xs-'].location {
    background-size: cover;
  }

  body > .row > [class*='col-xs-'].column-1 {
    background-size: cover;
  }

  body > .row > [class*='col-xs-'].column-2 {
    background-size: cover;
  }

  body > .row.nav-row {
    background-color: rgba(251, 243, 242, .8);
  }

  body > .row > [class*='col-xs-'].column-38 {
    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;
  }

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

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

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

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

  a.link-button-image.activities-button.btn.camping {
    margin-top: -50px;
  }

  a.link-button-image.activities-button.btn.siting {
    margin-top: -50px;
    min-height: 90px;
  }

  a.link-button-image.activities-button.btn.launch-maps {
    margin-top: 15px;
  }

  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;
  }

  span.link-button-text.activities-button-text {
    font-size: 11px;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: 25px;
  }

  a.responsive-picture.picture-link-4 {
    margin-right: 25px;
  }

  a.responsive-picture.picture-link-2 {
    margin-right: 25px;
  }

  .container-fluid.container-5 {
    display: block;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.picture-2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  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;
  }

  a.link-button-image.activities-button.btn.hiking:hover {
    margin-top: -50px;
    -webkit-transform: rotate(2deg) translateY(-25px);
       -moz-transform: rotate(2deg) translateY(-25px);
         -o-transform: rotate(2deg) translateY(-25px);
            transform: rotate(2deg) translateY(-25px);
  }
}

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

  h1.heading-2 {
    font-size: 35px;
  }

  h3.main-heading {
    margin-bottom: 8px;
    font-size: 38px;
  }

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

  h3.heading-6 {
    font-size: 24px;
  }

  h3.heading-7 {
    font-size: 44px;
  }

  h5.heading-3 {
    font-size: 18px;
  }

  p.paragraph {
    margin-bottom: 7px;
  }

  /* Interaction Elements */

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

  /* Layout Elements */

  body > .row > [class*='col-xs-'].location {
    min-height: 300px;
  }

  body > .row.nav-row {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  body > .row > [class*='col-xs-'].column-1 {
    min-height: 300px;
    background-size: cover;
  }

  body > .row > [class*='col-xs-'].column-2 {
    min-height: 300px;
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-3 {
    margin-right: auto;
    margin-left: auto;
  }

  a.social-image.social {
    max-width: 60px;
  }

  a.social-image.social01 {
    max-width: 60px;
  }

  a.social-image.social02 {
    max-width: 60px;
  }

  a.link-button-image.activities-button.btn.siting {
    min-height: 90px;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: 19px;
    max-width: 150px;
  }

  a.responsive-picture.picture-link-4 {
    margin-right: 20px;
    max-width: 150px;
  }

  a.responsive-picture.picture-link-2 {
    margin-right: 20px;
    max-width: 150px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 150px;
  }

  div.responsive-picture.picture-7 {
    margin-right: auto;
    margin-left: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }
}

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

  h1.heading-2 {
    margin-top: 23px;
    color: #005494;
  }

  h1.heading-4 {
    font-size: 40px;
  }

  h1.heading-11 {
    font-size: 40px;
  }

  h3 {
    font-size: 40px;
  }

  h3.heading-6 {
    margin-top: 50px;
  }

  h3.heading-7 {
    font-size: 48px;
  }

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

  h5.heading-3 {
    color: #eb1555;
  }

  h5.heading-5 {
    font-size: 30px;
  }

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

  /* Interaction Elements */

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

  a.link-button.button-link-3 {
    padding: .5em 1em;
    background-color: #79bf42;
    color: #fff;
  }

  a.link-button.button-1 {
    padding: .5em 1em;
  }

  /* Layout Elements */

  body > .row > [class*='col-xs-'].location {
    min-height: 400px;
    background-size: contain;
  }

  body > .row > [class*='col-xs-'].activities-column {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  body > .row > [class*='col-xs-'].column-1 {
    min-height: 400px;
    background-size: contain;
  }

  body > .row > [class*='col-xs-'].column-2 {
    min-height: 400px;
    background-size: contain;
  }

  body.grid-2 {
    background-image: url('../images/color-notes.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  body > .row.nav-row {
    position: static;
    z-index: auto;
    background-color: rgba(251, 243, 242, .8);
  }

  body > .row > [class*='col-xs-'].column-31 {
    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;
  }

  body > .row > [class*='col-xs-'].column-32 {
    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;
  }

  body > .row > [class*='col-xs-'].column-33 {
    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;
  }

  body > .row > [class*='col-xs-'].column-27 {
    min-height: 300px;
  }

  body > .row > [class*='col-xs-'].column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    min-height: 300px;

    -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;
  }

  body.grid-6 {
    background-color: #ea6033;
  }

  body > .row > [class*='col-xs-'].column-38 {
    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;
  }

  .subgrid > .row > [class*='col-xs-'].navigation {
    -ms-flex-pack: end;

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

  a.social-image.social {
    max-width: 70px;
  }

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

  a.responsive-picture.logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }

  a.link-button-image.activities-button {
    position: relative;
    z-index: 101;
  }

  a.link-button-image.activities-button.launch-maps {
    position: static;
  }

  a.social-image.social01 {
    max-width: 70px;
  }

  a.social-image.social02 {
    max-width: 70px;
  }

  a.link-button-image.activities-button.btn.siting {
    min-height: 90px;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    min-height: 0;
    max-width: 400px;
    height: auto;
  }

  div.responsive-picture.picture-1 > picture {
    height: auto;
  }

  a.responsive-picture.picture-link-1 {
    margin-right: 30px;
    max-width: 200px;
  }

  a.responsive-picture.picture-link-4 {
    margin-right: 30px;
    max-width: 200px;
  }

  a.responsive-picture.picture-link-2 {
    margin-right: 30px;
    max-width: 200px;
  }

  a.responsive-picture.picture-link-3 {
    max-width: 200px;
  }

  .container-fluid.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -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;
  }

  div.responsive-picture.picture-8 {
    max-width: 600px;
  }

  .rule.rule-2 {
    padding-top: 25px;
  }

  div.responsive-picture.picture-7 {
    max-width: none;
  }

  .rule.rule-1 hr {
    border-top-width: 3px;
  }
}

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

  h1.heading-4 {
    color: #005494;
    text-align: right;
    text-decoration: underline;
    font-weight: 700;
  }

  h1.heading-2 {
    color: #005494;
    text-align: center;
    font-weight: 700;
  }

  h1 span.heading-text-1 {
    text-decoration: underline;
  }

  h1.heading-11 {
    font-size: 40px;
  }

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

  h3.heading-1 {
    padding-bottom: 14px;
  }

  h5.heading-5 {
    color: #eb1555;
    text-align: right;
    font-weight: 600;
  }

  h5.heading-3 {
    color: #eb1555;
    text-align: center;
    font-weight: 600;
  }

  h6.heading-8 {
    font-size: 40px;
  }

  h6.heading-9 {
    font-size: 28px;
  }

  h6.heading-12 {
    color: #fff;
    font-weight: 600;
    font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
  }

  p.paragraph.paragraph-1 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    text-align: center;
    -webkit-filter: opacity(.85);
            filter: opacity(.85);
  }

  p.paragraph.paragraph-2 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.85);
            filter: opacity(.85);
  }

  p.paragraph.paragraph-3 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.85);
            filter: opacity(.85);
  }

  p.paragraph.paragraph-4 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.85);
            filter: opacity(.85);
  }

  p.paragraph.paragraph-5 {
    padding-right: 3px;
    padding-left: 9px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.85);
            filter: opacity(.85);
  }

  p.paragraph.paragraph-6 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.85);
            filter: opacity(.85);
  }

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

  p.paragraph.paragraph-8 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
  }

  p.paragraph.paragraph-9 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
  }

  p.paragraph.paragraph-10 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.85);
            filter: opacity(.85);
  }

  p.paragraph.paragraph-11 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph span.paragraph-text-1 {
    text-decoration: underline;
    font-weight: 700;
  }

  p.paragraph.paragraph-12 {
    padding-right: 3px;
    padding-left: 10px;
    background-color: #fef0ff;
    -webkit-filter: opacity(.8);
            filter: opacity(.8);
  }

  p.paragraph.social-caption {
    font-weight: 800;
  }

  span.text-element.text-2 {
    font-size: 20px;
  }

  /* Interaction Elements */

  a.link-button.btn {
    float: none;
    margin-right: 0;
    margin-left: 0;
    padding: .5em 1em;
    min-height: 0;
    background-color: #79bf42;
    color: #fff;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button.button-link-1 {
    float: left;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    min-height: 0;
    background-color: #79bf42;
    color: #fff;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button.button-link-2 {
    margin-right: auto;
    margin-left: auto;
    padding: .5em 1em;
    background-color: #f00;
    color: #fef0ff;
    text-align: center;
  }

  a.link-button.btn.nav-link.smooth-scroll {
    background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         radial-gradient(rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .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;

    background-blend-mode: normal;
  }

  a.link-button.button-link-3 {
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding: .5rem 1rem;
    background-color: #79bf42;
    color: #fff;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button.button-link-4 {
    float: none;
    margin-right: auto;
    margin-left: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button.button-1 {
    padding: .5em 1em;
    font-size: 20px;
  }

  a.link-button.button-link-1:hover {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translateY(0px) perspective(0px) skewX(0deg) translateZ(0px) scaleX(1.1) scaleY(1.1);
       -moz-transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translateY(0px) perspective(0px) skewX(0deg) translateZ(0px) scaleX(1.1) scaleY(1.1);
            transform: rotateZ(0deg) rotateY(0deg) rotateX(0deg) translateY(0px) perspective(0px) skewX(0deg) translateZ(0px) scaleX(1.1) scaleY(1.1);

    mix-blend-mode: normal;
  }

  a.link-button.button-link-2:hover {
    -webkit-transform: scaleX(1.25) scaleY(1.25);
       -moz-transform: scaleX(1.25) scaleY(1.25);
         -o-transform: scaleX(1.25) scaleY(1.25);
            transform: scaleX(1.25) scaleY(1.25);
  }

  a.link-button.button-link-3:hover {
    -webkit-transform: translateX(0px) translateY(5px);
       -moz-transform: translateX(0px) translateY(5px);
         -o-transform: translateX(0px) translateY(5px);
            transform: translateX(0px) translateY(5px);
  }

  /* Layout Elements */

  body > .row.activities.small-width {
    max-width: 1200px;
  }

  body > .row.activities-buttons.small-width {
    max-width: 1200px;
  }

  body > .row > [class*='col-xs-'].location {
    margin-right: auto;
    margin-left: auto;
    background-image: url('../Stock%20Images/theater-2.gif');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform: rotateZ(2deg);
       -moz-transform: rotateZ(2deg);
         -o-transform: rotateZ(2deg);
            transform: rotateZ(2deg);

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-1 {
    margin-right: auto;
    margin-left: auto;
    min-height: 600px;
    background-image: url('../Stock%20Images/dance-2.gif');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-2 {
    margin-right: auto;
    margin-left: auto;
    min-height: 600px;
    background-image: url('../Stock%20Images/theater-3.gif');
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform: rotateZ(-4deg);
       -moz-transform: rotateZ(-4deg);
         -o-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].gallery-intro {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  body.grid-1 {
    background-image: url('../images/color-notes.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-3 {
    float: left;
    margin-right: auto;
    margin-left: auto;
    min-height: 300px;
    text-align: center;
  }

  body > .row > [class*='col-xs-'].column-4 {
    margin-right: auto;
    margin-left: auto;
    min-height: 300px;
  }

  body > .row > [class*='col-xs-'].column-5 {
    margin-right: auto;
    margin-left: auto;
    min-height: 300px;
    text-align: center;
  }

  body > .row > [class*='col-xs-'].header {
    -webkit-filter: opacity(.7);
            filter: opacity(.7);
  }

  body > .row.nav-row {
    padding-top: 15px;
    padding-bottom: 0;
  }

  body.grid-2 {
    background-image: url('../images/color-notes.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-27 {
    min-height: 300px;
    background-size: cover;
  }

  body > .row > [class*='col-xs-'].column-31 {
    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;
  }

  body > .row > [class*='col-xs-'].column-32 {
    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;
  }

  body > .row > [class*='col-xs-'].column-33 {
    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;
  }

  body > .row > [class*='col-xs-'].column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    min-height: 300px;

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

  body > .row.sticky-header {
    position: static;
    z-index: auto;
  }

  body > .row > [class*='col-xs-'].column-15 {
    min-height: 200px;
    background-image: url('../Gallery%20images/Little%20Art%20Work/DSB-show-graphic-with-text.gif');
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;

    background-blend-mode: normal;
  }

  body > .row > [class*='col-xs-'].column-19 {
    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;
  }

  body > .row > [class*='col-xs-'].column-20 {
    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;
  }

  body > .row > [class*='col-xs-'].location:hover {
    -webkit-transform: rotateZ(2deg) scaleX(.75);
       -moz-transform: rotateZ(2deg) scaleX(.75);
         -o-transform: rotateZ(2deg) scaleX(.75);
            transform: rotateZ(2deg) scaleX(.75);
  }

  body > .row > [class*='col-xs-'].column-1:hover {
    -webkit-transform: scaleY(.75);
       -moz-transform: scaleY(.75);
         -o-transform: scaleY(.75);
            transform: scaleY(.75);
  }

  body > .row > [class*='col-xs-'].column-2:hover {
    -webkit-transform: rotateZ(4deg);
       -moz-transform: rotateZ(4deg);
         -o-transform: rotateZ(4deg);
            transform: rotateZ(4deg);
  }

  .subgrid > .row > [class*='col-xs-'].navigation {
    position: relative;
    float: left;
    padding-right: 15px;
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-2 {
    text-align: left;
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-3 {
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: scaleY(1.25) scaleX(1.25);
       -moz-transform: scaleY(1.25) scaleX(1.25);
         -o-transform: scaleY(1.25) scaleX(1.25);
            transform: scaleY(1.25) scaleX(1.25);
  }

  .subgrid > .row > [class*='col-xs-'].subgrid-column-1 {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  a.link-button-image.activities-button.btn.camping {
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
  }

  a.link-button-image.activities-button.btn.siting {
    min-height: 90px;
    max-width: 100px;
    width: 100%;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
  }

  a.link-button-image.activities-button.btn.hiking {
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
  }

  span.link-button-text.activities-button-text {
    padding-top: 7px;
    font-size: 11px;
  }

  div.image-for-button.activities-button-icon > picture {
    margin: 0;
  }

  div.responsive-picture.picture-1 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 117px;
    min-height: 0;
    max-width: 400px;
    max-height: none;
    height: auto;
    background-color: #fff;
  }

  div.responsive-picture.picture-1 > picture {
    margin: 0;
    height: auto;
  }

  div.responsive-picture.picture-2 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 26px;
    max-width: 600px;
  }

  div.responsive-picture.picture-3 {
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    max-height: 300px;
  }

  div.responsive-picture.picture-4 {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    max-height: 300px;
  }

  div.responsive-picture.picture-5 {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    max-height: 300px;
  }

  .container-fluid.header-image {
    min-height: 300px;
    background-image: url('../Stock%20Images/header-2.gif');
  }

  a.responsive-picture.picture-link-1 {
    float: left;
    margin-right: 100px;
    margin-left: 0;
  }

  a.responsive-picture.picture-link-2 {
    float: left;
    margin-right: 100px;
    margin-left: 0;
  }

  a.responsive-picture.picture-link-3 {
    float: left;
    margin-right: 0;
    margin-left: 0;
  }

  a.responsive-picture.picture-link-4 {
    float: left;
    margin-right: 100px;
    margin-left: 0;
  }

  .container-fluid.container-1 {
    -ms-flex-order: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    -webkit-column-fill: balance;
       -moz-column-fill: balance;
            column-fill: balance;

    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
            align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }

  div.responsive-picture.picture-6 {
    margin-right: auto;
    margin-left: auto;
  }

  div.responsive-picture.picture-6 > picture {
    margin: -.9375rem -1.875rem -.9375rem -1.875rem;
  }

  .container-fluid.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-order: 1;
    float: none;
    clear: none;
    margin-right: 0;
    margin-left: 0;
    vertical-align: baseline;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container-fluid.container-3 {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.social-image.social {
    background-color: #eb1555;
  }

  a.social-image.social01 {
    background-color: #005494;
  }

  a.social-image.social02 {
    background-color: #79bf42;
  }

  .container-fluid.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .rule.rule-2 hr {
    border-top-width: 4px;
    border-top-color: #79bf42;
  }

  div.responsive-picture.picture-7 > picture > img {
    -o-object-fit: fill;
       object-fit: fill;
    -o-object-position: center center;
       object-position: center center;
  }

  div.responsive-picture.picture-7 {
    margin-right: auto;
    margin-left: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  .row > [class*='col-xs-'] .html-element.html-element-1 {
    min-width: 400px;
    min-height: auto;
    width: 400px;
  }

  .rule.rule-1 hr {
    border-top-width: 4px;
    border-top-color: #79bf42;
  }

  div.responsive-picture.picture-8 {
    margin-right: auto;
    margin-left: auto;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.image-gallery-S {
    position: static;
    float: left;
    margin-right: auto;
    margin-left: auto;
    width: 30.6%;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.image-gallery-S > picture > img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -o-object-fit: fill;
       object-fit: fill;
  }

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

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

  .row > [class*='col-xs-'] .html-element.html-element-3 {
    min-width: 600px;
    min-height: auto;
  }

  div.responsive-picture.picture-10 {
    max-width: 200px;
  }

  a.link-button-image.activities-button.btn.hiking:hover {
    z-index: 0;
    margin-top: -50px;
    opacity: 1;
    -webkit-transform: rotate(2deg) scale(1) translateX(0px) translateY(-25px);
       -moz-transform: rotate(2deg) scale(1) translateX(0px) translateY(-25px);
         -o-transform: rotate(2deg) scale(1) translateX(0px) translateY(-25px);
            transform: rotate(2deg) scale(1) translateX(0px) translateY(-25px);
  }

  a.link-button-image.activities-button.btn.camping:hover {
    margin-top: -50px;
    opacity: 1;
    -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.btn.siting:hover {
    margin-top: -50px;
    opacity: 1;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
    -webkit-transform: rotate(4deg) translateY(-25px);
       -moz-transform: rotate(4deg) translateY(-25px);
         -o-transform: rotate(4deg) translateY(-25px);
            transform: rotate(4deg) translateY(-25px);
  }

  div.responsive-picture.picture-1:hover > picture {
    margin: -4.25rem -7rem -6.25rem -7rem;
  }

  a.responsive-picture.picture-link-1:hover {
    -webkit-transform: scaleX(1.25) scaleY(1.25);
       -moz-transform: scaleX(1.25) scaleY(1.25);
         -o-transform: scaleX(1.25) scaleY(1.25);
            transform: scaleX(1.25) scaleY(1.25);
  }

  a.responsive-picture.picture-link-2:hover {
    -webkit-transform: scaleX(1.25) scaleY(1.25);
       -moz-transform: scaleX(1.25) scaleY(1.25);
         -o-transform: scaleX(1.25) scaleY(1.25);
            transform: scaleX(1.25) scaleY(1.25);
  }

  a.responsive-picture.picture-link-4:hover {
    -webkit-transform: scaleX(1.25) scaleY(1.25);
       -moz-transform: scaleX(1.25) scaleY(1.25);
         -o-transform: scaleX(1.25) scaleY(1.25);
            transform: scaleX(1.25) scaleY(1.25);
  }

  a.responsive-picture.picture-link-3:hover {
    -webkit-transform: scaleX(1.25) scaleY(1.25);
       -moz-transform: scaleX(1.25) scaleY(1.25);
         -o-transform: scaleX(1.25) scaleY(1.25);
            transform: scaleX(1.25) scaleY(1.25);
  }

  a.social-image.social01:hover {
    background-color: #005494;
  }

  a.social-image.social02:hover {
    background-color: #79bf42;
  }

  a.social-image.social:hover {
    background-color: #eb1555;
  }
}