/* Text Elements */

h2.heading-2 {
  text-align: center;
}

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;
}

h6.travel-heading {
  color: #18191a;
  text-align: center;
  font-style: italic;
  font-size: 1.875rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.2;
}

p.paragraph.action-paragraph {
  max-width: 50rem;
  color: rgba(30, 30, 30, .8);
  font-size: 1.125rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4;
}

p.paragraph.paragraph-1 {
  text-align: center;
  font-size: 18px;
}

a.link-text.footer-link {
  display: inline-block;
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  margin-left: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #424345;
  font-size: .9375rem;
  font-family: 'Montserrat', sans-serif;
}

/* Interaction Elements */

a.link-button {
  font-family: 'Montserrat', sans-serif;
}

a.link-button.nav {
  display: inline-block;
  margin-top: .5625rem;
  margin-bottom: .5625rem;
  padding: .625rem 1.875rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

a.link-button.action-button {
  display: inline-block;
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  padding: .625rem .9375rem;
  border-radius: 4px;
  background-color: #242424;
  color: #fff;
  font-style: italic;
  font-size: 1.375rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

/* Layout Elements */

body > .row.nav-row {
  background-color: #262626;
}

body > .row > [class*='small-'].centered-content {
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: center;

  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

body > .row > [class*='small-'].hero-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row.traval-impressions {
  padding-bottom: 2.5rem;
}

body > .row.footer-row {
  margin-top: 5rem;
  padding-bottom: 0;
}

body > .row > [class*='small-'].footer-column {
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 3.75rem;
  text-align: center;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -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;
}

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 > .row > [class*='small-'].book-column {
  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;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  text-align: center;

  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.hero-image {
  margin-bottom: .4375rem;
  max-width: none;
}

div.responsive-picture.travel-image {
  margin: .4375rem auto;
  max-width: 20.625rem;
}

div.responsive-picture.align-center > picture > img {
  -o-object-position: 50% top;
     object-position: 50% top;
}

div.responsive-picture.align-center {
  max-width: none;

  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
}

a.link-button-glyph.social {
  margin-right: .25rem;
}

a.link-button-glyph.facebook {
  background-color: #3b5998;
}

span.glyph-for-button.fa {
  display: inline-block;
  margin-right: .25rem;
  font-size: 16px;
}

a.link-button-glyph.btn.button.facebook.social {
  display: block;
}

@media screen and (min-width: 25rem) {
  /* Text Elements */

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 37.5rem;
  }

  /* Interaction Elements */

  a.link-button.nav {
    font-size: .875rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].centered-content {
    -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;
  }

  body > .row > [class*='small-'].footer-column {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-align: start;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
  }

  body > .row > [class*='small-'].column-1 {
    min-height: 9.375rem;
  }

  body > .row > [class*='small-'].book-column {
    -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;
  }

  div.responsive-picture.align-center {
    overflow: visible;
    max-width: 599px;
    vertical-align: top;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  div.responsive-picture.align-center > picture > img {
    -o-object-position: 50% center;
       object-position: 50% center;
  }
}

@media screen and (min-width: 27.5rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    font-size: 20px;
  }

  a.link-button-glyph.btn.button.facebook.social {
    display: block;
  }
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    font-size: 24px;
  }

  /* Interaction Elements */

  a.link-button.nav {
    font-size: 1rem;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    min-height: 12.5rem;
  }

  div.responsive-picture.align-center > picture > img {
    -o-object-position: 50% top;
       object-position: 50% top;
  }

  div.responsive-picture.align-center {
    position: static;
    float: none;
    clear: none;
    max-width: none;

    -webkit-align-self: center;
    -ms-flex-item-align: center;
            align-self: center;
  }

  a.link-button-glyph.btn.button.facebook.social {
    display: block;
  }

  div.responsive-picture.picture-1 {
    max-width: 400px;
  }

  div.responsive-picture.picture-2 {
    max-width: 400px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.heading-2 {
    text-align: center;
  }

  h4.sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2.25rem;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 50rem;
  }

  p.paragraph.paragraph-1 {
    text-align: center;
    font-size: 28px;
  }

  /* Interaction Elements */

  a.link-button.action-button {
    border-radius: 4px;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;

    -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;
  }

  div.responsive-picture.picture-1 {
    max-width: 400px;
  }

  div.responsive-picture.picture-2 {
    max-width: 400px;
  }

  a.link-button-glyph.btn.button.facebook.social {
    position: relative;
    display: block;
  }
}