﻿.bg-overlay {
    position: relative;
}

    .bg-overlay::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("/Content/imgs/bg-alt-3.webp") center/cover no-repeat;
        opacity: 0.2;
        z-index: 0;
    }

    .bg-overlay > * {
        position: relative;
        z-index: 1;
    }

.factorybg-2 {
    background-image: url('/Content/imgs/bg-alt-3.webp');
    background-size: cover;
    background-position: center;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: overlay;
}

.bg-cream {
    background: #fef7ed !important;
    color: #000;
}

.bg-rose {
    background: #fff3f3 !important;
    color: #000;
}

.bg-soft-green {
    background: #effcf5 !important;
    color: #000;
}
.bg-carbon {
    background: #181818 !important;
    color: #fff;
}
.bg-green-deep {
    background: #00674a !important;
    color: #fff;
}
.bg-navy-deep {
    background: #001d2b !important;
    color: #fff;
}
.bg-midnight {
    background: #1a2330 !important;
    color: #fff;
}
