Hi Kathryn
Thanks for your answer, I’m already working with a child theme and I managed to achieve partially what I wanted by adding the following to style.css – I broke responsiveness though which I’ll have to fix yet.
#branding {
position: relative;
border: 0px; /* solid #c0c0c0;*/
padding-bottom: 0px;
}
#branding hgroup {
position: absolute;
bottom: -20px;
text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
z-index:1;
padding-bottom: 0px;
}
#branding hgroup h1 {
font-size: 400%;
font-weight: 500;
color: #ffffff;
}
#branding hgroup h2 {
font-size: 150%;
color: #ffffff;
}
You can find my site here: https://dyi.li/3SP
Thanks for your help ??