@media screen and (min-width: 650px) {
.btl-banner, footer { position: relative !important; z-index: 9; }
main { padding-bottom: 160px; }
body.home .btl-banner, body.home footer { position: relative !important; }
body.home .btl-banner { bottom: 0px; }
}
body.page-id-36 .btl-banner { display: none; }
body.page-id-36 main { padding-bottom: 0px; }
.btl-banner {     background: linear-gradient(180deg, rgba(25, 11, 43, 1) 0%, rgba(70, 45, 126, 1) 100%) !important;
z-index: 9999;
position: relative;
float: left;
width: 100%;
}
.btl-logo { margin: 31px 0 0 0;
float: left;
position: relative;
z-index: 9999; }
.btl-logo img { width: 420px;
padding-top: 0px;
margin-left: 110px;
position: relative;
bottom: 23px; }    
.star-wrap {
float: left;
width: 100%;
height: 110px; position: absolute;
top: 0;
}
.star {
position: absolute;
background-color: white;
border-radius: 50%;
animation: twinkle linear infinite;
z-index: 0;
}
.people-strip {
background: url(https://www.blackpooltimeline.co.uk/wp-content/uploads/2024/08/New-People-On-Benches3.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: 380px 44px;
width: 100%;
float: left;
height: 100%;
max-height: 156px;
position: absolute;
z-index: 1;
top: 0;
}
@keyframes twinkle {
0% {
opacity: 0.5;
transform: scale(1);
}
50% {
opacity: 1;
transform: scale(1.5);
}
100% {
opacity: 0.5;
transform: scale(1);
}
}
@media screen and (max-width: 650px) {
.btl-logo img { margin-left: 10px; }
.people-strip { background-position: 80px 45px; }
}
@media screen and (max-width: 499px) {
.btl-logo img { margin-left: 10px; width: 300px; }
.people-strip { background-position: -130px 41px; }
.star-wrap { display: none; }
}
.btl-banner:hover { cursor: pointer; }