/* Text Elements */

h1.heading-1 {
  margin-top: 40px;
  color: #000;
  text-align: center;
  text-indent: 0;
  font-weight: 700;
  font-size: 35px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h3.heading-2 {
  width: 100%;
  background-color: #f78df4;
  color: #fafafa;
  text-align: center;
  font-weight: 700;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

p.paragraph.paragraph-1 {
  text-align: justify;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

span.text-element.text-1 {
  text-align: center;
}

span.text-element.text-2 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

span.text-element.text-3 {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  text-align: justify;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

span.text-element.text-4 {
  text-align: center;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

span.text-element.text-5 {
  margin-right: 2%;
  margin-left: 2%;
  font-size: 16px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

a.link-text.text-link-1 {
  color: #000;
  text-align: center;
  font-size: 11px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

/* Image Elements */

img.image-1-1.image-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

img.image-1-1.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

img.image-1-1.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
}

img.image-2-1.image-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

img.image-2-1.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  margin-top: 0;
  margin-bottom: 3px;
  min-height: 20px;
}

body > .row.row-1 {
  max-width: none;
  background-color: #f593f5;
}

body > .row.row-2 {
  max-width: none;
  background-color: #fff;
}

body > .row.row-3 {
  margin-top: 5px;
}

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

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

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

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

body > .row > [class*='coffee-span-'].column-5 {
  margin-right: auto;
  margin-left: auto;
}

img.logo.logo-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100px;
}

@media screen and (max-width: 617px) {
  /* Text Elements */

  h1.heading-1 {
    margin-top: 7px;
  }
}

@media screen and (max-width: 300px) {
}