/* Text Elements */

span.text-element.text-2 {
  color: #ff0;
  text-align: center;
  font-size: 14px;
}

span.text-element.text-4 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.5;
}

span.text-element.text-1 {
  color: #fff;
  font-weight: 700;
}

span.text-element.text-3 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}

/* Layout Elements */

body > .row.row-2 {
  max-width: 960px;
}

body > .row.row-3 {
  max-width: 960px;
}

body > .row.row-5 {
  max-width: 960px;
}

body > .row.row-6 {
  max-width: 960px;
}

body > .row > [class*='coffee-span-'].column-2 {
  float: none;
}

body > .row > [class*='coffee-span-'].column-3 {
  float: none;
  background-color: #f00;
}

body > .row.row-7 {
  max-width: 960px;
}

body > .row > [class*='coffee-span-'].column-1 {
  background-color: #f22c2c;
}

body > .row > [class*='coffee-span-'].column-4 {
  background-color: #f00;
}

body > .row > [class*='coffee-span-'].column-5 {
  background-color: #f00;
}

body > .row > [class*='coffee-span-'].column-6 {
  background-color: #f00;
}

body > .row > [class*='coffee-span-'].column-7 {
  background-color: #f00;
}

body > .row > [class*='coffee-span-'].column-8 {
  background-color: #f00;
}

img.logo.logo-1 {
  max-width: 750px;
}