/* Text Elements */

h1.page-title {
  margin-top: .625rem;
  margin-bottom: .625rem;
  color: #383a3d;
  text-align: center;
  font-weight: 600;
  font-size: 2.8125rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

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

h4.sub-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #2a617d;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.625rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.2;
}

h4 strong.heading-text-3 {
  color: #000;
  font-size: 1.75rem;
}

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

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

/* Layout Elements */

body > .row.traval-impressions {
  padding-bottom: 2.5rem;
}

body > .row.footer-row {
  margin-top: 5rem;
  padding-bottom: 0;
}

body > .row > [class*='small-'].column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  min-height: 6.25rem;

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

body.grid-1 {
  background-image: url('../bgk70.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat;

  background-blend-mode: normal;
}

div.responsive-picture.travel-image {
  margin: .4375rem auto;
  max-width: 20.625rem;
  max-height: 600px;
  height: 625%;
}

div.responsive-picture.travel-image > picture {
  height: 625%;
}

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

  h1.page-title {
    margin-top: .625rem;
    margin-bottom: .625rem;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  h4 strong.heading-text-3 {
    font-size: 1.9375rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    min-height: 9.375rem;
  }
}

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

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

  h4 strong.heading-text-3 {
    font-size: 2rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    min-height: 12.5rem;
  }
}

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

  h1.page-title {
    color: #0a0a0a;
  }

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

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    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;
    font-size: 2.25rem;

    background-blend-mode: normal;
  }

  h4 span.heading-text-1 {
    color: #000;
  }

  h4 strong.heading-text-3 {
    font-size: 2rem;
  }

  /* Layout Elements */

  body.grid-1 {
    background-image: url('../bgk70.jpg');
    background-attachment: fixed;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: contain;
    background-repeat: repeat-x;

    background-blend-mode: normal;
  }

  body > .row.traval-impressions {
    min-height: auto;
    max-width: 1200px;
    max-height: 3750%;
  }

  body > .row > [class*='small-'].column-1 {
    padding-right: .9375rem;
    min-height: 9rem;
  }

  body > .row > [class*='small-'].column-2 {
    min-height: 0;
  }
}