/* Text Elements */

h1.heading-1 {
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-family: 'Ubuntu', sans-serif;
}

h5 span.heading-text-1 {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
}

h5.heading-2 {
  text-align: center;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  float: left;
  clear: both;
  background-color: transparent;
  background-image: -webkit-linear-gradient(-45deg, rgba(43, 128, 255, 1) 0%, rgba(0, 179, 87, 1) 100%);
  background-image:    -moz-linear-gradient(-45deg, rgba(43, 128, 255, 1) 0%, rgba(0, 179, 87, 1) 100%);
  background-image:     -ms-linear-gradient(-45deg, rgba(43, 128, 255, 1) 0%, rgba(0, 179, 87, 1) 100%);
  background-image:      -o-linear-gradient(-45deg, rgba(43, 128, 255, 1) 0%, rgba(0, 179, 87, 1) 100%);
  background-image:         linear-gradient(-45deg, rgba(43, 128, 255, 1) 0%, rgba(0, 179, 87, 1) 100%);
}

body > .row.row-1 {
  max-width: none;
  width: auto;
}

body.grid-1 {
  background-color: #2b80ff;
}

body > .row > [class*='coffee-span-'].column-2 {
  clear: none;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px 20px 30px;
  max-height: none;
  border-width: 10px;
  border-top-left-radius: 10px 10px;
  border-top-right-radius: 10px 10px;
  border-bottom-right-radius: 10px 10px;
  border-bottom-left-radius: 10px 10px;
  background-color: #fff;
}

body > .row.row-2 {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

div.responsive-picture.picture-1 {
  float: none;
  margin-right: auto;
  margin-left: auto;
  min-width: 80px;
  max-width: 200px;
}

a.responsive-picture.picture-link-1 {
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
}

li.list-pex {
  padding-bottom: 10px;
  font-family: 'Ubuntu', sans-serif;
}

li span.list-item-text-1 {
  letter-spacing: 0;
}