/* Text Elements */

h1.heading-1 {
  font-size: 27px;
  font-family: 'Franklin Gothic Medium', 'Franklin Gothic', 'ITC Franklin Gothic', Arial, sans-serif;
}

h1.heading-2 {
  font-size: 27px;
  font-family: Futura, 'Trebuchet MS', Arial, sans-serif;
}

h2{
  font-size: 16px;
  font-family: Garamond, 'Trebuchet MS', Arial, sans-serif;
  font-style:italic;
  color: blue;
}

h3{
  font-size: 16px;
  font-family: Garamond, 'Trebuchet MS', Arial, sans-serif;
  color: blue;
}

/* Image Elements */

img.image-4-3.image-1 {
  max-width: none;
}

a.link-image-4-3.image-link-1 {
  max-width: none;
  width: 100%;
}

a.link-image-4-3.image-link-1 img {
  max-width: none;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  display: block;
  padding-right: 9px;
  padding-left: 8px;
  background-color: ;
}

body > .row > [class*='coffee-span-'].column-2 {
  background-color: ;
}

body {
  background-color: #cccccc;
}