/* 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.light {
  color: #fff;
}

h3.heading-1 {
  color: #248f7e;
}

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: 800px;
  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.social-caption {
  text-align: center;
}

p.paragraph.quote {
  width: 80%;
  text-align: center;
  font-size: 24px;
}

p.paragraph span.paragraph-text-1 {
  font-size: 24px;
}

p.paragraph span.paragraph-text-2 {
  font-size: 22px;
}

p.paragraph.paragraph-1 {
  color: rgba(0, 0, 0, .65);
}

p.paragraph span.paragraph-text-11 {
  font-size: 9px;
}

/* 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;
}

/* Interaction Elements */

button[type=submit] {
  float: right;
  margin-top: 40px;
  background-color: #43a473;
  font-family: 'Roboto', sans-serif;
}

button[type=submit].button-submit-1 {
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transition-property: background-color;
     -moz-transition-property: background-color;
      -ms-transition-property: background-color;
       -o-transition-property: background-color;
          transition-property: background-color;
}

button[type=submit]:hover {
  background-color: #60d89c;
  color: #fff;
}

button[type=submit].button-submit-1:hover {
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

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-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: transparent;
  color: #857461;
  font-size: 13px;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
      -ms-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 span.button-link-text-2 {
  background-color: #fdfcfc;
  font-size: 24px;
}

a.link-button.button-link-1 {
  padding: 0;
  width: 100%;
  background-color: transparent;
}

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;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
}

input[type=text] {
  padding: 15px 0 4px;
  max-width: none;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}

input[type=text]:focus {
  border-top-width: 0;
  border-top-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #91ffc8;
  border-left-width: 0;
  border-left-style: solid;
  box-shadow: none;
  color: #fff;
}

input[type=email] {
  padding: 15px 0 4px;
  max-width: none;
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-right-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  border-left-width: 0;
  border-left-style: none;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
}

input[type=email]:focus {
  border-top-width: 0;
  border-top-style: none;
  border-right-width: 0;
  border-right-style: none;
  border-bottom: 2px solid #91ffc8;
  border-left-width: 0;
  border-left-style: none;
  box-shadow: none;
  color: #fff;
}

textarea {
  margin-top: 15px;
  margin-bottom: 4px;
  height: 150px;
  border-top-style: none;
  border-right-style: none;
  border-bottom: 2px solid #fff;
  border-left-style: none;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: transparent;
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4;
}

textarea:focus {
  border-top: 0 none transparent;
  border-right: 0 none transparent;
  border-bottom-width: 2px;
  border-bottom-color: #91ffc8;
  border-left: 0 none transparent;
  box-shadow: none;
  color: #fff;
}

label.label {
  margin-top: 30px;
  color: #91ffc8;
  text-align: left;
  font-weight: 400;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

label.label.label-2 {
  color: #91ffc8;
}

/* Layout Elements */

body {
  height: auto;
}

body > .row {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].navigation {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  padding-top: 20px;

  -webkit-justify-content: flex-end;
     -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
       -o-justify-content: flex-end;
          justify-content: flex-end;
}

body > .row > [class*='coffee-span-'].footer {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #1f2a2d;
}

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: #fdf9f6;
}

body > .row > [class*='coffee-span-'].quote-column {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'] {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
}

body > .row > [class*='coffee-span-'].header {
  padding-top: 80px;
  padding-bottom: 0;
  background-color: #fdf9f6;
  background-image: none;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].header-cover {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].activities-column {
  position: static;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  height: 100%;
}

body > .row.small-width {
  max-width: 1200px;
}

body > .row.activities.small-width {
  margin-top: 40px;
  margin-bottom: 0;
}

body > .row > [class*='coffee-span-'].activities-column.buttons {
  overflow: visible;
}

body > .row.activities-buttons.small-width {
  position: static;
  z-index: auto;
  margin-bottom: 80px;
}

body > .row.row-2 {
  background-image: -webkit-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:     -ms-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(244, 244, 244, 1) 0%, rgba(244, 244, 244, 0) 100%);
}

.row > [class*='coffee-span-'] > form.form-container.contact-form {
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px 70px;
  max-width: 800px;
  width: 100%;
}

.row > [class*='coffee-span-'] > .container.social-icons-container {
  margin: 30px auto 70px;
  max-width: 800px;
  text-align: center;
}

a.social-image.social {
  margin-top: 0;
  margin-right: 2%;
  margin-left: 2%;
  padding: 5px;
  min-width: 0;
  max-width: 70px;
  border-top-left-radius: 6px 6px;
  border-top-right-radius: 6px 6px;
  border-bottom-right-radius: 6px 6px;
  border-bottom-left-radius: 6px 6px;
  background-color: #43a473;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
      -ms-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

div.responsive-picture.halftone-pattern {
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.responsive-picture.logo {
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  max-width: 250px;
}

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;
      -ms-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
}

a.link-button-image.activities-button.sighting {
  background-color: #b18d79;
}

a.link-button-image.activities-button.camping {
  background-color: #61897f;
}

span.link-button-text {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

div.image-for-button {
  margin-right: auto;
  margin-left: auto;
  max-width: 150px;
  opacity: .75;
}

a.link-button-image.activities-button.hiking {
  background-color: #f3774f;
}

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;
      -ms-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

a.link-button-image {
  border-top-left-radius: 8px 8px;
  border-top-right-radius: 8px 8px;
  border-bottom-right-radius: 8px 8px;
  border-bottom-left-radius: 8px 8px;
  background-color: #0ea360;
}

div.responsive-picture.picture-1 {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  max-width: 800px;
}

div.responsive-picture.picture-1 > picture {
  margin: 0;
}

a.social-image.social:hover {
  background-color: #60d89c;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

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;
      -ms-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
}

div.responsive-picture.activities-img:hover {
  border-style: solid;
  -webkit-transition-duration: .25s;
     -moz-transition-duration: .25s;
      -ms-transition-duration: .25s;
       -o-transition-duration: .25s;
          transition-duration: .25s;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

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);
      -ms-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);
}

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);
      -ms-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-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);
      -ms-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:hover {
  opacity: 1;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
      -ms-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: translateY(-15px) rotate(0deg);
     -moz-transform: translateY(-15px) rotate(0deg);
      -ms-transform: translateY(-15px) rotate(0deg);
       -o-transform: translateY(-15px) rotate(0deg);
          transform: translateY(-15px) rotate(0deg);
}

