/* Text Elements */

h2.section-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #2a617d;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .07rem;
  font-size: 1.62rem;
}

h3.travel-heading {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #2e9e94;
  text-align: center;
  font-style: italic;
  font-size: 1.87rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph.action-para {
  margin-bottom: 1rem;
  max-width: 37.5rem;
  text-align: center;
  font-size: 1.12rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-text {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.nav-link {
  display: inline-block;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding: .625rem;
}

a.link-text.footer-link {
  margin-top: .437rem;
  margin-bottom: .437rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  color: #383a3d;
}

/* Interaction Elements */

a.link-button.action.btn {
  margin: .427rem auto;
  padding: .625rem;
  background-color: #242424;
  color: #fff;
  font-style: italic;
  font-size: 1.2rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

/* Layout Elements */

body > .row {
  max-width: 75rem;
}

body > .row.nav-row {
  background-color: #262626;
}

body > .row > [class*='col-xs-'].centered-content {
  background-color: #2e9e94;
  text-align: center;
}

body > .row > [class*='col-xs-'].no-padding-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='col-xs-'].heading-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding-right: .9375rem;
  padding-left: .9375rem;
  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.travel-row {
  margin-bottom: 2.5rem;
}

body > .row > [class*='col-xs-'].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;

  -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*='col-xs-'].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;
  padding-right: .9375rem;
  padding-left: .9375rem;
  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: flex-start;
  -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

div.responsive-picture.hero-image {
  margin-bottom: .437rem;
  max-width: none;
}

div.responsive-picture.travel-image {
  margin: .437rem auto;
  max-width: 30rem;
}

@media screen and (min-width: 400px) {
  /* Text Elements */

  h2.section-heading {
    font-size: 2.25rem;
  }

  h3.travel-heading {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #2e9e94;
    text-align: center;
    font-style: italic;
    font-size: 1.87rem;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  p.paragraph.action-para {
    text-align: left;
  }

  p.paragraph span.paragraph-text-1 {
    font-style: italic;
  }

  a.link-text.nav-link {
    font-size: 1.2rem;
  }

  /* Layout Elements */

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

  body > .row.travel-row {
    margin-bottom: 2.5rem;
  }

  body > .row > [class*='col-xs-'].footer-column {
    -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*='col-xs-'].centered-content {
    background-color: #2e9e94;
  }

  div.responsive-picture.travel-image {
    margin: .436rem auto;
    max-width: 50rem;
  }
}

@media screen and (min-width: 768px) {
  /* Layout Elements */

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

@media screen and (min-width: 992px) {
  /* Text Elements */

  p.paragraph.action-para {
    max-width: 50rem;
  }
}

@media screen and (min-width: 1200px) {
  /* Text Elements */

  p.paragraph.action-para {
    text-align: justify;
  }

  p.paragraph em.paragraph-text-3 {
    color: #2e9e94;
  }

  p.paragraph em.paragraph-text-2 {
    color: #2e9e94;
  }

  /* Layout Elements */

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

  div.responsive-picture.travel-image {
    max-width: 75rem;
  }
}