@import 'Website.Client.bundle.scp.css';

/* _content/Website/Components/Layout/CookieConsent.razor.rz.scp.css */
#cookieConsent[b-l1m6umdvyq] {
	margin: 0;
	border-radius: 0;
}
/* _content/Website/Components/Pages/Home.razor.rz.scp.css */
.container-fluid[b-fm6wgpyh6q] {
    padding-right: 0;
    padding-left: 0;
}

.intro-text-panel[b-fm6wgpyh6q] {
    text-align: center;
    margin: 0;
}
.intro-pic-panel[b-fm6wgpyh6q] {
    padding-left: 0;
    background-image: url(/img/woodland-trail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}
.intro-pic-panel img[b-fm6wgpyh6q] {
    height: 100%;
    width: 100%;
}
@media (max-width: 550px) {
    .intro-pic-panel[b-fm6wgpyh6q] {
        display: none;
    }
}
