
@media screen and (max-width: 450px) {
    h1.deco-title { font-size: 2.4rem; }
	h2.deco-title, h2.deco-subtitle { font-size: 2.1rem; }
	h3.deco-title, h3.deco-subtitle { font-size: 1.8rem; }
	h4.deco-title, h4.deco-subtitle { font-size: 1.5rem; }
	h5.deco-title, h5.deco-subtitle { font-size: 1.2rem; }
	h6.deco-subtitle { font-size: 1rem; }
}