body{
    padding: 0;
    margin: 0;
    background: linear-gradient(to bottom, black, #5d5d5d)
}

.pageImage{
    padding: 0;
    margin: 0;
    z-index: 0;
    width: 100%;
    height: 850px;
    background-image:url(https://journeymotors.co.za/media/images/landing-page-image.png);
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment:cover;
    background-position: center center;
}

.imageOverlay{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.75),rgba(0,0,0,0.4),rgba(0,0,0,0));
}