.button.small {
    padding: 9px 18px !important;
}

#hero h1 {
    font-size: 40px;
    line-height: 50px;
}
a {
    color: #4caf50;
}
#posts {
    max-width: 740px;
}
#posts h2 {
    line-height: 35px;
}
.fp-img { 
    max-height: 300px;
}
.message.focus {
    background: #4caf50
}
#top #top-nav-extra a:hover {
    background: #4caf50;
    color: #fff;
    text-decoration: none;
}
.button.outline {
    border-color: #4caf50;
    color: #4caf50;
}
.index hr {
    margin-bottom: 0;
}
.index {
    background: #fff;
    color: #4caf50;
}

.index :hover {
    background: #4caf50;
    color: #fff;
    transition: all linear 0.2s;
}

.blog-index {
    padding: 10px 0;
    color: #4caf50;
}

.widgets {
    background: #5a5a5a;
    padding: 40px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.widgets .widget-content {
    margin-left: 20px;
}

.widgets a {
    color: #7ec581;
    text-decoration: underline;
}

.widgets .posts {
    color: #f1f1f1;
}
.widgets h3 {
    text-decoration: underline;
    text-transform: uppercase;
    padding-top: 10px;
    color: #f1f1f1;
}

.img-thumbnail {
    float: left;
    max-height: 140px;
    margin-right: 20px;
}

.mytextwithicon {
    position:relative;
}    
.mytextwithicon:before {
    content: "\f054";
    font-family: FontAwesome;
    left:-21px;
    position:absolute;
    top:0;
 }

 div.tag-cloud {
    text-align: justify;
}

div.tag-cloud .size-1 {
    font-size: 0.7rem;
}

div.tag-cloud .size-2 {
    font-size: 1rem;
    line-height: 1rem;
}

div.tag-cloud .size-3 {
    font-size: 2rem;
    line-height: 2rem;
}

div.tag-cloud .size-4 {
    font-size: 3rem;
    line-height: 3rem;
}

div.tag-cloud .size-5 {
    font-size: 4rem;
    line-height: 4rem;
}