/* Text Elements */

h1.heading-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

h1.heading-1 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
}

p.paragraph.paragraph-1 {
  margin-top: 0;
  color: #fff;
  text-align: left;
  text-shadow: none;
  font-weight: 400;
  font-size: 18px;
}

/* Layout Elements */

body > .row.row-1 {
  max-width: none;
  width: auto;
}

body > .row > [class*='coffee-span-'].column-2 {
  background-color: #12480e;
}

body > .row > [class*='coffee-span-'].column-3 {
  float: left;
  clear: none;
  min-height: 2164px;
  background-color: transparent;
  background-image: url('../logo-label-2b.jpg');
  background-position: center center;
  background-size: cover;
  box-shadow: none;
}

body.grid-1 {
  background-color: transparent;
  background-image: url('../wood-darker.jpg');
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

body > .row > [class*='coffee-span-'].column-4 {
  margin-top: 7px;
  margin-left: 17%;
  border-width: 0;
  border-style: solid;
  border-top-left-radius: 0 0;
  border-top-right-radius: 0 0;
  border-bottom-right-radius: 0 0;
  border-bottom-left-radius: 0 0;
  background-color: transparent;
}

div.responsive-picture.picture-1 {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  max-width: 369px;
  border: 7px solid #fff;
  border-top-left-radius: 36px 36px;
  border-top-right-radius: 36px 36px;
  border-bottom-right-radius: 36px 36px;
  border-bottom-left-radius: 36px 36px;
}

@media screen and (max-width: 2617px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 1206px;
  }
}

@media screen and (max-width: 2005px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 923px;
  }
}

@media screen and (max-width: 1555px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 856px;
  }
}

@media screen and (max-width: 1387px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 692px;
  }
}

@media screen and (max-width: 1225px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 613px;
  }
}

@media screen and (max-width: 1040px) {
  /* Text Elements */

  p.paragraph.paragraph-1 {
    margin-top: 14px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 495px;
  }
}

@media screen and (max-width: 833px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    margin-left: 4%;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 380px;
  }
}

@media screen and (max-width: 639px) {
  /* Text Elements */

  h1.heading-2 {
    font-size: 15px;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 273px;
  }
}

@media screen and (max-width: 451px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-3 {
    min-height: 190px;
  }
}

@media screen and (max-width: 308px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    margin-left: 4%;
  }

  body > .row > [class*='coffee-span-'].column-5 {
    margin-left: 4%;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    margin-left: 4%;
    box-shadow: none;
  }
}