.site-header .site-branding .site-title a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0px 0px  8px gray;
    font-size: 70px;
    font-family: helvetica, sans-serif; 
}
.main-navigation {
    border-top: none;
    padding: 0;
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to right, green, greenyellow,springgreen);
    box-shadow: 0px -3px 12px gray;
   }
.page .hentry, .single .hentry {
    padding: 65px;
    background: #fff;
    border: none;
    margin-bottom: 40px;
    box-shadow: 0 1px 2px rgba(189, 184, 184, 0.1);
}
.site-footer .footer-widgets {
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 45px 0 20px;
    box-shadow: 0px -3px 12px gray;
}