/* Text Elements */

h3 {
  margin: 30px auto 7px;
  padding-right: 15px;
  padding-left: 15px;
  color: #248f7e;
  text-align: center;
  font-size: 30px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.main-heading {
  color: #248f7e;
  text-align: center;
  font-size: 24px;
  font-family: 'Averia Sans Libre', cursive;
  line-height: 1.1;
}

h3.light {
  color: #fff;
}

p.paragraph {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(0, 0, 0, .65);
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}

p.paragraph.social-caption {
  text-align: center;
}

p.paragraph.light {
  color: #fff;
}

p.paragraph.paragraph-4 {
  background-color: #009a62;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, 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: repeat;
  color: #fff;

  background-blend-mode: normal;
}

p.paragraph a.paragraph-text-1 {
  color: #fff;
}

/* Interaction Elements */

a.link-button.button.nav-link {
  padding: 10px 20px;
  min-height: 30auto;
  border-bottom-color: rgba(133, 114, 91, .29);
  background-color: transparent;
  color: #857461;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25;
}

a.link-button.button.nav-link.smooth-scroll {
  margin-right: 1%;
  margin-left: 1%;
  width: 48%;
  border-bottom-color: rgba(133, 114, 91, .29);
  font-size: 11px;
}

form.form-container.contact-form {
  margin-bottom: 7px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  min-height: 0;
  max-width: 800px;
  width: 100%;
}

/* Layout Elements */

.container.header {
  position: relative;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 50px;
  background-color: #fdf9f6;
}

.container.header-cover {
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
}

.container.gallery-intro {
  padding: 20px 20px 2px;
  background-image: url('../images/Wood-v28-gallery-intro.jpg');
  background-attachment: scroll;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat-x;
}

.container.gallery {
  padding: 20px 20px 2px;
  background-image: url('../images/Wood-v28.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
}

.container.social-icons-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.container.contact {
  padding-right: 0;
  padding-left: 0;
  background-color: #009a62;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.footer {
  padding: 70px 15px 50px;
  background-color: #1f2a2d;
}

.container.row-type {
  max-width: none;
}

.container.nav {
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

.container.top-bar-left {
  display: block;
  -ms-flex-pack: justify;
  float: left;

  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.sticky {
  position: -webkit-sticky;
  position:         sticky;
  top: 0;
  z-index: 50;
}

.container.subgrid-column-1 {
  float: none;
  padding-right: 8px;
  min-width: 8px;
}

.rule.heading-rule hr {
  border-top-width: 2px;
  border-top-color: #248f7e;
}

.rule.heading-rule {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
  max-width: 80px;
}

.rule.heading-rule.light hr {
  border-top-color: #fff;
}

div.responsive-picture.gallery-image-XL {
  float: left;
  min-width: 100px;
  max-width: none;
  border: .25rem solid #eeebe2;
  border-radius: 5px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;
  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);

  background-blend-mode: normal;
}

div.responsive-picture.image-gallery-S {
  float: left;
  min-width: 100px;
  max-width: none;
  width: 45%;
  border-style: solid;
  border-color: #eeebe2;
  border-radius: 2px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
}

div.responsive-picture.gallery-image-M {
  float: left;
  min-width: 100px;
  max-width: none;
  width: 50%;
  border: .25rem solid #eeebe2;
  border-top-left-radius: 15px 11px;
  border-top-right-radius: 15px 11px;
  border-bottom-right-radius: 15px 11px;
  border-bottom-left-radius: 15px 11px;
  box-shadow: rgba(35, 35, 35, .9) 0 20px 30px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

a.social-image.social {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px;
  max-width: 45px;
  border-radius: 6px;
  background-color: #43a473;
}

a.link-button-glyph.btn.button.gototop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
}

.html-element.html-element-1 {
  min-width: 8px;
}

div.responsive-picture.gallery-image-XL:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(3deg) translateX(-10px);
     -moz-transform: rotate(3deg) translateX(-10px);
       -o-transform: rotate(3deg) translateX(-10px);
          transform: rotate(3deg) translateX(-10px);
}

div.responsive-picture.image-gallery-S:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
     -moz-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
       -o-transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
          transform: scaleX(1.1) scaleY(1.1) translateX(10px) translateY(-30px) rotate(-3deg);
}

div.responsive-picture.gallery-image-M:hover {
  position: relative;
  z-index: 900;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
     -moz-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
       -o-transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
          transform: rotate(2deg) scaleX(1.1) scaleY(1.1) translateX(-20px) translateY(-60px);
}

a.social-image.social:hover {
  background-color: #60d89c;
  -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-glyph.btn.button.gototop:hover {
  -webkit-transform: scaleX(1.3) scaleY(1.3);
     -moz-transform: scaleX(1.3) scaleY(1.3);
       -o-transform: scaleX(1.3) scaleY(1.3);
          transform: scaleX(1.3) scaleY(1.3);
}

@media screen and (min-width: 26.875rem) {
  /* Text Elements */

  p.paragraph.light {
    text-align: center;
  }

  p.paragraph.paragraph-3 {
    text-align: center;
  }

  p.paragraph a.paragraph-text-1 {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
  }

  p.paragraph span.paragraph-text-3 {
    font-style: italic;
  }

  p.paragraph.paragraph-4 {
    background-color: #009a62;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(180deg, 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: repeat;

    background-blend-mode: normal;
  }

  p.paragraph span.paragraph-text-4 {
    color: #fff;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: 1%;
    margin-left: 1%;
    width: 31%;
  }

  /* Layout Elements */

  .container.contact {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 16px;
  }

  /* Layout Elements */

  .container.top-bar-left {
    padding-top: 0;
  }

  .container.contact {
    background-color: #009a62;
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }

  .container.row-type {
    grid-auto-rows: 1px;
    grid-auto-columns: 1px;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
  }
}

@media screen and (min-width: 47.6875rem) {
  /* Text Elements */

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph span.paragraph-text-2 {
    color: #11732f;
    font-weight: 800;
    font-style: italic;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link {
    line-height: 1.6;
  }

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: .5%;
    margin-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
    font-size: 13px;
  }

  form.form-container.contact-form {
    padding-top: 20px;
    padding-bottom: 70px;
    min-height: 50px;
  }

  /* Layout Elements */

  .container.row-type {
    max-width: 1200px;
  }

  .container.full-width {
    max-width: none;
  }

  .container.col-padding {
    margin-bottom: 30px;
  }

  .container.top-bar-left {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.contact {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }

  div.responsive-picture.gallery-image-XL {
    width: 35%;
  }

  div.responsive-picture.image-gallery-S {
    width: 25%;
  }

  div.responsive-picture.gallery-image-M {
    width: 34%;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h3.main-heading {
    font-size: 40px;
  }

  h3.sub-heading {
    font-size: 40px;
  }

  h3.light {
    font-size: 40px;
  }

  p.paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.button.nav-link {
    margin-bottom: 0;
    padding-top: 20px;
    border-right-color: rgba(133, 114, 91, .29);
    border-bottom-color: rgba(133, 114, 91, .29);
  }

  a.link-button.button.nav-link.smooth-scroll {
    margin-right: 0;
  }

  form.form-container.contact-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
  }

  /* Layout Elements */

  .container.full-width {
    max-width: none;
  }

  .container.top-bar-left {
    -ms-flex-pack: end;
    padding-top: 0;

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.subgrid-column-1 {
    clear: none;
    margin-right: 0;
    padding-left: 0;
  }

  .container.contact {
    background-image: url('https://cdn.coffeecupcloud.com/appresources/v1/common/background_online_image.png');
  }

  div.responsive-picture.gallery-image-M {
    margin-left: 3%;
    min-width: 200px;
    width: 30%;
  }

  div.responsive-picture.gallery-image-XL {
    width: 35%;
  }

  div.responsive-picture.image-gallery-S {
    min-width: 160px;
    width: 25%;
  }

  a.social-image.social {
    max-width: 60px;
  }
}