.solid-huron-banner {
    background-color: #054972;
    padding: 50px 0;
    transition: padding 0.3s, font-size 0.3s;
    width: 100%;
    /* Add this line to make the section full-width */
    z-index: 2;
}

.sticky-section {
    position: fixed;
    top: 0;
    left: 0;
    /* Add this line to stick the section to the left when it's fixed */
    padding: 10px 0;
    width: 100%;
    /* Add this line to make the section full-width when it's fixed */
}

.sticky-section h1 {
    font-size: 24px;
    /* You can adjust this size as needed */
}
