/* /Components/HeroBanner.razor.rz.scp.css */
.hero-image[b-8cfxm0uosg] {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://cvsites1.blob.core.windows.net/public-site-files/backgroundHero.jpg") no-repeat center center fixed;
    background-size: cover;
}
/* /Pages/Chat.razor.rz.scp.css */
.container_img[b-o0cuf16fz5] {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*.fixed-footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    width: 100%;
}*/

.header[b-o0cuf16fz5] {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 100;
}

.footer[b-o0cuf16fz5] {
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 0;
    background-color: white;
}

.content[b-o0cuf16fz5] {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 80px 0px 0px 0px;
}

.filler[b-o0cuf16fz5] {
    height: 120px;
}
/* /Shared/FillHeightLayout.razor.rz.scp.css */
.full-screen-div[b-zq7y4qik1n] {
    height: 70vh;
}
