/* Text Elements */

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

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

h3.light {
  color: #fff;
}

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

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

/* Interaction Elements */

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

form.form-container.form-container-1 {
  min-height: 200px;
}

/* Layout Elements */

body.body-1 {
  background-color: #fdf9f6;
}

.container-grid.header {
  padding-right: 10px;
  padding-left: 10px;
  min-height: 50px;
  background-color: #fdf9f6;
}

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

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

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

.container-grid.header-cover {
  padding-right: 0;
  padding-left: 0;
  min-height: 50px;
}

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

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

.container-grid.gallery-intro {
  padding-top: 20px;
  background-color: transparent;
  background-image: url('../images/Wood-v28-gallery-intro.jpg');
  background-attachment: scroll;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat-x;
}

.container-grid.gallery {
  float: left;
  padding: 20px 20px 15px;
  min-height: 50px;
  background-color: transparent;
  background-image: url('../images/Wood-v28.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px);
     -moz-transform: translateX(0px) translateY(0px) translateZ(0px);
          transform: translateX(0px) translateY(0px) translateZ(0px);
}

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

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

.container-grid.contact {
  padding-right: 0;
  padding-left: 0;
  background-color: #009a62;
  background-image: url('../images/chernobyl-disaster-ukraine-2022-04-06-05-12-33-utc.jpg');
  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;
}

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

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

.container-grid.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-top: 20px;
  padding-left: 10px;

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

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

.container-grid.logo-holder {
  margin-right: auto;
  margin-left: auto;
}

.container-grid.nav-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

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

.container-grid.background-section {
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;
}

.container-grid.social-section {
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.container-grid.activities {
  padding-right: 10px;
  padding-left: 10px;
}

a.responsive-picture.picture-link-1 {
  float: left;
  margin: 64px 70px 2px 150px;
  min-width: 104px;
  max-width: 400px;
  width: 100%;
  border: .25rem solid #fdf9f6;
  border-top-left-radius: 16px 12px;
  border-top-right-radius: 16px 12px;
  border-bottom-right-radius: 16px 12px;
  border-bottom-left-radius: 16px 12px;
  -webkit-transition-delay: 0s;
     -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -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-transition-property: all;
     -moz-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transform: scaleX(1.3) scaleY(1.2) scaleZ(1.2) rotateZ(-5deg) translateY(0px) translateX(0px) perspective(0px);
     -moz-transform: scaleX(1.3) scaleY(1.2) scaleZ(1.2) rotateZ(-5deg) translateY(0px) translateX(0px) perspective(0px);
          transform: scaleX(1.3) scaleY(1.2) scaleZ(1.2) rotateZ(-5deg) translateY(0px) translateX(0px) perspective(0px);
}

.container-grid.container-fluid.header-image {
  border-width: .25rem;
  border-style: inset;
  border-radius: 6px;
  background-image: url('../images/180-degree-panorama-.jpg');
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container-grid.location {
  padding-right: 0;
  padding-left: 0;
  min-height: 200px;
  background-image: url('../images/old-vintage-compass-on-ancient-map-2021-08-26-22-58-45-utc-2.png');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

a.responsive-picture.picture-link-2 {
  float: left;
  margin-left: 84px;
  min-width: 104px;
  max-width: 300px;
  border: .375rem solid #fdf9f6;
  border-radius: 14px;
  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;
  -webkit-transform: scaleX(1.5) scaleY(1.47) scaleZ(1.5);
     -moz-transform: scaleX(1.5) scaleY(1.47) scaleZ(1.5);
          transform: scaleX(1.5) scaleY(1.47) scaleZ(1.5);

  background-blend-mode: normal;
}

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

a.responsive-picture.picture-link-3 {
  float: left;
  margin: 8px 26px 4px 120px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  min-width: 200px;
  min-height: 0;
  max-width: 800px;
  width: 100%;
  border: .375rem solid #fdf9f6;
  border-radius: 20px;
}

.html-element.html-element-1 {
  float: none;
}

.html-element.html-element-2 {
  float: none;
}

a.link-button-glyph.btn.goto-top:hover {
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: scaleX(1.3) scaleY(1.3);
     -moz-transform: scaleX(1.3) scaleY(1.3);
       -o-transform: scaleX(1.3) scaleY(1.3);
          transform: scaleX(1.3) scaleY(1.3);
}

a.social-image.social:hover {
  background-color: #60d89c;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
     -moz-transform: scaleX(1.1) scaleY(1.1);
       -o-transform: scaleX(1.1) scaleY(1.1);
          transform: scaleX(1.1) scaleY(1.1);
}

a.responsive-picture.picture-link-1:hover {
  -webkit-transition-delay: .1s;
     -moz-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-duration: .1s;
     -moz-transition-duration: .1s;
       -o-transition-duration: .1s;
          transition-duration: .1s;
  -webkit-transform: scaleX(1.5) scaleY(1.5) scaleZ(1.2) rotateX(.2deg) rotateX(2deg) translateX(0px) translateY(0px) perspective(0px) translateZ(0px);
     -moz-transform: scaleX(1.5) scaleY(1.5) scaleZ(1.2) rotateX(.2deg) rotateX(2deg) translateX(0px) translateY(0px) perspective(0px) translateZ(0px);
          transform: scaleX(1.5) scaleY(1.5) scaleZ(1.2) rotateX(.2deg) rotateX(2deg) translateX(0px) translateY(0px) perspective(0px) translateZ(0px);
}

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

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

  h3 {
    font-size: 30px;
  }

  h3.main-heading {
    padding-top: 10px;
  }

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

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

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

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

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

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

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

  .container-grid.nav-section {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
  }

  .container-grid.logo-holder {
    margin-left: 0;
    padding-left: 15px;
  }

  .container-grid.container-fluid.header-image {
    min-height: 250px;
  }

  .container-grid.gallery-intro {
    padding-top: 20px;
  }

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

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

  h3 {
    font-size: 40px;
  }

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

  /* Interaction Elements */

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

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

  .container-grid.navigation {
    -ms-flex-pack: end;

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

  .container-grid.container-fluid.header-image {
    min-height: 280px;
  }

  .container-grid.location {
    min-height: 600px;
  }
}

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

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

  /* Layout Elements */

  body.body-1 {
    background-color: #fdf9f6;
  }

  .container-grid.navigation {
    padding-right: 15px;
  }

  .container-grid.logo-holder {
    padding-left: 15px;
  }

  .container-grid.nav-section {
    background-color: #fdf9f6;
  }

  .container-grid.gallery {
    position: static;
    float: left;
    padding-bottom: 15px;
  }

  .container-grid.container-fluid.header-image {
    min-height: 300px;
  }

  a.link-button-glyph.btn.goto-top {
    z-index: 10;
  }
}