/* 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;
}

@media screen and (min-width: 1008px) {
.site-content, .site-main .widecolumn {
    margin-left: 280px;
}
#secondary {
    width: 220px;
}
.site:before {
    width: 280px
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    margin-right: 0;
    max-width: 560px;
    padding-right: 14px
}
}