/* Enter Your Custom CSS Here */

/*top bar color*/
#topbar, #topbar-social {
    background-color: #008000;
    color: #fff;
}

/*menus*/
.primary-navigation {
    font-family:  "Arimo", Georgia, Serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
}

/*posts*/
h1, h2, h3, h4, h5, h6 {
    margin: 16px 0;
    font-family:  "Arimo", Georgia, Serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
}
