.home-image {
    background-image: linear-gradient(
            to bottom,
            rgba(0,0,0, 0) 0%,
            rgba(0,0,0, 0) 66%,
            rgba(253,222,174, 100) 100%
        ),
        url('../images/home_page_background_v2_slim.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.home-image img {
    height: 50vh;
    max-height: 500px;
    opacity: 0;
}

.logo-title {
    color: rgba(196,97,106, 100);
}

.header-ribbon {
    background-color: rgba(255,255,255, 100);
}

.home-container {
    height: 600px;
}

.main-background {
    background-color: rgba(253,222,174, 100);
}

.form-background {
    background-image: url('../images/form_background_tile.png');
}
