a {
    color: #34844c;
    border-color: #3a8250;
text-decoration:underline;
}

.site-title a{
text-decoration:none !important;
}

.site-branding {
    display: flex;
    align-items: center;
    height: 90px;
    float: right;
    width: 100%;
    justify-content: center;
}

.site-description {
    color: #3a8250;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    direction: ltr;
}

.main-navigation {
    float: left;
width:100%;
    max-width: 100% !important;
}

.inner-header-image .overlay {
    background: rgba(0, 0, 0, .2);
}