/* Enter Your Custom CSS Here */

body {
    background-color: #d1e1ad;
}

.home .entry-header .entry-title
{
  display:none;
}

.home .entry-content p
{
    margin: 0 0 0.714286rem;
    line-height: 20px;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul
{
border-bottom: 1px solid #7b9d00;
    border-top: 3px solid #7b9d00;
}

.home .site-content
{
  margin-top:0px;
}

footer[role="contentinfo"] a:hover {
    color: #008000;
}

footer[role="contentinfo"] a {
    color: #008000;
}

a {
    outline: none;
    color: #008000;
}

.entry-content a:visited, .comment-content a:visited {
    color: #008000;
}