main{
    max-width: 100%;
    display: grid;
    place-items: center;
    /* background-color: var(--service-page-background); */
    /* background: linear-gradient(to right, var(--service-page-background), white); */
    background: radial-gradient(circle, darkblue, var(--service-page-background));
    /* background-image: url("images/Spanish Creek stage 2 Falsework.JPG"); */
}

.main-bridge{
    width: 100%;
    max-width: 100vw;
    height: 50vh;
    overflow: hidden;
    object-fit: cover;
    object-position: top;/*when image cropped, ensure top is visible*/
    display: block;
    padding-top: 0;
    padding-bottom: 0;
}