/* Text Elements */

h4.sub-title {
  margin-top: 49px;
  margin-bottom: 60px;
  color: #2a617d;
  text-align: center;
  text-transform: lowercase;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
}

h4 span.heading-text-2 {
  text-transform: capitalize;
}

h4 span.heading-text-1 {
  text-transform: none;
}

h4 span.heading-text-3 {
  text-transform: uppercase;
}

h4 span.heading-text-4 {
  text-transform: uppercase;
}

/* Layout Elements */

body.grid-1 {
  padding-bottom: 0;
  background-color: #fff;
}

body > .row > [class*='coffee-span-'].footer-column {
  margin-top: -2px;
  background-color: #13527d;
  text-align: center;
}

body > .row > [class*='coffee-span-'].hero-column {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-1 {
  margin-top: -3px;
}

div.responsive-picture.hero-image {
  margin-top: 0;
  max-width: none;
}

@media screen and (max-width: 913px) {
  /* Text Elements */

  h4.sub-title {
    font-size: 20px;
  }
}

@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;
  }
}