/* BASE TYPOGRPHY */

/* These are the default styles for the Simple theme */
body {
  font-family: Arial;
}
body a { text-decoration: none; } /* this removes the underline from all links */
body a:link { -webkit-tap-highlight-color: rgba(22, 111, 69, 0.45) } /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */

.f2 {
    font-size: 2.25rem;
}

.f3 {
    font-size: 1.5rem;
}

.f4 {
    font-size: 1.25rem;
}

.measure {
    max-width: 30em;
}

.lh-title {
    line-height: 1.3;
}

.lh-copy {
    line-height: 1.6;
}

.black-50 {
    color: rgba(0, 0, 0, .5);
}

.b {
    font-weight: bold;
}

.normal { font-weight: normal; }

.bt { border-top-style: solid; border-top-width: 1px; }

.b--black-50 {
    border-color: rgba(0, 0, 0, .5);
}

.dim {
  opacity: 0.5;
}

.pt1 {
  padding-top: 1rem;
}

.sh-hidden {
  text-indent: -99999px;
}

.lh-title {
    margin-bottom: 0.85rem;
    margin-top: 0.85rem;

    color: #166f45;
}
