/*
 * home page and services pages
 */

main.home, main.service { column-width: 28em; }

main.service { font-size: 85%; }

main.home > p, main.service > p { margin: 0 0 1em; }

@media (max-width: 930px) {
	p.home {
		margin: 0.5em;
		text-align: justify;
	}
}
@media (max-width: 800px) { h1.home { font-size: 150%; } }
@media (max-width: 600px) { h1.home { font-size: 120%; } }
@media (max-width: 480px) {
	h1.home { font-size: 100%; }
	main.home { font-size: 85%; }
}
@media (max-width: 400px) {
	h1.home { font-size: 90%; }
	main.home { font-size: 80%; }
}

/*
 * last remnants of old links.css: still used on services pages
 */

a#mail { color: rgb(36, 16, 219); }
a#mail:hover { color: rgb(255, 95, 0); }
a#mon { color: black; }
