/*

Theme Name: Reijo's TwentyTwelve child
Description: Lapsiteema Reijon sivulle
Author: Reijo
Template: twentytwelve
Version: 1.0


*/

@media screen and (max-width: 600px) {
	html {
		font-size: 100%;
	}
}


@media screen and (min-width: 600px) {
	html {
		font-size: 95%;
	}
}