.home-banner {
    background-image: url(../assets/Ontario-greenhouses.jpg);
    min-height: 50vh;
    display: flex;
    align-items: center;
    position: relative;
    filter: brightness(0.8);
}
.image_back{
    background-image: url(../assets/Ontario-greenhouses.jpg);
}
.spacer{
    margin: 3rem;
}
h1.home-banner__headline{

}
.home-banner, header.home-banner__header {
    min-height: 35vh;
}
h1.home-banner__headline{
    text-shadow: unset;
}
div#about_us {
    /* top: -10vh; */
    z-index: 2;
    max-width: 1240px;
    /* background-color: #f4f4f4; */
    margin: auto;
    /* margin-bottom: -10vh; */
}
@media (max-width: 768px) {
    h1.home-banner__headline {
        display: inline-block;
    }
}