/* Text Elements */

h1.page-title {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(203, 255, 251, .8);
  color: #383a3d;
  text-align: center;
  font-weight: 600;
  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;
}

h6 span.heading-text-1 {
  font-weight: 700;
  font-size: 23px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h6.heading-1 {
  text-align: center;
}

h6.heading-2 {
  text-align: center;
}

h6.heading-3 {
  text-align: center;
}

h6.heading-4 {
  text-align: center;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h6 span.heading-text-2 {
  font-weight: 700;
}

h6 span.heading-text-3 {
  font-weight: 700;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h6 span.heading-text-4 {
  font-weight: 700;
  font-style: normal;
}

h6 span.heading-text-5 {
  font-weight: 700;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h6 span.heading-text-6 {
  font-weight: 700;
  font-style: normal;
}

/* 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 {
  text-align: center;
}

body > .row.travel-impressions {
  padding-bottom: 40px;
  background-color: rgba(163, 216, 251, .8);
}

div.responsive-picture.travel-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 330px;
  max-height: 300px;

  -webkit-align-self: auto;
     -moz-align-self: auto;
      -ms-align-self: auto;
       -o-align-self: auto;
          align-self: auto;
}

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