/* Text Elements */

h4.sub-title {
  margin-top: 80px;
  margin-bottom: 60px;
  color: #2a617d;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}

h6.travel-heading {
  color: #18191a;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-text.footer-link {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  color: #424345;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}

a.link-text.footer-link:hover {
  color: #1e1e1f;
}

/* Interaction Elements */

a.link-button.nav {
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: transparent;
  color: #140b0b;
  font-family: 'Playfair Display SC', serif;
}

a.link-button.action-button {
  background-color: rgba(255, 27, 79, .8);
  font-style: italic;
  font-size: 22px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.nav:hover {
  color: #61a3c9;
}

/* Layout Elements */

body.grid-1 {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
}

body > .row.row-3 {
  padding-bottom: 40px;
}

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

body > .row > [class*='coffee-span-'].footer-column {
  text-align: center;
}

body > .row > [class*='coffee-span-'].hero-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row.footer-row {
  margin-top: 80px;
  padding-bottom: 60px;
}

body > .row > [class*='coffee-span-'].centered-content {
  background-color: #fff;
  text-align: center;
}

body > .row > [class*='coffee-span-'].column-1 {
  max-height: none;
}

div.responsive-picture.travel-image {
  margin: .43em auto;
  max-width: 330px;
  max-height: 221px;
  width: 100%;
  -webkit-transform: scaleX(.99) scaleY(1);
     -moz-transform: scaleX(.99) scaleY(1);
       -o-transform: scaleX(.99) scaleY(1);
          transform: scaleX(.99) scaleY(1);
}

div.responsive-picture.hero-image {
  position: relative;
  top: 0;
  float: none;
  margin-top: 0;
  max-width: none;
}

p.action-paragraph {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  color: rgba(30, 30, 30, .8);
  text-align: center;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.4;
}

div.responsive-picture.travel-image > picture {
  margin: 0;
}

div.responsive-picture.picture-1 {
  margin: 0;
  max-width: none;
  width: 100%;
}

div.responsive-picture.hero-image > picture {
  margin: -347px -298.0173913043478px -36px -277.9826086956522px;
}

a.responsive-picture.picture-link-1 {
  max-width: 330px;
  max-height: 221px;
}

@media screen and (max-width: 1092px) {
  /* Text Elements */

  h4.sub-title {
    color: #060b0e;
    font-family: 'Marcellus SC', serif;
  }

  h4 span.heading-text-1 {
    font-variant: normal;
    font-size: 22px;
    font-family: Georgia, Times, 'Times New Roman', serif;
  }

  h4 span.heading-text-2 {
    text-transform: capitalize;
    font-size: 16px;
  }

  h4 span.heading-text-3 {
    text-transform: capitalize;
  }

  h4 span.heading-text-4 {
    text-transform: capitalize;
    font-style: normal;
    font-variant: small-caps;
    font-size: 29px;
    font-family: 'Marcellus', serif;
  }

  h6.travel-heading {
    font-family: 'Marcellus SC', serif;
  }

  p.paragraph.action-paragraph {
    font-family: 'Marcellus', serif;
  }

  /* Interaction Elements */

  a.link-button.nav {
    font-size: 19px;
  }

  a.link-button.action-button {
    background-color: #f5097e;
    font-family: 'Marcellus SC', serif;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-2 {
    padding-right: 0;
    padding-left: 0;
  }

  div.responsive-picture.hero-image {
    min-width: 0;
    width: 100%;
  }

  div.responsive-picture.hero-image > picture {
    margin: -12.845360824742269px -19.788679245283017px -1.1546391752577319px -18.211320754716983px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 330px;
    max-height: 221px;
  }
}

@media screen and (max-width: 558px) {
  /* Text Elements */

  h4.sub-title {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 419px) {
  /* Text Elements */

  h4.sub-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  /* Interaction Elements */

  a.link-button.nav {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}