/* Text Elements */

p.paragraph.blog_content {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 10px 15px;
  width: 90%;
  background-color: #bdf9fc;
  color: #595959;
  font-size: 16px;
  font-family: 'Lucida Bright', Georgia, serif;
}

p.paragraph.blog_heading {
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 10px 15px;
  width: 90%;
  background-color: #bdf9fc;
  color: #595959;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Lucida Bright', Georgia, serif;
}

p.paragraph span.paragraph-text-1 {
  font-style: italic;
}

p.paragraph span.paragraph-text-2 {
  font-style: normal;
}

blockquote.blockquote-1 {
  color: #7ef7f3;
  text-align: left;
  font-weight: 700;
  font-size: 30px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

blockquote.PullQuote {
  color: #b0f7f5;
  font-weight: 700;
  font-size: 72px;
  font-family: 'Alice', serif;
}

blockquote.stepquote {
  color: #7ef7f3;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-family: Copperplate, 'Copperplate Gothic Light', fantasy;
}

/* Layout Elements */

body > .row > [class*='coffee-span-'] {
  background-color: #3b3b3b;
  background-image: url('../images/bg_img.png');
}

body > .row > [class*='coffee-span-'].footer {
  border-top: 2px solid #7deffa;
  text-align: center;
}

body > .row {
  max-width: none;
  background-color: transparent;
  background-image: url('../images/bg_img.png');
}

body > .row > [class*='coffee-span-'].column-1 {
  display: block;
  overflow: visible;
}

body > .row#Logo {
  background-image: url('../images/bg_img.png');
}

body > .row#MainContent {
  background-image: url('../images/bg_img.png');
}

body > .row.row-1 {
  max-width: none;
}

body > .row > [class*='coffee-span-'].column-2 {
  background-color: #bdf9fc;
  background-image: none;
}

a.glyph.font-icon-link-1 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: 10%;
  color: #7ee7f7;
}

span.glyph.font-icon-1 {
  margin-right: auto;
  margin-left: auto;
  width: 10%;
  color: #7cfafc;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  /* Text Elements */

  p.paragraph.blog_content {
    width: auto;
  }

  p.paragraph.blog_heading {
    width: auto;
  }

  p.paragraph span.paragraph-text-3 {
    font-style: italic;
  }

  p.paragraph span.paragraph-text-4 {
    font-style: italic;
  }

  blockquote.blockquote-1 {
    text-align: center;
  }

  blockquote.stepquote {
    text-align: center;
  }
}

@media screen and (max-width: 749px) {
  /* Text Elements */

  p.paragraph.blog_content {
    width: auto;
    font-size: 15px;
  }

  p.paragraph.blog_heading {
    width: auto;
  }

  blockquote.blockquote-1 {
    font-size: 24px;
  }

  blockquote.PullQuote {
    font-size: 64px;
  }

  blockquote.stepquote {
    font-size: 24px;
  }
}

@media screen and (max-width: 601px) {
  /* Text Elements */

  p.paragraph.blog_heading {
    font-size: 18px;
  }

  p.paragraph.blog_content {
    font-size: 14px;
  }

  blockquote.blockquote-1 {
    font-size: 18px;
  }

  blockquote.PullQuote {
    font-size: 48px;
  }

  blockquote.stepquote {
    font-size: 18px;
  }
}

@media screen and (max-width: 471px) {
  /* Text Elements */

  p.paragraph.blog_content {
    font-size: 13px;
  }

  blockquote.blockquote-1 {
    font-size: 14px;
  }

  blockquote.PullQuote {
    font-size: 24px;
  }

  blockquote.stepquote {
    font-size: 14px;
  }
}