body {    color: #5e5e5e;}


a{
  color: #1ab603;
}

.btn-primary {
  color: #fff;
  background-color: #1ece04;
  border-color: #1ece04;
}

h1, h3, h5 { color: #000;}
h2, h4, h6 { color: #1ab603;}

h1, .title {font-size:2em; margin-bottom:0.7em}

main h2 {font-size:1.5em; margin:1em 0 0.5em}

main h3 {font-size:1.3em;}

.thumbnail .caption {
    color: #5e5e5e;
}


aside .panel-primary > .panel-heading {
  color: #fff;
  background-color: #1ece04;
  border-color: #fff;
}


#box-custom-footer h4 {text-transform:uppercase; margin-left:20px; color:#c7c7c7;}
footer p.copyright {text-align:right; margin-top:15px!important;}


