/* Text Elements */

h4 span.heading-text-1 {
  text-transform: none;
}

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;
}

/* Layout Elements */

body.grid-1 {
  padding-bottom: 0;
  background-color: #fff;
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, .5) 10%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-radial-gradient(rgba(255, 255, 255, .5) 10%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-radial-gradient(rgba(255, 255, 255, .5) 10%, rgba(29, 30, 33, .5) 100%);
  background-image:         radial-gradient(rgba(255, 255, 255, .5) 10%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: hard-light;
}

body > .row > [class*='coffee-span-'].footer-column {
  margin-top: -2px;
  min-height: 40px;
  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;
}

body > .row > [class*='coffee-span-'].column-2 {
  padding-right: 0;
  min-height: 10px;
  background-color: #005b89;
  box-shadow: rgba(114, 226, 231, .5) 5px 5px 10px 0 inset;
}

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;
  }
}