/* By-Laws - CARS of Wisconsin */

#byLaws  {
	line-height: 1.125em;
	max-width: 75ch;
}

#byLaws h2 {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: .5em;
}

#byLaws h3 {
	color: #333;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: .75rem;
	margin-bottom: .5em;
}
#byLaws p {
	line-height: 1.25em;
	margin-bottom: .5em;
}

#byLaws hr {
	color: #107002;
	background-color: #107002;
	margin: 2rem auto;
}
