﻿/*  At some point we hired a designer who didn't know what they were doing.  So we ended up with these. akittredge February 2019*/

h1 {
    font-family: 'Tinos', serif;
    font-size: 23pt;
    font-weight: normal;
    line-height: 27pt;
    color: black;
    margin: 15px 0 0 0;
}

h2 {
    font-family: "Helvetica";
    font-size: 14pt;
    font-weight: normal;
    line-height: 14pt;
    color: black;
    border-top: 1px solid #b6b6b6;
    padding-top: 25px;
}

h3 {
    font-family: 'Lucida Sans Typewriter';
    text-transform: uppercase;
    font-weight: normal;
    color: #979797;
    font-size: 14pt;
    letter-spacing: 2px;
}

h4 {
    text-transform: uppercase;
    font-weight: normal;
    color: #836f39;
    font-size: 7pt;
    letter-spacing: 1px;
    margin: 18px 0 3px 0;
}

h5 {
    font-family: 'Tinos', serif;
    font-size: 14pt;
    font-weight: normal;
    line-height: 16pt;
    color: black;
    margin: 20px 0 20px 0;
}

/* from alex */
h6 {
    font-family: 'Tinos', serif;
    font-size: 20pt;
    font-weight: bold;
    color: #977619;
}
