/* Text Elements */

h1.page-title {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #2f629f;
  text-align: center;
  font-weight: 500;
  font-size: 68px;
  font-family: 'Radley', serif;
}

h2.heading-1 {
  background-color: transparent;
  color: #fff;
}

h2 span.heading-text-1 {
  font-style: italic;
  font-size: 28px;
  font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
}

h4.sub-title {
  margin-top: 80px;
  margin-bottom: 60px;
  color: #2f629f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 30px;
  font-family: 'Radley', serif;
}

h6.travel-heading {
  color: #18191a;
  text-align: center;
  font-style: italic;
  font-size: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

p.paragraph.action-paragraph {
  max-width: 800px;
  color: rgba(30, 30, 30, .8);
}

/* Common Elements */

div.rule.rule-2 {
  width: 100%;
  box-shadow: none;
}

/* Interaction Elements */

a.link-button.action-button {
  background-color: #2f629f;
  font-style: italic;
  font-size: 22px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

/* Layout Elements */

body.grid-1 {
  padding-bottom: 0;
  background-color: #fff;
}

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 {
  margin-right: 0;
  border-width: 0;
  border-color: #ce0f0f;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
}

body > .row.travel-impressions {
  padding-bottom: 40px;
}

body > .row > [class*='coffee-span-']#column-1 {
  background-color: #1c324c;
}

div.responsive-picture.travel-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 330px;
  width: 100%;
  box-shadow: #777 2px 2px 5px 4px;
  opacity: 1;
}

div.responsive-picture.hero-image {
  float: left;
  margin-top: 0;
  padding-right: 0;
  max-width: none;
  width: 100%;
  box-shadow: none;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

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.hero-image > picture {
  margin: -20px 0 0 -38px;
}

@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;
  }
}