/* Text Elements */

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

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

h2.heading-2 {
  background-color: #e6e6f0;
  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 {
  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.paragraph-3 {
  text-align: center;
}

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

/* 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;
  background-color: #656deb;
}

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-2 {
  display: table;
}

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-2 {
  background-color: #232323;
}

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

div.responsive-picture.picture-1 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-left: 3px;
  max-width: 69px;
}

div.responsive-picture.picture-2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 14px;
  padding-right: 9px;
  max-width: 75px;
}

.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-4 {
  float: left;
  margin-left: 2%;
}

a.responsive-picture.picture-link-2 {
  float: none;
}

.row > [class*='coffee-span-'] .html-element.html-element-3 {
  float: none;
  padding-top: 3px;
}

@media screen and (max-width: 2018px) {
  /* Interaction Elements */

  a.link-button.nav {
    -webkit-transition-property: all;
       -moz-transition-property: all;
        -ms-transition-property: all;
         -o-transition-property: all;
            transition-property: all;
  }

  div.responsive-picture.picture-3 {
    max-width: 275px;
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    border-bottom-left-radius: 30px 30px;
  }

  div.responsive-picture.picture-5 {
    max-width: 330px;
    max-height: 600px;
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
    border-bottom-left-radius: 30px 30px;
  }

  a.responsive-picture.picture-link-1 {
    max-width: 275px;
  }
}

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

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

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