/* Text Elements */

h1.page-title {
  margin-top: -9px;
  margin-bottom: 20px;
  margin-left: 0;
  color: #313bff;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}

h1 span.small-text {
  font-size: 18px;
}

h2.page-title {
  color: #fff;
  text-align: left;
  font-size: 60px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h2.section-title {
  color: #313bff;
  text-align: left;
  font-size: 60px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h4.sub-title {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 31px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

h4 span.small-text {
  font-size: 14px;
}

p.paragraph.action-paragraph {
  color: #000;
  font-size: 23px;
}

p.paragraph span.bold {
  font-weight: 700;
}

p.paragraph a.inline-link {
  color: #18191a;
  text-decoration: underline;
}

p.paragraph span.blue.bold {
  color: #313bff;
}

p.paragraph a.bluelink.inline-link {
  color: #313bff;
}

p.paragraph span.paragraph-text-1 {
  color: #313bff;
}

p.paragraph.blue-text {
  color: #313bff;
  text-align: left;
  font-size: 30px;
}

p.paragraph span.underline {
  text-decoration: underline;
}

p.paragraph.captain {
  position: relative;
  margin-top: 40px;
  margin-bottom: -162px;
  margin-left: 8%;
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  line-height: 1.2;
}

p.paragraph.blue-text-left {
  color: #313bff;
  text-align: left;
  font-size: 30px;
}

p.paragraph.black-text {
  color: #000;
  text-align: left;
  font-size: 24px;
}

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: #262626;
  font-family: 'Montserrat', sans-serif;
}

a.link-button.action-button {
  background-color: #242424;
  font-style: italic;
  font-size: 22px;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

a.link-button.nav:hover {
  color: #61a3c9;
}

/* Layout Elements */

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: 40px;
  padding-bottom: 15px;
}

body > .row > [class*='coffee-span-'].centered-content {
  border-top-width: 1px;
  border-right-width: 1px;
  border-left-width: 1px;
  text-align: center;
}

body > .row {
  max-width: 960px;
}

body.main-grid {
  padding-bottom: 0;
  background-color: #cec18c;
}

div.responsive-picture.travel-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 500px;
  max-height: none;
}

div.responsive-picture.hero-image {
  margin-top: 0;
  max-width: none;
  box-shadow: 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.logo {
  position: relative;
  left: -34px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 0;
  max-width: 250px;
  max-height: 600px;
}

div.responsive-picture.rates-image {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  box-shadow: none;
}

div.responsive-picture.center-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 372px;
}

div.responsive-picture.right-image {
  float: right;
  margin-left: 2%;
  max-width: 375px;
}

@media screen and (max-width: 721px) {
  /* Text Elements */

  h2.section-title {
    font-size: 40px;
  }

  p.paragraph.captain {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    font-size: 38px;
  }

  p.paragraph.blue-text-left {
    text-align: left;
    font-size: 18px;
  }

  p.paragraph.black-text {
    text-align: left;
    font-size: 18px;
  }

  p.paragraph.blue-text {
    font-size: 30px;
  }

  div.responsive-picture.right-image {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  .row > [class*='coffee-span-'] > .container.image-container {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 419px) {
  /* Text Elements */

  h1.page-title {
    margin-top: -24px;
    margin-right: 0;
    margin-left: 3%;
  }

  h2.section-title {
    font-weight: 700;
    font-size: 40px;
  }

  h4.sub-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  h4 span.heading-text-1 {
    font-size: 18px;
  }

  p.paragraph.blue-text {
    font-size: 20px;
  }

  /* Interaction Elements */

  a.link-button.nav {
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0;
    width: 33.33%;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].centered-content {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
  }

  a.responsive-picture.logo {
    left: 2px;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 297px) {
  /* Text Elements */

  h2.section-title {
    font-size: 24px;
  }

  h2.page-title {
    font-size: 37px;
  }

  h4.sub-title {
    font-size: 20px;
  }

  p.paragraph a.bluelink.inline-link {
    font-size: 14px;
  }

  p.paragraph.blue-text {
    font-size: 18px;
  }

  /* Interaction Elements */

  a.link-button.nav {
    width: 50%;
  }

  /* Layout Elements */

  body > .row.footer-row {
    margin-top: 0;
    padding-bottom: 0;
  }

  body > .row > [class*='coffee-span-'].centered-content {
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display:         flex;

    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-items: center;
       -moz-align-items: center;
        -ms-align-items: center;
         -o-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-justify-content: center;
        -ms-justify-content: center;
         -o-justify-content: center;
            justify-content: center;
  }

  a.responsive-picture.logo {
    left: -21px;
  }
}