img#heroImage {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100vw;
    min-height: 27.5vh;
    height: 60vh;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

.transitionImage {
    margin-top: -10vh;
    width: 100%;
    height: 50vh;
    object-fit: cover;
    z-index: -1;
    position: relative;
}

.parralaxImage {
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    margin-top: -10vh;
    max-height: 50vh;
    width: 100%;
}

img#logo {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1500;
    transition: all 0.3s;
    filter: drop-shadow(0px 2px 6px rgba(255, 255, 255, .8));
    object-fit: contain;
}

.servicesContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#logo:not(.stepO):not(.stepTw):not(.stepTh):not(.stepF) {
    width: 65vw;
    top: 5.5em;
}

#logo.stepO {
    width: 42.5vw;
    top: 1.5em;
}

#logo.stepTw {
    width: 32.5vw;
    top: .75em;
}

#logo.stepTh {
    width: 22vw;
    top: .75em;
}

#logo.stepF {
    height: 3.5em;
    top: .5em;
}

#fakeLogo {
    width: 65vw; aspect-ratio: 2000/461; margin-bottom: 5rem;
}

.maxWidthHeader {
	margin-left: auto;
	margin-right: auto;
	width: clamp(16rem, 90vw, 92.5rem);
	max-width: unset;
	padding: unset;
}

#serviceGrid {
    text-align: center;
    --bs-columns: 3;
    align-items: center;
}

@media (max-width: 991.98px) {
    #serviceGrid {
        --bs-columns: 2;
    }

    #logo:not(.stepO):not(.stepTw):not(.stepTh):not(.stepF) {
        width: 85vw;
    }

    #logo.stepTw, #logo.stepTh {
        width: 42.5vw;
        top: .5em;
    }

    #logo.stepF {
        height: 2.75em;
    }

    #fakeLogo {
        width: 85vw;
    }
}

/* @media (max-width: 991.98px) {
    #logo:not(.stepO):not(.stepTw):not(.stepTh):not(.stepF) {
        width: 85vw;
    }

    #logo.stepTw, #logo.stepTh {
        width: 42.5vw;
        top: .5em;
    }

    #logo.stepF {
        height: 2.75em;
    }

    #fakeLogo {
        width: 85vw;
    }
} */

#subtitle {
    font-weight: 400;
    font-family: Neutro;
    color: white;
    filter: drop-shadow(0px 5px 4px rgba(0,0,0,1));
    letter-spacing: 1px;
}

/* .navbar-landing-expand .nav-link {
    color: gray;
}

.navbar-landing-expand .nav-link.active {
    color: white;
} */

.navbar-landing-expand {
    background-color: rgba(255,255,255,.75);
}