/* Text Elements */

p.paragraph span.paragraph-text-1 {
  font-size: 18px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph span.paragraph-text-2 {
  color: #0a780a;
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  color: #0a0af0;
  font-weight: 700;
  font-size: 28px;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

a.link-text span.text-link-text-1 {
  color: #0a780a;
  font-size: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

a.link-text span.text-link-text-2 {
  font-weight: 700;
}

a.link-text span.text-link-text-3 {
  color: #0a0af0;
}

a.link-text span.text-link-text-4 {
  color: #0a780a;
  font-weight: 700;
}

a.link-text.text-link-1 {
  text-align: justify;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-4 {
  background-clip: content-box;
}

body > .row > [class*='coffee-span-'].column-2 {
  float: right;
}

.row > [class*='coffee-span-'] .html-element.home {
  float: right;
  width: auto;
}

a.responsive-picture.picture-link-1 {
  max-width: none;
}

a.responsive-picture.picture-link-2 {
  max-width: none;
}