/* By-Laws - CARS of Wisconsin */

#scholarship  {
	line-height: 1.125em;
	max-width: 75ch;
}

#scholarship h1 {
	text-align: center;
}

#scholarship h2 {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: .5em;
	text-align: center;
}

#scholarship 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;
}
#scholarship p {
	margin-bottom: .5em;
}

#scholarship ul {
	padding-left: 2em;
}

#scholarship ul li {
	list-style-type: square;
}

#scholarship ul.no-bull li {
	list-style-type: none;
}

#scholarship hr {
	color: #107002;
	background-color: #107002;
	margin: 2rem auto;
}
