/* Enter Your Custom CSS Here */
body{
  font-family: Helvetica, sans-serif!important;
}
h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  font-family: Arial, Helvetica, sans-serif!important;
}

html body a,html .widget-content ul li:before,html .main-menu > li > a {
    color: #1a8370;
}
body .wrapper .searchform .s:focus,body .footer .searchform .s:focus {
    background-color: #075e55;
}


body .credits p,body .credits a {
    color: #fff;
    font-family: Helvetica, sans-serif;
}
body .form-submit #submit {
    background: #075e55;
}
.single .post-meta {
    background-color: #053530;
}

.single .post-meta-container {
    background: #075e55 !important;
}

body .post-header .post-title a:hover {
    color: #075e55;
}
body .post-header .post-title a {
    color: #075e55;
}

body .bg-dark {
    background-color: #075e55;
}

body .main-menu > li > a{
  color: #083530;
}

body li.current_page_item a {
    color: white;
}


body .blog-description {
  margin: 10px 0 0 0;
}
.blog-title a {
  font-weight:bold;
}