/* URL color */
a {
    color: #006633;
    text-decoration: underline;
}

/*Body Font Style*/
body {
    background-color: #f4f4f4;
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    overflow-x: hidden;
}

/*Post Title Font Size*/
.entry-title {
    font-size: 26px;
}

/*Hero page header text size*/
.hero-page-title h1, .hero-page-title .entry-title {
    color: #fff;
    font-size: 50px;
}

/*Footer widget background color*/

.footer-cta .widget {
    background-color: #222;
}

/*Homepage Widget width*/
.flexible-widgets.widget-fourths .widget {
    margin-left: 0%;
    width: 100%;
}

/*Post header paragraph font size*/
.single .content .entry-content > p:first-of-type {
    font-size: 17px;
    letter-spacing: -0.7px;
}

/*Blockquote font and font size*/
blockquote {
    font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
}

/*Category color*/
.entry-meta a {
    color: #006633;
    text-decoration: none;
}

/*Category font size*/
p.entry-meta {
    color: #767676;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}