/* Kuopion koulujen CSS-pohja, uusittu syyskuussa 2020 */

html{
--bannerlinkbackground: linear-gradient(to right, #250E62, rgba(0, 0, 0, 0.4));
--reversethemebackground:#250E62;
--reverselinkbackground:#250E62;
--bannerbackgroundposition: center;
--bannerbackgroundsize: cover;



--bannerbackground: #fff;
}

a:link, a:visited {text-decoration:none;} 


@media all and (max-width:35rem){
html {
    --bannerbackground: #fff;
    --bannerheight: minmax(max(20rem,30vh), auto);
}
}