/* Text Elements */

h1 span.heading-text-1 {
  font-size: 23px;
}

h1.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  text-align: center;
  font-size: 31px;
  line-height: 1.12;
}

h1.heading-3 {
  background-color: #3024f2;
  color: #08090b;
  text-align: center;
}

h1.page-title {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 2px;
  color: #3024f2;
  text-align: center;
  font-weight: 600;
  font-size: 43px;
  font-family: 'Montserrat', sans-serif;
}

h1 span.title {
  font-weight: 600;
  font-style: italic;
  font-size: 63px;
  font-family: Garamond, Baskerville, 'Baskerville Old Face', 'Hoefler Text', 'Times New Roman', serif;
}

h1 span.heading-text-3 {
  font-size: 40px;
}

h2 span.heading-text-2 {
  color: #020305;
  font-weight: 400;
}

h2.heading-2 {
  background-color: #3024f2;
  color: #31363a;
  text-align: center;
}

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

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

p.paragraph.action-paragraph {
  margin-top: -40px;
  padding-top: 48px;
  color: rgba(30, 30, 30, .8);
}

p.paragraph span.paragraph-text-1 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p.paragraph.paragraph-1 {
  display: inline-block;
}

p.paragraph.paragraph-2 {
  font-size: 12px;
}

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

p.paragraph.paragraph-3 {
  float: left;
}

p.paragraph span.paragraph-text-3 {
  color: #ee0f0f;
  font-weight: 800;
}

p.paragraph.paragraph-4 {
  white-space: pre-line;
}

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

a.link-text.text-link-1 {
  display: inline-block;
  margin: 0;
  padding-top: 0;
  padding-bottom: 2px;
  font-size: 23px;
}

a.link-text.text-link-2 {
  font-size: 23px;
}

a.link-text.text-link-3 {
  font-size: 23px;
}

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

/* Common Elements */

div.rule.rule-1 {
  padding-top: 0;
  padding-bottom: 1px;
}

address.address-1 p {
  font-size: 21px;
}

address.address-1 a {
  font-size: 21px;
}

address.address-1 {
  margin-top: 12px;
}

/* Interaction Elements */

a.link-button.nav {
  margin-top: 9px;
  margin-bottom: 9px;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

a.link-button.button-link-1 {
  background-color: #14a839;
}

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

/* Layout Elements */

body.grid-1 {
  padding-bottom: 0;
  background-color: #e0e0e0;
}

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

body > .row > [class*='coffee-span-'].footer-column {
  padding-right: 10px;
  border-top-left-radius: 30px 30px;
  border-top-right-radius: 30px 30px;
  border-bottom-right-radius: 30px 30px;
  border-bottom-left-radius: 30px 30px;
  background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 33, 1) 100%);
  background-image:    -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 33, 1) 100%);
  background-image:     -ms-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 33, 1) 100%);
  background-image:      -o-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 33, 1) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(29, 30, 33, 1) 100%);
  text-align: center;
}

body > .row > [class*='coffee-span-'].hero-column {
  padding-right: 0;
  padding-left: 0;
  border-bottom-width: 10px;
  border-bottom-style: double;
  background-color: #e3e3e3;
}

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

body > .row > [class*='coffee-span-'].centered-content {
  min-height: 46px;
  max-height: none;
  text-align: center;
}

body > .row.travel-impressions {
  padding-bottom: 1px;
}

body > .row > [class*='coffee-span-'].column-1 {
  padding-right: 14px;
  min-height: 40px;
}

body > .row > [class*='coffee-span-'].column-3 {
  min-height: 27px;
}

body > .row.row-1 {
  max-height: 579px;
}

body > .row > [class*='coffee-span-'].column-4 {
  display: -webkit-flex;
  display:    -moz-flex;
  display:     -ms-flex;
  display:      -o-flex;
  display:         flex;
  float: left;
}

body > .row > [class*='coffee-span-'].column-5 {
  min-height: 33px;
}

body > .row.row-3 {
  background-color: #bbb;
}

body > .row > [class*='coffee-span-'].column-7 {
  float: none;
  margin-top: 69px;
  margin-left: 12%;
  border-width: 1px;
  border-style: solid;
}

body > .row.row-4 {
  background-color: #b2b5b8;
}

div.responsive-picture.travel-image {
  margin-right: auto;
  margin-bottom: 7px;
  margin-left: auto;
  padding-top: 2px;
  padding-bottom: 1px;
  max-width: 330px;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
}

div.responsive-picture.hero-image {
  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;
}

a.responsive-picture.picture-link-1 {
  max-width: 330px;
  border-top-left-radius: 20px 20px;
  border-top-right-radius: 20px 20px;
  border-bottom-right-radius: 20px 20px;
  border-bottom-left-radius: 20px 20px;
}

.row > [class*='coffee-span-'] .html-element.html-element-1 {
  -webkit-align-self: auto;
     -moz-align-self: auto;
      -ms-align-self: auto;
       -o-align-self: auto;
          align-self: auto;
}

.row > [class*='coffee-span-'] .html-element.html-element-2 {
  -webkit-align-self: auto;
     -moz-align-self: auto;
      -ms-align-self: auto;
       -o-align-self: auto;
          align-self: auto;
}

div.responsive-picture.picture-3 {
  float: left;
  margin-left: 2%;
}

div.responsive-picture.picture-4 {
  float: left;
  margin-left: 2%;
}

div.responsive-picture.picture-6 {
  float: left;
  margin-left: 2%;
  padding-left: 0;
  background-clip: content-box;
}

div.responsive-picture.picture-7 {
  position: relative;
  right: -2px;
  bottom: auto;
  left: 1px;
  float: left;
  margin-left: 1%;
}

div.responsive-picture.picture-5 {
  display: inline-block;
  max-width: 117px;
}

div.responsive-picture.picture-8 {
  position: relative;
  right: -102px;
  display: inline-block;
  margin-right: 12%;
}

div.responsive-picture.picture-1 {
  float: none;
}

div.responsive-picture.picture-2 {
  margin-left: 0;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
}

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

  h1 span.heading-text-3 {
    color: #292b2d;
  }

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

  h6.travel-heading {
    text-align: left;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-7 {
    margin-top: 91px;
    max-height: 600px;
    height: 100%;
  }

  body > .row.row-2 {
    background-color: transparent;
  }

  div.responsive-picture.picture-8 {
    position: static;
    clear: none;
  }
}

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

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

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-7 {
    margin-top: 156px;
    background-clip: content-box;
  }
}

@media screen and (max-width: 329px) {
  /* 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;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-7 {
    margin-top: 207px;
  }
}