#page-wrapper h2 { 
    font-size: 28px;
    font-family: Merriweather;
    font-weight: 600;
    margin: 26px 0 18px 0;
}

#page-wrapper h3 {
    font-size: 20px;
    font-family: Merriweather;
    font-weight: 500;
    margin: 26px 0 12px 0;
}

#page-wrapper p{
    font-size: 18px;
    font-family: Droid Serif;
    font-weight: 400;
    margin: 12px 0;
    line-height: 30px;
    color: rgb(102, 102, 102);
}

#page-wrapper ul {
    list-style: disc;
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;
    color: rgb(102, 102, 102);
}

#page-wrapper ol {
    list-style: decimal;
    padding-left: 25px;
    font-size: 18px;
    line-height: 30px;
    color: rgb(102, 102, 102);
}