/* Text Elements */

h1 span.heading-text-1 {
  color: #f2e6e6;
  font-weight: 800;
}

h1.heading-1 {
  text-align: center;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
  font-size: 14px;
}

p.paragraph span.paragraph-text-2 {
  font-style: italic;
}

p.paragraph.paragraph-1 {
  text-align: justify;
}

a.link-text.text-link-3 {
  text-align: center;
}

a.link-text span.text-link-text-3 {
  color: #ebeff5;
  font-weight: 700;
}

/* Interaction Elements */

a.link-button.button-link-1 {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
  text-transform: none;
}

/* Layout Elements */

body > .row.row-1 {
  background-color: #0e35cf;
}

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

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

body > .row.row-2 {
  display: block;
  background-color: #ffde0a;
}

body > .row.row-3 {
  background-color: #ffde0a;
}

body > .row.row-5 {
  background-color: #0e35cf;
}