.header{
color: white;
width: 100%;
height: 100vh;
background-image: url(https://sharedownershipweek.co.uk/wp-content/uploads/2025/06/do-it-for-the-future-header.webp);
background-position: center;
background-repeat: no-repeat;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.image-header{
width: 100%;
display: none;
position: absolute;
z-index: 0;
object-fit: cover;
height: 100% !important;
} 
.header:after{
content:"";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(78, 78, 78, 0.544);
}
.header-title-content{
max-width: 100% !important;
position: relative;
z-index: 2;
}
.header-highlight{
display: inline-block;
background-color: #0064f0;
transform: rotate(-5deg);
padding: 0px 10px;
}
h1{
font-family:  "Unbounded", sans-serif;
color: white;
font-size: 5vw ;
}
.sticker{
display: flex;
align-content: center;
display: inline-block;
width: 10vw;
height: 10vw;
background-color: var(--header-highlight);
font-size: 1vw;
border-radius: 50%;
padding: 1vw;
box-sizing: border-box;
text-align: center;
transform: rotate(-10deg);
}
.sticker-large-text{
font-size: 2em;
}
#bunting{
z-index: 2;
position: absolute;
top: -50px;
right: 0px;
width: 500px ;
height: 200px;
}
#bunting img{
width: 100% !important;
height: 100% !important;
max-width: none;
}
#menu-bar{
background-color: rgba(0, 0, 0, 0) !important;
box-shadow: none !important;
}
#header-nav ul li span, #header-nav ul li a{
color: white !important;
}
.header-buttons a{
height: 45px;
}
.header-buttons a button{
height: 100%;
}
.header-buttons button{
border-radius: 30px;
font-size: 1vw;
font-family:  "Unbounded", sans-serif;
text-transform: uppercase;
background-color: var(--header-highlight) !important;
font-weight: 700;
}
.content-section{
margin: 20px auto;
padding: 20px 0px;
}
.content-section:nth-child(even){
background-color: rgb(228, 228, 228);
} .header-buttons.buttons-group a:nth-child(2) button{
padding: 0;
}
.header-buttons.buttons-group a:nth-child(2) button img{
width: 25px;
height: auto;
}
.header-title-content p strong{
font-weight: 900;
}
.down-arrow {
display: block;
margin: 5% 0 0 0;
position: relative;
z-index: 11;
}
.down-arrow img{
width: 40px;
}
.header-title-content p{
font-size: 1.3em; }
.sub-header-home{
font-size: 1.5em !important;
font-family:  "Unbounded", sans-serif !important;
}
@media only screen and (max-width: 850px){
.header{
background-position-x: 67%;
}
.header-title-content .hide-mobile{
display: none;
}
.header-title-content p.sub-header-home{
display: block !important;
}
.down-arrow {
display: none;
}
.header{
height: 80vh;
}
.header-buttons a{
height: 35px;
}
.header-buttons a:nth-child(2) button{
width: 35px !important;
height: 35px !important;
}
.header-buttons a:nth-child(2) button img{
width: 15px !important;
}
.image-header{
display: block;
}
}
@media only screen and (max-width: 400px){
.header-title-content{
max-width: 50% !important;
}
.header-buttons a:nth-child(1) button {
font-size: 8px;
}
} 
@media only screen and (min-width: 2100px){
.header{
height: 80vh !important;
}
h1{
font-size: 5em;
}
.header-buttons a button{
font-size: 1.5em;
}
.header-buttons a{
height: 105px;
}
.header-buttons a:last-child button{
height: 105px !important;
width: 105px;
border-radius: 50%;
}
}