
#site h3 {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
	font-weight: bold;
}
#site p {
	font-size: 12px; font-size: 1.2rem;
	line-height: 20px; line-height: 2.0rem;
	margin-top: 4px;
}
#site .row+.row {
	margin-top: 16px;
}

@media screen and (min-width: 768px)
{
	#site h3 {
		font-size: 20px; font-size: 2.0rem;
		line-height: 28px; line-height: 2.8rem;
	}
	#site p {
		font-size: 14px; font-size: 1.4rem;
		line-height: 24px; line-height: 2.4rem;
		margin-top: 4px;
	}
	#site .row+.row {
		margin-top: 24px;
	}
}
