/* Text Elements */

h1 span.heading-text-1 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

h1 strong.heading-text-2 {
  font-size: 1.8125rem;
}

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 {
  background-color: rgba(255, 255, 255, .7);
  color: #fff;
}

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

h3 span.heading-text-3 {
  color: #000;
}

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

p.paragraph.quote {
  margin-bottom: 15px;
  padding-bottom: 5px;
  width: 80%;
  background-color: rgba(255, 255, 255, .7);
  font-size: 17px;
}

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

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

p.paragraph span.paragraph-text-1 {
  color: #000;
}

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

p.paragraph span.paragraph-text-3 {
  color: #000;
}

p.paragraph span.paragraph-text-4 {
  color: #000;
}

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

.container-grid.nav-row {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  background-color: #fdf9f6;
}

.container-grid.header {
  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.quote-section {
  padding-bottom: 30px;
  background-color: transparent;
  background-image: url('../images/claro.jpg');
  background-attachment: scroll;
  background-position: left center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;
}

.container-grid.quote-column {
  padding-right: 0;
  padding-left: 0;
}

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

.container-grid.gallery-intro {
  background-color: transparent;
  background-image: url('../images/samplecherry.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 {
  padding: 20px 20px 2px;
  min-height: 50px;
  background-color: transparent;
  background-image: url('../images/samplecherry.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
}

div.responsive-picture.gallery-image-XL {
  float: left;
  min-width: 100px;
  max-width: none;
  border: .25rem solid #eeebe2;
  border-radius: 5px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(-2deg) scaleY(1);
     -moz-transform: rotate(-2deg) scaleY(1);
       -o-transform: rotate(-2deg) scaleY(1);
          transform: rotate(-2deg) scaleY(1);
}

div.responsive-picture.image-gallery-S {
  float: left;
  min-width: 100px;
  max-width: none;
  width: 45%;
  border: .25rem solid #eeebe2;
  border-radius: 2px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(1deg);
     -moz-transform: rotate(1deg);
       -o-transform: rotate(1deg);
          transform: rotate(1deg);
}

div.responsive-picture.gallery-image-M {
  float: left;
  margin-left: 3px;
  min-width: 100px;
  max-width: none;
  width: 50%;
  border: .25rem solid #eeebe2;
  border-top-left-radius: 15px 11px;
  border-top-right-radius: 15px 11px;
  border-bottom-right-radius: 15px 11px;
  border-bottom-left-radius: 15px 11px;
  box-shadow: rgba(35, 35, 35, .9) 0 2px 5px 0;
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: .6s;
     -moz-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transform: rotate(2deg);
     -moz-transform: rotate(2deg);
       -o-transform: rotate(2deg);
          transform: rotate(2deg);
}

.container-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;
  padding: 14px 18px 12px;
  background-color: rgba(79, 79, 79, .63);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
}

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

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

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

div.responsive-picture.picture-1 {
  float: right;
  max-width: 87px;
}

div.responsive-picture.gallery-image-XL:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .9) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(3deg) translateX(-10px) translateY(0px);
     -moz-transform: rotate(3deg) translateX(-10px) translateY(0px);
       -o-transform: rotate(3deg) translateX(-10px) translateY(0px);
          transform: rotate(3deg) translateX(-10px) translateY(0px);
}

div.responsive-picture.image-gallery-S:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .901961) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
     -moz-transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
       -o-transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
          transform: rotate(-3deg) scaleX(1.1) translateX(10px) translateY(-30px);
}

div.responsive-picture.gallery-image-M:hover {
  position: relative;
  z-index: 900;
  box-shadow: rgba(35, 35, 35, .901961) 0 20px 30px 0;
  -webkit-transition-duration: .15s;
     -moz-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
     -moz-transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
       -o-transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
          transform: rotate(2deg) scaleX(1.1) translateX(-20px) translateY(-60px);
}

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

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

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

  h3 {
    font-size: 30px;
  }

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

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

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

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

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

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

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

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

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

  h3 {
    font-size: 40px;
  }

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

  /* Interaction Elements */

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

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

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

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

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

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

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