.absolute-header .site-header {
    background: rgba(0,0,0,0.7);
}
@media screen and (min-width: 75em){
.navigation-classic.absolute-header .main-navigation a {
    color: rgba(255,255,255,0.9)!important;
}
}
@media screen and (min-width: 64em){
.site-branding {
    margin: 0px auto 0px 20px!important;
}
}

p.site-description {
font-size:18px!important;
font-weigh:500!important;
    color: rgba(255,255,255,0.7)!important;

}