/* Text Elements */

h1.heading-2 {
  text-align: center;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

h3.heading-1 {
  margin-top: 25px;
  text-align: center;
  font-size: 40px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

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

p.paragraph.paragraph-2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #1e1e1e;
  text-align: justify;
  font-size: 14px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

a.link-text.text-link-1 {
  margin-top: 2px;
  margin-bottom: 2px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

a.link-text span.text-link-text-1 {
  color: #fff;
}

a.link-text.text-link-2 {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  background-color: #f00;
  color: #fffcff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

a.link-text.text-link-3 {
  text-align: center;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

a.link-text.text-link-4 {
  margin-left: 35px;
  color: #fff;
  font-size: 12px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

a.link-text.text-link-5 {
  margin-right: 35px;
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

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

/* Image Elements */

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

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

/* Layout Elements */

body > .row > [class*='coffee-span-'].column-1 {
  min-height: 20px;
  background-color: #f00;
}

body > .row.row-1 {
  max-width: 1200px;
}

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

body > .row.row-3 {
  max-width: none;
  background-color: #f00;
}

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

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

body > .row.row-5 {
  max-width: 1200px;
}

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

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

body > .row > [class*='coffee-span-'].column-5 {
  min-height: 20px;
  background-color: #f00;
}

body > .row > [class*='coffee-span-'].column-6 {
  min-height: 20px;
  background-color: #f00;
}

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

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

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

img.logo.logo-1 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

  h3.heading-1 {
    margin-top: 5px;
  }

  a.link-text.text-link-5 {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    margin-right: 0px;
  }
  a.link-text.text-link-7 {
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
  }

  a.link-text.text-link-4 {
   margin-left: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
  }

  img.logo.logo-1 {
    margin-bottom: 7px;
  }
}

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

@media screen and (max-width: 460px) {
  /* Image Elements */

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

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