        /* Custom styles for the campaign theme */
        .hero-section {
                   background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/falls-1.webp'); 
        
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: white;
        padding: 100px 0;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.5);

        }
        .section-padding {
            padding: 60px 0;
        }

        #news-section{
            background-color: grey;
        }