/* Text Elements */

h3 span.heading-text-2 {
  color: #6e6b6b;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-4 {
  font-weight: 700;
  font-size: 1.125rem;
}

/* Layout Elements */

body > .row.row-1 {
  min-height: 50px;
  height: 50px;
}

body > .row > [class*='small-'].column-2 {
  height: 60px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h3.heading-1 {
    font-weight: 800;
    font-size: 42px;
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  h3 span.heading-text-1 {
    font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  }

  h3.heading-2 {
    margin-bottom: .5rem;
    padding-right: 0;
    max-width: none;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    min-height: 60px;
  }
}