a.link-button-image:hover {
  opacity: .64;
}

@media screen and (max-width: 1205px) {
  /* Text Elements */

  h3 {
    margin-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
  }

  h3 span.heading-text-1 {
    color: #ddd9d9;
  }

  p.paragraph {
    margin-top: 7px;
    font-size: 16px;
  }

  p.paragraph.quote {
    font-size: 20px;
  }

  p.paragraph span.paragraph-text-3 {
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-4 {
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-5 {
    font-size: 18px;
  }

  p.paragraph span.paragraph-text-6 {
    font-size: 19px;
  }

  p.paragraph span.paragraph-text-7 {
    font-size: 21px;
  }

  p.paragraph span.paragraph-text-8 {
    color: #fdfcfc;
  }

  p.paragraph span.paragraph-text-9 {
    color: #d9d4d4;
  }

  p.paragraph span.paragraph-text-10 {
    font-size: 8px;
  }

  p.paragraph span.paragraph-text-11 {
    font-size: 9px;
  }

  p.paragraph span.paragraph-text-12 {
    font-size: 9px;
  }

  /* 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-1 {
    background-color: #fdfcfc;
    color: #000d16;
  }

  a.link-button span.button-link-text-2 {
    background-color: #fdfcfc;
  }

  a.link-button.button-link-1 {
    margin: 12px 0 11px;
    padding: 7px 7px 5px 5px;
    max-width: none;
    width: 100%;
    text-align: center;
  }

  input[type=text] {
    font-size: 16px;
  }

  input[type=email] {
    font-size: 16px;
  }

  textarea {
    height: 130px;
    font-size: 16px;
    line-height: 1.4;
  }

  label.label {
    font-size: 15px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].navigation {
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row.quote-section {
    padding-bottom: 90px;
  }

  body > .row > [class*='coffee-span-'].header {
    padding-top: 0;
    padding-right: 15px;
  }

  body > .row.activities-buttons.small-width {
    margin-bottom: 50px;
  }

  a.social-image.social {
    min-width: 0;
    max-width: 60px;
  }

  .row > [class*='coffee-span-'] > form.form-container.contact-form {
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .row > [class*='coffee-span-'] > .container.social-icons-container {
    margin-bottom: 40px;
  }

  a.responsive-picture.logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 330px;
  }

  span.link-button-text.activities-bt-text {
    font-size: 13px;
  }

  span.link-button-text {
    font-size: 13px;
  }

  div.image-for-button.activities-bt-icon {
    max-width: 60px;
  }

  div.image-for-button {
    max-width: 100px;
  }

  a.link-button-image.activities-button {
    margin-top: -50px;
    padding: 5px 10px 10px;
    max-width: 100px;
  }

  div.responsive-picture.picture-1 {
    position: static;
    float: none;
    clear: none;
    margin: 30px auto 11px;
    padding: 0;
    max-width: 800px;
    max-height: none;
    width: 100%;
    vertical-align: baseline;
  }

  div.responsive-picture.picture-1 > picture {
    margin: 0;
  }
}

@media screen and (max-width: 557px) {
  /* Text Elements */

  h3 {
    margin-top: 30px;
    font-size: 24px;
  }

  p.paragraph {
    font-size: 14px;
  }

  p.paragraph.quote {
    font-size: 17px;
  }

  /* Interaction Elements */

  a.link-button.nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 30px;
  }

  a.link-button.nav-item:hover {
    padding-top: 10px;
  }

  input[type=text] {
    font-size: 14px;
  }

  input[type=email] {
    font-size: 14px;
  }

  textarea {
    height: 100px;
  }

  label.label {
    font-size: 14px;
  }

  /* Layout Elements */

  body > .row.quote-section {
    padding-bottom: 30px;
    padding-left: 0;
  }

  body > .row.nav-row {
    padding-right: 15px;
    padding-left: 15px;
  }

  body > .row.activities.small-width {
    display: none;
  }

  body > .row.activities-buttons.small-width {
    margin-bottom: 30px;
  }

  a.social-image.social {
    min-width: 0;
    max-width: 45px;
  }

  .row > [class*='coffee-span-'] > form.form-container.contact-form {
    padding-bottom: 30px;
  }

  div.image-for-button {
    max-width: 60px;
  }

  a.link-button-image.activities-button {
    margin-top: 15px;
  }
}

@media screen and (max-width: 410px) {
  /* Interaction Elements */

  a.link-button span.button-link-text-2 {
    font-size: 21px;
  }
}