.hero-banner {
    height: 90vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner .main-content {
    position: relative;
    z-index: 2;
}

footer.site-footer{
    max-width: 1920px !important;
    width: 100%;
}

#events-form input[type="radio"] {
    border:solid;
    border-width: 1px;
}

footer .d-mob-stick{
	display: none;
}


#Events img.rounded-top{
    border-radius: 30px;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px !important;
    object-fit: cover;
    max-height: 230px
}

footer.site-footer{
    justify-content: center;
    align-items: center;
    display: flex;
}

#Events .row {
    justify-content: center;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-banner {
        height: 70vh;
    }

    .hero-banner h1 {
        font-size: 2rem;
    }

    .hero-banner p {
        font-size: 1rem;
    }
	
	footer .d-mob-stick{
	display: block;
}
}