/* Text Elements */

p.paragraph {
  color: #5e5955;
  text-align: left;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
}

p.paragraph.paragraph-1 {
  color: #fc0711;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  font-family: 'Cantora One', sans-serif;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'] {
  min-height: 20px;
}

body > .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

div.responsive-picture.picture-1 {
  max-width: none;
}

div.responsive-picture.picture-2 {
  max-width: none;
}