/* this is a general typography style guide */

h1 {
    font-weight: 200;
    font-size: 42px;
    letter-spacing: 0.025em;
    text-transform: capitalize;
    color: #666;
    padding-bottom: 30px;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
}

h2 {
    font-weight: 600;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: .075em;
    line-height: 30px;
}

h3 {
    font-weight: 300;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: .1em;
    margin-bottom: 20px;
}

h4 {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .025em;
    padding: 5px 0;
}

p {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .1em;
    padding-bottom: 10px;
}

.content ul {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: .14em;
/* padding: 0 0 5px 10px; */
    border-left: 1px solid black;
    margin-left: 20px;

}
.content li:before {
    content: "\00a0\00a0";
    text-decoration: line-through;
    padding-right: 5px;
}