/* Text Elements */

h5.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 0;
  border-width: 0;
  border-style: none;
  color: #a65b11;
  text-align: center;
  font-weight: 700;
  font-size: 27px;
}

span.text-element.text-1 {
  color: #a65a12;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Arial Narrow', Arial, sans-serif;
}

a.link-text.text-link-1 {
  padding-top: 9px;
  padding-right: 0;
  padding-bottom: 9px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  border: 0 double #ed411f;
}

body > .row > [class*='coffee-span-'].column-2 {
  border-width: 3px;
  border-color: #ed411f;
}

body > .row > [class*='coffee-span-'].column-3 {
  border: 2px solid #eb3f21;
}

body > .row > [class*='coffee-span-'].column-4 {
  border: 2px groove #eb3f21;
}

@media screen and (max-width: 534px) {
}

@media screen and (max-width: 501px) {
}

@media screen and (max-width: 406px) {
}

@media screen and (max-width: 333px) {
}

@media screen and (max-width: 323px) {
  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-4 {
    float: left;
    padding-right: 4px;
    padding-left: 4px;
    min-height: 50px;
  }
}

@media screen and (max-width: 312px) {
}

@media screen and (max-width: 264px) {
  /* Text Elements */

  span.text-element.text-1 {
    font-size: 16px;
  }
}

@media screen and (max-width: 255px) {
}