.darkbg {
    position: relative;
}

.darkbg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: -1;
}

.quicklinks {
    color:white;
    
}

.quicklinks:hover {
    color: #fe914e;
}

.heroimage {
    background-image: url('https://swanbaymedia.blob.core.windows.net/austion-septic/mobile-hero.jpg');
    background-size: cover;
    background-position: center;
    height: auto;
    z-index: 0;
}

@media (min-width: 992px) {
    .heroimage {
        background-image: url('https://swanbaymedia.blob.core.windows.net/austion-septic/banner-truck-equipment.jpg');
    }
}
    
}
