/* Kuopion pääsivun CSS-pohja, uusittu 22.5.2018 ja syyskuussa 2020 */

html{
--bannerlinkbackground: linear-gradient(to right, #192d9bb3, rgba(0, 0, 0, 0.4));
--reversethemebackground:#192d9bb3;
--reverselinkbackground:#192d9bb3;

--bannerbackgroundposition: 99% -1rem;
--bannerbackgroundsize: auto calc(130% - 7rem);
--bannerbackground: #fff;
}

a:link, a:visited {text-decoration:none;} 


@media all and (max-width:35rem){
html {
    --bannerbackgroundposition: 100% 5rem;
    --bannerbackgroundsize: auto calc(110% - 7rem);
    --bannerbackground: #fff;

    --bannerheight: minmax(max(20rem,30vh), auto);
}
}