/* 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 span.heading-text-1 {
  background-color: transparent;
  color: #b20f0f;
  font-size: 2.5rem;
}

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

h4 span.heading-text-3 {
  font-size: 1rem;
}

h6.travel-heading {
  color: #f8f8fc;
  text-align: center;
  font-style: italic;
  font-size: 1.875rem;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.2;
}

h6 span.heading-text-6 {
  font-size: 1.125rem;
}

h6 span.heading-text-7 {
  font-size: 1.5625rem;
}

h6 span.heading-text-8 {
  font-size: 1.5625rem;
}

h6 span.heading-text-10 {
  font-size: 1.5625rem;
}

h6 span.heading-text-11 {
  font-size: 1.5625rem;
}

h6 span.heading-text-12 {
  font-size: 1.5625rem;
}

h6 span.heading-text-13 {
  font-size: 1.5625rem;
}

h6 span.heading-text-15 {
  font-size: 1.5625rem;
}

h6 span.heading-text-16 {
  font-size: 1.5625rem;
}

h6 span.heading-text-17 {
  font-size: 1.5625rem;
}

h6 span.heading-text-18 {
  font-size: 1.5625rem;
}

h6 span.heading-text-19 {
  font-size: 1.5625rem;
}

h6 span.heading-text-20 {
  font-size: 1.5625rem;
}

h6 span.heading-text-21 {
  font-size: 1.625rem;
}

h6 span.heading-text-22 {
  font-size: 1.5625rem;
}

h6 span.heading-text-23 {
  font-size: 1.5625rem;
}

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 span.paragraph-text-1 {
  color: #b20f0f;
  font-weight: 700;
}

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

p.paragraph span.paragraph-text-3 {
  color: #f8f8fc;
  font-weight: 700;
}

p.paragraph.paragraph-2 {
  background-color: #b20f0f;
  color: #f8f8fc;
  text-align: center;
}

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;
  background-color: #090808;
}

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

body > .row > [class*='small-'].column-2 {
  background-color: #090808;
}

body > .row > [class*='small-'].column-3 {
  background-color: #090808;
}

body > .row > [class*='small-'].column-4 {
  background-color: #090808;
}

body > .row > [class*='small-'].column-5 {
  background-color: #090808;
}

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

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

a.social-image.social-icon-1 {
  max-width: 45px;
  border-radius: 3px;
  background-color: #d80d0d;
}

a.social-image.social-icon-2 {
  background-color: #d80d0d;
}

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

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

  h1.heading-1 {
    color: #d80d0d;
  }

  h1 span.heading-text-2 {
    color: #b20f0f;
  }

  h1 span.heading-text-4 {
    color: #b20f0f;
  }

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

  h4 span.heading-text-3 {
    font-size: 1.3125rem;
  }

  h6.travel-heading {
    color: #f8f8fc;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 37.5rem;
  }

  p.paragraph span.paragraph-text-1 {
    color: #b20f0f;
    font-weight: 700;
    font-size: 1.125rem;
  }

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

  body > .row.traval-impressions {
    background-color: #090808;
  }

  a.social-image.social-icon-1 {
    max-width: 40px;
    background-color: #d80d0d;
  }
}

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

  h4 span.heading-text-3 {
    font-size: 1.5rem;
  }

  h6.travel-heading {
    color: #f8f8fc;
  }

  /* Interaction Elements */

  a.link-button.nav {
    font-size: 1rem;
  }

  /* Layout Elements */

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

  body.grid-1 {
    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;

    background-blend-mode: normal;
  }

  body > .row.traval-impressions {
    background-color: #010102;
  }

  a.social-image.social-icon-1 {
    max-width: 45px;
    background-color: #d80d0d;
  }
}

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

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

  h1.heading-1 {
    color: #b20f0f;
    text-align: center;
  }

  h1.heading-2 {
    color: #b20f0f;
    text-align: center;
  }

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

  h4 span.heading-text-3 {
    font-weight: 700;
  }

  p.paragraph.action-paragraph {
    margin-right: auto;
    margin-left: auto;
    max-width: 50rem;
  }

  p.paragraph.paragraph-1 {
    background-color: #f8f8fc;
    text-align: center;
  }

  p.paragraph.paragraph-2 {
    background-color: #d80d0d;
    text-align: center;
  }

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

  /* Interaction Elements */

  a.link-button.action-button {
    border-radius: 4px;
  }

  a.link-button.nav {
    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;

    background-blend-mode: normal;
  }

  /* Layout Elements */

  body > .row.traval-impressions {
    background-color: #090808;
  }

  body.grid-1 {
    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;

    background-blend-mode: normal;
  }

  div.responsive-picture.hero-image {
    overflow: hidden;
    -webkit-filter: saturate(1.32) contrast(1.39) brightness(.87) opacity(1) hue-rotate(354deg);
            filter: saturate(1.32) contrast(1.39) brightness(.87) opacity(1) hue-rotate(354deg);
  }

  a.social-image.social-icon-1 {
    max-width: 45px;
    background-color: #d80d0d;
  }
}

@media screen and (min-width: 103.625rem) {
  a.social-image.social-icon-1 {
    max-width: 45px;
    background-color: #b20f0f;
  }
}