/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */
.header-logo {
    bottom: 5px;
}

.header-logo img{
    height:102px;
}
.hero-unit {
    background: #27313b url(../images/hero1.jpg) 50% 0 no-repeat;
    background-size: cover;
}


.header__top-bar-inner {

    background-color: rgba(0, 99, 44, 1);
}

.header__primary {
    background-color: rgba(0, 71, 32, 1);
}

.header__primary-inner {
    background-color: rgba(0, 71, 32, 1);
}

.header__top-bar.clearfix {

    background-color: rgba(0, 99, 44, 1);
}

.header--layout-1 .header__primary-inner::before {

    background-color: rgba(0, 71, 32, 1);

}

.header__primary::after {
    background-color: rgba(0, 71, 32, 1)!important;
}

.main-nav li.list-group-item {
    padding: 0;
    text-align: center;
    margin: 4px;
    background-color: #004720;
    color: white;
    border: 3px solid #012110;
    font-weight: bold;
}


@media (min-width: 992px)
{
    .nav-account .nav-account__item--logout > a {
        color: #41e867;
    }
}
