/* Site Adjustments */
:root {
    --hero-logo-mobile-width: 200px;
    --hero-logo-width: 250px;
}

/* emergency banner */
@media only screen and (max-width: 1279px) {
    #emergency-services {
        margin: 0;
    }
}

/* footer */
.footer-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 auto;
    max-width: 300px;
}

.footer-icon-container * {
    display: inline-flex;
    flex: 1;
    margin: 0;
}

.footer-icon-container > span {
    padding-bottom: 20px;
}

.footer-icon-container > span > svg {
    height: 65px;
    object-fit: contain;
    fill: var(--footer-button-bg-color);
}