#box { margin-bottom: 2rem; position: relative; padding: 1.8rem 2.5rem 2.5rem 2.5rem; text-align: center; }
h1 { font-size: 9rem; color: #bbb; line-height: 9rem; margin: 0; text-transform: none; font-weight: bold; font-family: 'source sans pro'; }
h1 span::after { content: '.'; color: #d4653c; }
#box p { margin: 1rem 0 0 0; color: #fff; }
sup { font-size: 1rem; margin-left: .15rem; }
sup a { color: #d4653c; }
sup a::before { content: '['; }
sup a::after { content: ']'; }

/* go vegan */
#clgv { position: absolute; right: 2rem; bottom: 1.6rem; font-family: 'roboto condensed'; font-style: italic; color: #d4653c; }
#clgv span { color: #bbb; }

@media (max-width: 1300px) {
	h1 { font-size: 5.5rem; line-height: 5.5rem; }
}

@media (max-width: 500px) {
	h1 { font-size: 4rem; line-height: 4rem; }
}

@media (max-width: 380px) {
	#box { padding: 1.3rem 2rem 2rem 2rem; }
	h1 { font-size: 3rem; line-height: 3rem; }
}