/* Text Elements */

h4.heading-1 {
  text-align: center;
}

h4 span.heading-text-2 {
  color: #ff0;
}

p.paragraph.paragraph-1 {
  margin: 0 0 3px;
  padding-bottom: 0;
  text-align: right;
}

p.paragraph.paragraph-2 {
  margin: 8px 0 0;
  padding-bottom: 0;
  text-align: right;
  text-transform: none;
}

p.paragraph span.paragraph-text-1 {
  color: #ff0;
  font-weight: 500;
  font-size: 27px;
}

p.paragraph span.paragraph-text-2 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

p.paragraph span.paragraph-text-3 {
  font-size: 16px;
}

p.paragraph span.paragraph-text-4 {
  color: #f8f4f4;
  font-size: 26px;
}

p.paragraph span.paragraph-text-5 {
  color: #f8f4f4;
  font-size: 46px;
  line-height: .8;
}

p.paragraph span.paragraph-text-6 {
  font-size: 32px;
}

p.paragraph.paragraph-3 {
  text-align: center;
  line-height: 1.35;
}

p.paragraph.paragraph-4 {
  text-align: center;
}

blockquote span.blockquote-text-6 {
  font-size: 18px;
}

blockquote span.blockquote-text-1 {
  font-size: 18px;
}

blockquote span.blockquote-text-2 {
  font-size: 18px;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  background-color: #960f13;
}

body > .row.row-1 {
  background-color: #960f13;
}

body > .row > [class*='coffee-span-'].column-3 {
  padding-right: 0;
  padding-left: 0;
}

body > .row > [class*='coffee-span-'].column-4 {
  background-color: #960f13;
}

a.responsive-picture.picture-link-1 {
  max-width: 285px;
}

div.responsive-picture.picture-1 {
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

@media screen and (max-width: 847px) {
  /* Text Elements */

  p.paragraph.paragraph-2 {
    margin-top: 0;
    padding-bottom: 0;
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    margin-bottom: 0;
    text-align: center;
  }

  p.paragraph span.paragraph-text-1 {
    font-size: 28px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-1 {
    display: block;
    float: none;
    clear: none;
    margin-right: 0;
    margin-left: 0;
    padding: 0 0 0 8px;
    max-height: none;
    height: auto;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    padding-right: 0;
  }

  a.responsive-picture.picture-link-1 {
    position: static;
    float: none;
    margin-right: auto;
    margin-left: auto;
    max-width: 285px;
    width: 100%;

    -webkit-align-self: center;
       -moz-align-self: center;
        -ms-align-self: center;
         -o-align-self: center;
            align-self: center;
  }

  a.responsive-picture.picture-link-1 > picture {
    margin: 0;
  }
}

@media screen and (max-width: 423px) {
  a.responsive-picture.picture-link-1 {
    margin-top: 7px;
    margin-bottom: 3px;
  }

  div.responsive-picture.picture-1 {
    max-width: none;
  }
}