/* Text Elements */

h3 {
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: #248f7e;
  text-align: center;
  text-transform: none;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.heading-1 {
  margin-top: 40px;
  color: #036078;
  font-size: 30px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

h3.heading-1.heading-1-white {
  color: #fff;
}

h5.instructional-heading {
  margin: 0 auto;
  max-width: 800px;
  color: #036078;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}

h5 {
  color: #000;
  font-family: 'Roboto', sans-serif;
}

h5 a.heading-text-5 {
  color: #036078;
}

h6.heading-2 {
  max-width: 800px;
  color: #244c8f;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  text-align: left;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

p.paragraph.copyright {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

p.paragraph.quote-author {
  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.paragraph-4 {
  margin-right: 0;
  margin-left: 0;
  font-size: 16px;
}

p.paragraph.double-digit.para-indent {
  max-width: 750px;
  text-indent: -25px;
  font-size: 16px;
}

p.paragraph.paragraph-3 {
  text-align: justify;
  font-size: 16px;
}

p.paragraph.all-indent.double-digit {
  max-width: 750px;
  font-size: 16px;
}

p.paragraph span.bold {
  font-weight: 600;
}

p.paragraph span.emphasis {
  font-weight: 500;
}

p.paragraph span.paragraph-text-1 {
  color: rgba(0, 0, 0, .65098);
  font-weight: 600;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

p.paragraph a.paragraph-text-9 {
  text-decoration: underline;
}

p.paragraph.light.para-3-top-pad.paragraph-3 {
  position: relative;
  top: 0;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  max-width: 900px;
  background-color: #f4f4f4;
  color: #2f4c68;
  text-align: left;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
}

p.paragraph span.paragraph-text-14 {
  line-height: 1.3;
}

ul.unorder-list.unordered-list-2 {
  margin-top: -5px;
  margin-bottom: 15px;
  padding-bottom: 3px;
  min-height: 50px;
  list-style-position: outside;
}

span.text-element.text-1 {
  color: #244c8f;
  font-size: 17px;
  line-height: 1.3;
}

a.link-text.text-link-3 {
  margin: 20px auto 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 500px;
  box-shadow: #777 2px 2px 5px 0;
  color: #036078;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

a.link-text.text-link-1 {
  color: #244c8f;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
}

a.link-text.text-link-2 {
  margin: 20px auto 25px;
  padding-top: 3px;
  padding-bottom: 3px;
  max-width: 700px;
  box-shadow: #777 2px 2px 5px 0;
  color: #2b86cb;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}

a.link-text span.text-link-text-1 {
  color: #036078;
}

a.link-text.text-link-2:hover {
  -webkit-transform: scale(1.05, 1.05);
     -moz-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

a.link-text.text-link-3:hover {
  -webkit-transform: scale(1.05, 1.05);
     -moz-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

/* Common Elements */

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

div.rule {
  margin-right: auto;
  margin-left: auto;
}

div.rule.h3-underline {
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 80px;
  width: 100%;
}

div.rule.h3-underline.light hr {
  border-top-color: #fff;
}

div.rule.h3-underline-margin {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 20px;
  max-width: 100px;
  width: 100%;
}

div.rule.h3-underline-margin hr {
  border-top-color: #036078;
}

div.rule.h3-underline hr {
  border-top-color: #036078;
}

/* Interaction Elements */

a.link-button.nav-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  padding-right: 20px;
  padding-left: 20px;
  min-height: 50px;
  border-right: 1px solid rgba(133, 114, 91, .29);
  border-bottom: 1px solid rgba(133, 114, 91, .29);
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  color: #283f57;
  text-shadow: none;
  font-size: 15px;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button {
  background-color: #0ea360;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button.button-link-2 {
  display: block;
  margin: -25px auto -33px auto;
  padding: 0;
  background-color: #fff;
  background-clip: content-box;
  color: #036078;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  line-height: 1.1;
}

a.link-button.button-link-3 {
  display: block;
  margin: 15px auto 4px;
  padding: 0;
  max-width: 400px;
  background-color: #fff;
  color: #036078;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  line-height: 1.1;
}

a.link-button.nav-contrast.nav-item {
  color: #2f4c68;
  text-shadow: #fafaba 1px 2px 0;
}

a.link-button span.button-link-text-1 {
  color: #036078;
  font-size: 30px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

a.link-button.printer {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 30px;
  min-width: 48px;
  min-height: 59px;
  background-color: #fff;
  background-image: url('../Graphics/printer1.png');
  background-position: left top;
  background-repeat: no-repeat;
}

a.link-button:hover {
  opacity: .64;
}

a.link-button.nav-item:hover {
  padding-top: 12px;
  color: #279076;
  opacity: 1;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

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

/* Layout Elements */

body {
  height: auto;
}

body > .row {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-top: 20px;

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

body > .row > [class*='coffee-span-'].footer {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 40px;
  background-color: #bab2aa;
}

body > .row > [class*='coffee-span-'].contact {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
  background-color: #009a62;
  background-image: url('../background-contact.gif');
  background-size: cover;
}

body > .row.quote-section {
  padding: 0 0 140px;
  background-color: #a69b93;
  background-image: url('../hiker.jpg');
  background-position: left center;
  background-size: cover;
}

body > .row.nav-row {
  position: static;
  z-index: 1000;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].location {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  min-height: 900px;
  background-image: url('../images/StanleyLake2.jpg');
  background-attachment: fixed;
  background-position: center 60%;
  background-size: cover;
}

body > .row > [class*='coffee-span-'].quote-column {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}

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

body > .row.row-2 {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
  background-image:         linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
}

body > .row.activities.small-width {
  margin-top: 40px;
  margin-bottom: 0;
  min-width: 250px;
}

body > .row > [class*='coffee-span-'].activities-column {
  position: static;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

body > .row > [class*='coffee-span-'] {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body > .row.activities-buttons.small-width {
  position: static;
  z-index: auto;
  margin-bottom: 80px;
}

body > .row > [class*='coffee-span-'].activities-column.buttons {
  overflow: visible;
}

body > .row > [class*='coffee-span-'].header {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  background-image: none;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

body > .row.cover-row {
  position: static;
  z-index: 1000;
  padding: 20px 0;
  min-height: 375px;
  width: 100%;
  background-color: #f48006;
  background-image: url('../tips_cover.jpg');
  text-align: center;
}

body > .row.tips-body {
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 250px;
}

body > .row > [class*='coffee-span-'].margin-index {
  margin-left: 8%;
  background-color: #fafaba;
}

body > .row > [class*='coffee-span-'].column-6 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
  min-height: 450px;
  background-image: url('../images/floor-leveling-plan-blue2-redact-sm.jpg');
  background-attachment: fixed;
  background-position: center 10%;
  background-size: 100% auto;
}

body > .row > [class*='coffee-span-'].column-5 {
  background-image: url('../Wood-v28.jpg');
}

body > .row > [class*='coffee-span-'].column-4 {
  background-image: url('../Wood-v28.jpg');
}

body > .row.tips-header {
  margin-top: -210px;
  padding-bottom: 5px;
  min-width: 250px;
  min-height: 200px;
  max-width: 1600px;
  width: 85%;
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].tips-header {
  padding-right: 8px;
  padding-left: 8px;
  min-height: 20px;
}

body > .row > [class*='coffee-span-'].column-7 {
  float: none;
  text-align: center;
}

body > .row > [class*='coffee-span-'].column-12 {
  text-align: left;
}

body > .row.row-6 {
  max-width: 1400px;
}

body > .row.row-4 {
  max-width: 1400px;
}

body > .row > [class*='coffee-span-'].column-bus {
  min-height: 400px;
  background-image: url('../images/hotel.jpg');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

body > .row.row-5 {
  min-width: 250px;
  max-width: 1200px;
}

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

body > .row.row-1 {
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].double-digit {
  margin-right: 0;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body > .row.row-13 {
  min-height: 550px;
  max-width: 1600px;
  background-image: url('../images/Fishing-xnarrow-light-c-sm.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row.row-8 {
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
  background-image:         linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
}

.container.container-1 {
  position: static;
  left: auto;
  margin: 40px 7% 13px 55%;
  padding-right: 0;
  padding-left: 0;
  min-height: 322px;
  width: auto;
  background-color: rgba(47, 76, 104, .55);
}

div.responsive-picture.halftone-pattern {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

span.link-button-text {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

a.link-button-image {
  border-radius: 8px;
  background-color: #0ea360;
}

div.image-for-button {
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
  opacity: .75;
}

a.link-button-image.activities-button {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  display: block;
  float: none;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 15px;
  max-width: 150px;
  width: auto;
  text-align: center;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button-image.activities-button.hiking {
  background-color: #f3774f;
}

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

a.link-button-glyph.go-to-top {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
  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;
}

a.link-button-image.activities-button.sighting {
  background-color: #b18d79;
}

div.responsive-picture.activities-img {
  position: relative;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  -webkit-transition-duration: .35s;
     -moz-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
}

a.responsive-picture.email.recommendations {
  margin: 16px auto 15px;
  max-width: 223px;
}

li.list-item.list-item-2 {
  margin-top: 7px;
  margin-right: 8%;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  text-indent: -15px;
  font-size: 16px;
  line-height: 1.6;
}

li.list-item.list-item-1-narrow {
  margin: 7px auto;
  max-width: 770px;
  color: rgba(0, 0, 0, .65);
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

a.responsive-picture.picture-link-3.recommendations {
  border: 7px solid #441d1d;
  background-color: #441d1d;
}

a.responsive-picture.larger.recommendations {
  margin-top: 16px;
  max-width: 280px;
}

a.responsive-picture.recommendations.smaller {
  max-width: 125px;
}

a.responsive-picture.medlarge.picture-link-1.recommendations {
  max-width: 240px;
}

a.responsive-picture.picture-link-2.recommendations {
  border: 6px solid #c01212;
  background-color: #c01212;
}

a.responsive-picture.medlarge.recommendations {
  margin-top: 16px;
  max-width: 240px;
}

a.responsive-picture.gallery-img-sm {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 100px;
  max-width: none;
  width: 30%;
  border: 5px solid #fff;
  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: #777 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);
}

a.responsive-picture.gallery-img-M {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 100px;
  max-width: none;
  width: 30%;
  border: 5px solid #fff;
  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: #777 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);
}

li.list-item.list-item-1 {
  position: relative;
  right: 0;
  left: 15px;
  margin: 7px auto;
  padding-right: 20px;
  max-width: 770px;
  color: rgba(0, 0, 0, .65);
  text-align: justify;
  text-indent: -15px;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
}

a.responsive-picture.gallery-img-XL {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  min-width: 100px;
  max-width: none;
  width: 35%;
  border: 5px solid #fff;
  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: #777 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.picture-1 {
  position: static;
  right: -240px;
  float: left;
  margin: 9px 1% 0;
  padding-right: 13px;
  padding-bottom: 13px;
  padding-left: 10px;
  max-width: 240px;
}

div.responsive-picture.penguins {
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  width: 80%;
}

div.responsive-picture.address.main {
  display: inline-block;
  max-width: 154px;
}

div.responsive-picture.address.city {
  max-width: 197px;
}

div.responsive-picture.address {
  display: inline-block;
  max-width: 140px;
}

div.responsive-picture.address.divider {
  display: inline-block;
  max-width: 12px;
}

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

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

div.responsive-picture.picture-r {
  float: right;
  margin: 9px 4% 5px;
  border-width: 3px;
  border-style: solid;
  border-radius: 12px;
}

li.list-item span.text-bold {
  font-weight: 600;
}

li.list-item.light.list-item-1-narrow {
  position: relative;
  top: 20px;
  right: auto;
  left: 15px;
  margin-top: 4px;
  margin-right: 11%;
  margin-left: 4.8%;
  padding-right: 6px;
  padding-left: 0;
  max-width: 779px;
  color: #fff;
  text-shadow: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

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

a.link-button-image.activities-button:hover {
  opacity: 1;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: translateY(-15px) rotate(0deg);
     -moz-transform: translateY(-15px) rotate(0deg);
       -o-transform: translateY(-15px) rotate(0deg);
          transform: translateY(-15px) rotate(0deg);
}

a.link-button-image.activities-button.hiking:hover {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -15) rotate(2deg);
     -moz-transform: matrix(1, 0, 0, 1, 0, -15) rotate(2deg);
       -o-transform: matrix(1, 0, 0, 1, 0, -15) rotate(2deg);
          transform: matrix(1, 0, 0, 1, 0, -15) rotate(2deg);
}

a.link-button-image.activities-button.camping:hover {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -15) rotate(-3deg);
     -moz-transform: matrix(1, 0, 0, 1, 0, -15) rotate(-3deg);
       -o-transform: matrix(1, 0, 0, 1, 0, -15) rotate(-3deg);
          transform: matrix(1, 0, 0, 1, 0, -15) rotate(-3deg);
}

a.link-button-glyph.go-to-top:hover {
  bottom: 25px;
  background-color: rgba(79, 79, 79, .89);
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

a.link-button-image.activities-button.sighting:hover {
  -webkit-transform: matrix(1, 0, 0, 1, 0, -15) rotate(4deg);
     -moz-transform: matrix(1, 0, 0, 1, 0, -15) rotate(4deg);
       -o-transform: matrix(1, 0, 0, 1, 0, -15) rotate(4deg);
          transform: matrix(1, 0, 0, 1, 0, -15) rotate(4deg);
}

div.responsive-picture.activities-img:hover {
  border-style: solid;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

a.responsive-picture.gallery-img-sm:hover {
  box-shadow: rgba(0, 0, 0, .65) 0 20px 30px 0;
  -webkit-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(10px) translateY(-30px) rotate(-3deg);
     -moz-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(10px) translateY(-30px) rotate(-3deg);
       -o-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(10px) translateY(-30px) rotate(-3deg);
          transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(10px) translateY(-30px) rotate(-3deg);
}

a.responsive-picture.gallery-img-M:hover {
  box-shadow: rgba(0, 0, 0, .65) 0 20px 30px 0;
  -webkit-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(-20px) translateY(-60px) rotate(-2deg);
     -moz-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(-20px) translateY(-60px) rotate(-2deg);
       -o-transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(-20px) translateY(-60px) rotate(-2deg);
          transform: matrix(.9998476951563913, .01745240643728351, -.01745240643728351, .9998476951563913, 0, 0) scale(1.1, 1.1) translateX(-20px) translateY(-60px) rotate(-2deg);
}

a.responsive-picture.gallery-img-XL:hover {
  box-shadow: rgba(0, 0, 0, .65) 0 20px 30px 0;
  -webkit-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 0, 0) scale(1.1, 1.1) translateX(-10px) rotate(3deg);
     -moz-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 0, 0) scale(1.1, 1.1) translateX(-10px) rotate(3deg);
       -o-transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 0, 0) scale(1.1, 1.1) translateX(-10px) rotate(3deg);
          transform: matrix(.9993908270190958, -.03489949670250097, .03489949670250097, .9993908270190958, 0, 0) scale(1.1, 1.1) translateX(-10px) rotate(3deg);
}

a.link-button-glyph.button-link-1:hover {
  position: fixed;
  right: 20px;
  bottom: 25px;
  background-color: rgba(79, 79, 79, .89);
  -webkit-transform: scale(1.03, 1.03);
     -moz-transform: scale(1.03, 1.03);
       -o-transform: scale(1.03, 1.03);
          transform: scale(1.03, 1.03);
}

a.responsive-picture.email.recommendations:hover {
  padding: 3px;
  box-shadow: #777 2px 2px 5px 0;
  -webkit-transform: scale(1.05, 1.05);
     -moz-transform: scale(1.05, 1.05);
       -o-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

@media screen and (max-width: 2518px) {
  /* Text Elements */

  h3 {
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
  }

  h3 span.heading-text-1 {
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  h3 span.heading-text-2 {
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  h3.heading-1 {
    margin-top: 40px;
    color: #036078;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  h3.heading-1.heading-1-white {
    color: #fff;
  }

  h3#client {
    color: #fff;
  }

  h5.instructional-heading {
    color: #036078;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
  }

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

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

  p.paragraph.paragraph-3 {
    text-align: justify;
  }

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

  p.paragraph span.bold {
    font-weight: 600;
  }

  p.paragraph span.paragraph-text-3 {
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  p.paragraph.light.para-3-top-pad.paragraph-3 {
    top: 0;
    bottom: 0;
    padding-left: 10px;
    max-width: 800px;
    background-color: #f4f4f4;
    color: #2f4c68;
    font-size: 21px;
  }

  p.paragraph span.link {
    color: #2b86cb;
    font-style: italic;
  }

  ul.unorder-list.unordered-list-1 {
    float: none;
    margin-top: 6px;
    width: auto;
  }

  ul.unorder-list.unordered-list-2 {
    margin-top: -5px;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 3px;
    min-height: 50px;
    list-style-position: outside;
  }

  /* Common Elements */

  div.rule.h3-underline hr {
    border-top-color: #036078;
  }

  div.rule.h3-underline.light hr {
    border-top-color: #fff;
  }

  div.rule.h3-underline-margin hr {
    border-top-color: #036078;
  }

  div.rule.h3-underline-margin {
    margin-left: 0;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    border-right: 0 none rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
    border-left: 0 none rgba(133, 114, 91, .31);
  }

  a.link-button span.button-link-text-2 {
    color: #283f57;
  }

  a.link-button.button-link-3 {
    color: #036078;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    line-height: 1.1;
  }

  form.form-container.contact-form {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].navigation {
    -ms-flex-pack: center;

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

  body > .row > [class*='coffee-span-'].location {
    min-height: 800px;
    background-color: transparent;
    background-image: url('../images/StanleyLake2.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
  }

  body > .row.quote-section {
    padding-bottom: 90px;
  }

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

  body > .row > [class*='coffee-span-'].header {
    padding-top: 0;
    padding-right: 15px;
  }

  body > .row > [class*='coffee-span-'].column-1 {
    padding-top: 0;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    min-height: 50px;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    margin-right: 1%;
  }

  body > .row > [class*='coffee-span-'].margin-index {
    margin-right: 1%;
    margin-left: 5%;
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row > [class*='coffee-span-'].column-6 {
    background-size: 100% auto;
  }

  body > .row.row-6 {
    max-width: 1400px;
  }

  body > .row.row-4 {
    max-width: 1400px;
  }

  body > .row > [class*='coffee-span-'].column-bus {
    min-height: 500px;
    background-attachment: scroll;
    background-position: center 20%;
    background-size: 100% auto;
    vertical-align: top;
  }

  body > .row.row-5 {
    min-width: 250px;
    max-width: 1200px;
  }

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

  body > .row > [class*='coffee-span-'].footer {
    padding-top: 50px;
    min-height: 40px;
  }

  body > .row.cover-row {
    text-align: center;
  }

  body > .row.tips-header {
    max-width: 1400px;
    width: 85%;
  }

  body > .row.row-2 {
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
  }

  body > .row.activities.small-width {
    min-width: 250px;
  }

  body > .row.row-8 {
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
  }

  .container.container-1 {
    margin: 40px 7% 20px 55%;
    padding-left: 0;
    min-height: 315px;
  }

  a.link-button-image.activities-button {
    margin-top: -50px;
    padding: 5px 10px 10px;
    max-width: 100px;
  }

  div.image-for-button.activities-bt-icon {
    max-width: none;
  }

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

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

  div.image-for-button {
    max-width: 100px;
  }

  li.list-item.list-item-1 {
    right: 0;
    display: list-item;
    margin: 7px auto;
    padding: 0 20px 0 0;
    max-width: 770px;
    color: rgba(0, 0, 0, .65);
    text-align: left;
    text-indent: -15px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
  }

  div.responsive-picture.activities-img {
    max-width: none;
    max-height: none;
    border-width: 2px;
    border-style: solid;
    background-image: none;
  }

  li.list-item.list-item-2 {
    display: list-item;
    margin: 7px auto 8px;
    padding: 0;
    max-width: 800px;
    color: rgba(0, 0, 0, .65);
    text-indent: -15px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
  }

  div.responsive-picture.picture-1 {
    position: static;
    right: auto;
    left: 273px;
    float: left;
    clear: none;
    margin: 9px 1% 0;
    max-width: 240px;
  }

  div.responsive-picture.picture-r {
    position: static;
    right: 0;
    float: right;
    margin: 9px 4% 5px;
    max-width: 200px;
  }

  li.list-item.list-item-1-narrow {
    display: list-item;
    margin: 7px auto;
    padding: 0;
    max-width: 800px;
    color: rgba(0, 0, 0, .65);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
  }

  a.link-button-image.activities-button.sighting {
    max-width: 150px;
  }

  a.link-button-image.activities-button.camping {
    max-width: 150px;
  }

  a.link-button-image.activities-button.hiking {
    max-width: 150px;
  }

  li.list-item.light.list-item-1-narrow {
    position: relative;
    margin-top: 4px;
    margin-left: 4.8%;
    text-indent: 0;
    font-size: 20px;
  }

  div.responsive-picture.pic-trademark.picture-1 {
    margin-right: 1%;
    margin-left: 7%;
    padding-right: 7px;
    padding-bottom: 13px;
    padding-left: 10px;
    max-width: 200px;
  }
}

@media screen and (max-width: 2174px) {
  /* Text Elements */

  h3.heading-1 {
    margin-bottom: 7px;
    background-color: transparent;
    color: #036078;
  }

  h3 a.heading-text-3 {
    color: #fff;
  }

  h3#gallery {
    color: #fff;
  }

  h3.heading-1.small-top-margin {
    margin-top: 20px;
  }

  h6.heading-2 {
    padding-bottom: 0;
    max-width: 800px;
    color: #244c8f;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
  }

  p.paragraph.paragraph-2 {
    color: #000;
  }

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

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

  p.paragraph.light {
    text-align: justify;
  }

  p.paragraph span.paragraph-text-3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  }

  p.paragraph span.emphasis {
    text-decoration: none;
    font-weight: 500;
    font-style: italic;
  }

  p.paragraph.double-digit.para-indent {
    margin-bottom: 7px;
    margin-left: 6%;
    text-indent: -25px;
  }

  p.paragraph.all-indent.double-digit {
    margin-left: 6%;
  }

  p.paragraph.light.para-3-top-pad.paragraph-3 {
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
    max-width: 793px;
    color: #2f4c68;
    font-weight: 600;
    font-size: 20px;
  }

  p.paragraph a.paragraph-text-13 {
    font-style: italic;
  }

  p.paragraph a.paragraph-text-12 {
    font-style: italic;
  }

  ul.unorder-list.unordered-list-2 {
    margin-top: -5px;
    margin-bottom: 15px;
    margin-left: .2%;
    padding-bottom: 3px;
    list-style-position: outside;
  }

  ul.unorder-list.unordered-list-1 {
    padding-bottom: 1px;
  }

  ul.unorder-list.unordered-list-3 {
    max-width: none;
    width: auto;
  }

  ul.unorder-list.unordered-list-5 {
    padding-left: 0;
    max-width: none;
    width: 100%;
  }

  a.link-text.text-link-3 {
    text-align: center;
  }

  a.link-text.text-link-2 {
    margin-top: 0;
    text-align: center;
  }

  a.link-text.text-link-1 {
    color: #244c8f;
    font-size: 17px;
    line-height: 1.3;
  }

  /* Common Elements */

  div.rule#white hr {
    border-top-color: #fff;
  }

  div.rule.h3-underline-margin {
    margin-left: 0;
    padding-bottom: 5px;
    max-width: 100px;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    color: #283f57;
  }

  a.link-button.button-link-2 {
    display: block;
    float: none;
    margin: -25px auto -33px auto;
    padding: 0;
    max-width: 400px;
    border-width: 0;
    border-top-left-radius: 0 4px;
    border-top-right-radius: 0 4px;
    border-bottom-right-radius: 0 4px;
    border-bottom-left-radius: 0 4px;
    background-color: #fff;
    background-image: none;
    background-clip: content-box;
    color: #036078;
    font-size: 30px;
    -webkit-transition-duration: .5s;
       -moz-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
  }

  a.link-button.button-link-3 {
    display: block;
    margin: 15px auto 4px;
    padding: 0;
    min-width: 0;
    max-width: 400px;
    width: auto;
    background-color: transparent;
    color: #036078;
    font-weight: 400;
    font-size: 30px;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
    line-height: 1.1;
  }

  a.link-button.button-link-2:hover {
    position: static;
    right: auto;
    bottom: auto;
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }

  a.link-button.nav-item:hover {
    color: #244c8f;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    margin-top: 0;
    margin-right: 1%;
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row > [class*='coffee-span-'].column-5 {
    background-image: url('../Wood-v28.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;
  }

  body > .row > [class*='coffee-span-'].column-4 {
    background-image: url('../Wood-v28.jpg');
    background-position: center top;
    background-repeat: repeat;
  }

  body > .row > [class*='coffee-span-'].column-6 {
    float: left;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    min-height: 400px;
    border-top: 3px groove #345473;
    border-bottom: 3px groove #345473;
    background-image: url('../images/floor-leveling-plan-blue2-redact-sm.jpg');
    background-attachment: fixed;
    background-position: center 10%;
    background-size: 100% auto;
    background-repeat: repeat;
  }

  body > .row.row-1 {
    min-width: 250px;
    background-color: #fff;
  }

  body > .row.nav-row {
    min-width: 250px;
    background-color: #fff;
  }

  body > .row {
    min-width: 250px;
  }

  body > .row > [class*='coffee-span-'].column-9 {
    background-color: #fff;
  }

  body > .row > [class*='coffee-span-'].column-10 {
    background-color: #fff;
    background-image: none;
  }

  body > .row > [class*='coffee-span-'].column-11 {
    background-color: #fff;
  }

  body > .row.row-3 {
    background-color: #e4efef;
  }

  body > .row.row-2 {
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(226, 239, 239, 1) 100%);
  }

  body > .row.row-8 {
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
    background-image:         linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(228, 239, 239, 1) 100%);
  }

  body > .row.row-9 {
    background-color: #fff;
  }

  body > .row > [class*='coffee-span-'].footer {
    position: static;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 40px;
    max-height: none;
    background-color: #bab2aa;
  }

  body > .row.row-10 {
    background-color: transparent;
  }

  body > .row.row-11 {
    background-color: #fff;
  }

  body > .row > [class*='coffee-span-'].header {
    background-color: #fff;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    background-color: #fff;
  }

  body.grid-1 {
    background-color: transparent;
  }

  body > .row > [class*='coffee-span-'].column-head-gray {
    background-color: transparent;
    background-image: none;
  }

  body > .row.quote-section {
    padding-bottom: 50px;
  }

  body > .row > [class*='coffee-span-'].contact {
    background-color: #91cfff;
  }

  body > .row > [class*='coffee-span-'].column-bus {
    position: static;
    display: block;
    float: none;
    overflow: visible;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    min-height: 600px;
    height: auto;
    border-top: 3px groove #345473;
    border-bottom: 3px groove #345473;
    background-image: url('../images/hotel.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
  }

  body > .row > [class*='coffee-span-'].column-7 {
    vertical-align: bottom;
    text-align: center;
  }

  body > .row.cover-row {
    padding: 20px 0;
    min-width: 0;
    min-height: 375px;
    background-color: #f48006;
    background-image: url('../tips_cover.jpg');
    text-align: center;
  }

  body > .row > [class*='coffee-span-'].margin-index {
    margin-right: 0;
    margin-left: 0;
    background-color: #fafaba;
  }

  body > .row > [class*='coffee-span-'].tips-header {
    padding-right: 8px;
    padding-left: 8px;
    min-height: 20px;
  }

  body > .row.tips-header {
    margin-top: -210px;
    padding-bottom: 5px;
    min-height: 200px;
    max-width: 1200px;
    width: 85%;
    background-color: #fff;
  }

  body > .row > [class*='coffee-span-'].location {
    min-height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.row-6 {
    max-width: 1400px;
  }

  body > .row.row-4 {
    max-width: 1600px;
    vertical-align: baseline;
  }

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

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

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

  .container.container-1 {
    margin-top: 40px;
    margin-right: 7%;
    margin-left: 55%;
    padding-left: 0;
    min-height: 315px;
  }

  li.list-item.list-item-2 {
    position: relative;
    left: 15px;
    margin-bottom: 8px;
    margin-left: auto;
    text-align: left;
    text-indent: -15px;
  }

  div.responsive-picture.picture-1 {
    position: relative;
    right: auto;
    left: 0;
    float: left;
    overflow: visible;
    margin: 9px 4% 0 -2%;
    padding-right: 2px;
    padding-bottom: 13px;
    padding-left: 6px;
    min-width: 0;
    max-width: 240px;
    width: 100%;

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

  a.responsive-picture.email {
    margin: 0 auto 19px;
    max-width: 223px;

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

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

  li.list-item.list-item-1 {
    position: relative;
    right: 0;
    left: 15px;
    max-width: 770px;
    text-align: left;
    text-indent: -15px;
  }

  div.responsive-picture.address {
    position: static;
    display: inline-block;
    float: none;
    clear: none;
    max-width: 160px;
  }

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

  div.responsive-picture.address.main {
    margin-top: 7px;
    max-width: 164px;
  }

  div.responsive-picture.picture-r {
    position: relative;
    right: 0;
    float: right;
    clear: none;
    overflow: visible;
    margin-top: 7px;
    margin-right: 4%;
    margin-left: 4%;
  }

  li.list-item.list-item-1-narrow {
    position: relative;
    right: auto;
    left: 15px;
    max-width: 770px;
    text-indent: -15px;
  }

  div.responsive-picture.address.divider {
    margin-top: 7px;
    max-width: 12px;
  }

  a.responsive-picture.gallery-img-M {
    min-width: 100px;
    max-width: none;
    width: 30%;
  }

  div.responsive-picture.penguins {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
    width: 80%;
  }

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

  a.responsive-picture.larger.recommendations {
    margin-top: 16px;
    max-width: 280px;
  }

  div.responsive-picture.activities-img {
    max-height: none;
  }

  a.link-button-image.activities-button.camping {
    max-width: 150px;
  }

  a.link-button-image.activities-button.hiking {
    max-width: 150px;
  }

  li.list-item.light.list-item-1-narrow {
    margin-left: 4%;
    padding-right: 7px;
    text-indent: 0;
    font-size: 20px;
  }

  a.link-button-glyph.button-link-1:hover {
    bottom: 25px;
    background-color: rgba(79, 79, 79, .89);
    -webkit-transition-duration: .15s;
       -moz-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
  }
}

@media screen and (max-width: 1146px) {
  /* Text Elements */

  h3.heading-1 {
    margin-top: 25px;
    max-width: 800px;
  }

  h6.heading-2 {
    color: #244c8f;
  }

  p.paragraph.paragraph-3 {
    color: rgba(0, 0, 0, .65);
  }

  p.paragraph span.emphasis {
    text-decoration: none;
    font-weight: 500;
  }

  p.paragraph span.paragraph-text-8 {
    text-decoration: underline;
  }

  p.paragraph a.paragraph-text-9 {
    text-decoration: underline;
  }

  p.paragraph.light.para-3-top-pad.paragraph-3 {
    top: 0;
    margin: 0;
    padding-right: 6px;
    color: #2f4c68;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
  }

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

  p.paragraph span.paragraph-text-11 {
    font-style: normal;
  }

  p.paragraph.copyright {
    max-width: 800px;
  }

  ul.unorder-list.unordered-list-2 {
    margin-top: -14px;
    margin-bottom: 18px;
  }

  span.text-element.text-1 {
    color: #244c8f;
    font-size: 17px;
    line-height: 1.3;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    color: #2f4c68;
  }

  a.link-button span.button-link-text-2 {
    color: #254465;
  }

  a.link-button.printer {
    margin: 148px 0 20px auto;
    padding-right: 12px;
    min-width: 42px;
    min-height: 59px;
    background-image: url('../Graphics/printer1.png');
  }

  a.link-button.button-link-3 {
    margin-top: 15px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-6 {
    min-height: 250px;
    background-size: 100% auto;
  }

  body > .row > [class*='coffee-span-'].column-bus {
    min-height: 350px;
    background-image: url('../images/hotel-mr.jpg');
    background-position: center center;
    background-size: cover;
  }

  body > .row > [class*='coffee-span-'].activities-column.buttons {
    max-height: none;
  }

  body > .row.tips-header {
    margin-top: -205px;
    width: 94%;
  }

  body > .row > [class*='coffee-span-'].column-14 {
    padding-left: 15px;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    padding-top: 5px;
  }

  body > .row > [class*='coffee-span-'].column-13 {
    min-height: 46px;
  }

  body > .row.row-5 {
    margin-right: 0;
    margin-left: 0;
    min-width: 10px;
    min-height: 200px;
    max-width: none;
    max-height: 600px;
    width: 100%;
    height: auto;
    background-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row > [class*='coffee-span-'].column-16 {
    min-height: 400px;
    background-color: rgba(68, 71, 72, .26);
    background-image: url('../images/Fishing-xnarrow-light-c-sm.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  body > .row.row-13 {
    min-height: 10px;
    max-width: none;
    height: auto;
  }

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

  .container.container-1 {
    position: static;
    bottom: 0;
    left: auto;
    display: block;
    margin: 26px 18px 24px 55%;
    padding-left: 0;
    min-height: 48px;
    width: auto;
    background-color: rgba(47, 76, 104, .55);
    vertical-align: bottom;
  }

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

  div.responsive-picture.picture-r {
    margin-right: 0;
    margin-left: 4%;
  }

  li.list-item.light.list-item-1-narrow {
    right: auto;
    bottom: auto;
    left: 15px;
    float: none;
    margin-right: 24px;
    margin-left: 11px;
    padding-right: 7px;
    padding-bottom: 0;
    padding-left: 0;
    width: 93%;
    text-align: left;
    text-indent: 0;
    word-spacing: 0;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
  }

  div.responsive-picture.pic-trademark.picture-1 {
    max-width: 170px;
  }

  a.responsive-picture.email.recommendations:hover {
    padding: 3px;
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0) scale(1.05, 1.05);
       -moz-transform: matrix(1.1, 0, 0, 1.1, 0, 0) scale(1.05, 1.05);
         -o-transform: matrix(1.1, 0, 0, 1.1, 0, 0) scale(1.05, 1.05);
            transform: matrix(1.1, 0, 0, 1.1, 0, 0) scale(1.05, 1.05);
  }
}

@media screen and (max-width: 1036px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-bus {
    background-image: url('../images/hotel-mr.jpg');
    background-position: center center;
    background-size: cover;
    vertical-align: baseline;
  }

  body > .row.row-5 {
    min-height: 200px;
  }

  .container.container-1 {
    margin: 15px auto 15px 51.3%;
  }

  div.responsive-picture.pic-trademark.picture-1 {
    margin-left: 0;
    max-width: 150px;
  }

  li.list-item.light.list-item-1-narrow {
    margin-left: 3%;
  }
}

@media screen and (max-width: 682px) {
  /* Text Elements */

  h3.heading-1 {
    margin-top: 20px;
    margin-bottom: 6px;
    max-width: 600px;
    font-size: 26px;
  }

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

  h6.heading-2 {
    font-size: 26px;
  }

  p.paragraph.double-digit.para-indent {
    margin-bottom: 8px;
    margin-left: 3%;
    padding-bottom: 0;
    max-width: 770px;
    font-size: 14px;
  }

  p.paragraph.paragraph-4 {
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 14px;
  }

  p.paragraph.all-indent.double-digit {
    margin-left: 3%;
    max-width: 770px;
    font-size: 15px;
  }

  p.paragraph span.emphasis {
    text-decoration: none;
    font-weight: 500;
  }

  p.paragraph.paragraph-3 {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
  }

  p.paragraph.paragraph-2 {
    font-size: 14px;
    line-height: 1.4;
  }

  p.paragraph.paragraph-3.paragraph-3-hide-sm {
    display: none;
  }

  p.paragraph.light {
    font-size: 14px;
  }

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

  p.paragraph.light.para-3-top-pad.paragraph-3 {
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.1;
  }

  p.paragraph.copyright {
    font-size: 12px;
    line-height: 1.3;
  }

  ul.unorder-list.unordered-list-2 {
    margin-left: .5%;
  }

  span.text-element.text-1 {
    font-size: 14px;
  }

  a.link-text.text-link-1 {
    font-size: 14px;
  }

  a.link-text.text-link-3 {
    font-size: 15px;
  }

  /* Common Elements */

  div.rule.h3-underline {
    margin-top: 7px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }

  /* Interaction Elements */

  a.link-button.printer {
    margin-top: 94px;
  }

  a.link-button.button-link-2 {
    font-size: 26px;
  }

  a.link-button.nav-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 40px;
    font-size: 12px;
  }

  a.link-button.button-link-3 {
    font-size: 26px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-bus {
    min-height: 270px;
    background-attachment: scroll;
  }

  body > .row > [class*='coffee-span-'].location {
    min-height: 350px;
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
    background-repeat: repeat;
  }

  body > .row > [class*='coffee-span-'].double-digit {
    float: right;
  }

  body > .row > [class*='coffee-span-'].column-15 {
    min-height: 40px;
  }

  body > .row > [class*='coffee-span-'].column-head-gray {
    min-height: 40px;
  }

  body > .row > [class*='coffee-span-'].footer {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  body > .row.row-12 {
    min-width: 250px;
    max-width: none;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    margin-left: 0;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    padding-top: 5px;
  }

  body > .row > [class*='coffee-span-'].column-16 {
    min-height: 350px;
  }

  body > .row.row-5 {
    min-height: 50px;
  }

  .container.container-1 {
    margin-left: 50%;
  }

  div.responsive-picture.address.divider {
    display: inline-block;
  }

  li.list-item.list-item-2 {
    font-size: 14px;
  }

  li.list-item.list-item-1-narrow {
    font-size: 15px;
  }

  li.list-item.list-item-1 {
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
  }

  div.responsive-picture.picture-1 {
    max-width: 220px;
  }

  div.responsive-picture.picture-r {
    max-width: 150px;
  }

  div.responsive-picture.penguins {
    max-width: 500px;
    width: 70%;
  }

  li.list-item.light.list-item-1-narrow {
    margin-right: 0;
    margin-left: 2%;
    padding-left: 0;
    text-indent: 0;
    font-size: 14px;
    line-height: 1.1;
  }

  div.responsive-picture.pic-trademark.picture-1 {
    max-width: 140px;
  }
}

@media screen and (max-width: 557px) {
  /* Text Elements */

  h3 {
    margin-top: 30px;
    font-size: 24px;
  }

  h3.heading-1 {
    margin-top: 20px;
    color: #036078;
    font-size: 25px;
  }

  h3.heading-1.small-top-margin {
    white-space: normal;
  }

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

  h6.heading-2 {
    float: none;
    margin-right: 0;
    margin-left: 0;
    color: #244c8f;
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
  }

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

  p.paragraph.quote-author {
    font-size: 15px;
  }

  p.paragraph.paragraph-2 {
    font-size: 12px;
    line-height: 1.3;
  }

  p.paragraph.paragraph-4 {
    margin-top: 7px;
    margin-bottom: 7px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  p.paragraph.double-digit.para-indent {
    padding-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  p.paragraph.all-indent.double-digit {
    font-size: 14px;
    line-height: 1.3;
  }

  p.paragraph span.emphasis {
    text-decoration: none;
    font-weight: 500;
  }

  span.text-element.text-1 {
    color: #244c8f;
  }

  a.link-text.text-link-1 {
    font-size: 13px;
    line-height: 1.1;
  }

  a.link-text.text-link-3 {
    font-size: 15px;
  }

  /* Common Elements */

  div.rule.h3-underline {
    padding-bottom: 10px;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
  }

  a.link-button.button-link-2 {
    font-size: 25px;
  }

  a.link-button.printer {
    position: static;
    display: none;
    clear: none;
    margin-top: 5px;
    margin-right: 0;
    padding-right: 12px;
  }

  a.link-button.button-link-3 {
    font-size: 25px;
  }

  a.link-button.nav-item:hover {
    padding-top: 10px;
  }

  form.form-container.contact-form {
    padding-bottom: 30px;
  }

  /* Layout Elements */

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

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

  body > .row > [class*='coffee-span-'].location {
    min-height: 200px;
    height: auto;
    background-attachment: scroll;
    background-position: center top;
    background-clip: border-box;
    background-size: 100% auto;
    background-repeat: repeat;
  }

  body > .row.quote-section {
    padding-bottom: 30px;
    padding-left: 0;
  }

  body > .row.nav-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row > [class*='coffee-span-'].column-6 {
    min-height: 200px;
    background-size: auto auto;
  }

  body > .row > [class*='coffee-span-'].column-bus {
    min-height: 200px;
    background-attachment: scroll;
  }

  body > .row.cover-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row > [class*='coffee-span-'].double-digit {
    float: right;
  }

  body > .row > [class*='coffee-span-'].column-16 {
    float: left;
    background-image: url('../images/Fishing-xmed-light-c-sm.jpg');
    background-position: center 0;
    background-size: auto 100%;
    vertical-align: baseline;
  }

  .container.container-1 {
    margin: 5px -2% 5px 50%;
    padding-right: 0;
    padding-left: 0;
  }

  div.image-for-button {
    max-width: 60px;
  }

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

  li.list-item.list-item-1 {
    font-size: 14px;
  }

  li.list-item.list-item-2 {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.3;
  }

  li.list-item.list-item-1-narrow {
    font-size: 14px;
    line-height: 1.3;
  }

  div.responsive-picture.address.divider {
    display: inline-block;
  }

  a.responsive-picture.gallery-img-sm {
    display: block;
  }

  a.responsive-picture#land {
    display: none;
  }

  a.responsive-picture#mold {
    display: none;
  }

  a.responsive-picture#plan {
    display: none;
  }

  a.responsive-picture#chain {
    display: none;
  }

  a.responsive-picture#picture-link-1 {
    display: none;
  }

  a.responsive-picture#brick {
    display: none;
  }

  div.responsive-picture.picture-1 {
    max-width: 175px;
  }

  div.responsive-picture.picture-r {
    max-width: 120px;
  }

  a.responsive-picture.email.recommendations {
    max-width: 211px;
  }

  div.responsive-picture.pic-trademark.picture-1 {
    max-width: 130px;
  }
}

@media screen and (max-width: 449px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-bus {
    background-attachment: scroll;
  }
}