#athena-jumbotron h2.header-text {
    color: #fff;
    font-size: 25px;
    background-color: #1E7336;
  opacity:.8;
}
#athena-logo img {
    max-height: 83px;
    padding: 10px 0;
    width: 306px;
}


ul.athena-nav > li.menu-item a {
    font-weight: 600;
    letter-spacing: 2px;
    margin-right: 0;
    padding-bottom: 7px;
    transition: all 0.2s ease-in-out 0s;
    color: #1E7336;
}


#athena-header.frontpage .header-inner {
    background: #fff none repeat scroll 0 0;
    height: 85px;
    opacity: .8;
}
#athena-header.frontpage.sticky .header-inner #athena-logo img {max-height: 55px;max-width: 200px;}

#athena-header .header-inner {
    background: #fff none repeat scroll 0 0;
    height: 85px;
}

.widget-title {text-align:left;margin-left: 40px;}

#athena-header.frontpage.sticky .header-inner {
    height: 50px;
    background: #fff;
  opacity: 1;
  display: none;
}

ul.athena-nav > li.menu-item a:hover {
    color: #A3E176;
}
ul.athena-nav ul li.menu-item a {
    text-align: left;
    color: #fff;
}
.athena-copyright {
    font-family: arial;
    font-size: 12px;
    padding: 10px 0;
}