/* Events - CARS of Wisconsin */

#events  {
	line-height: 1.125em;
	max-width: 75ch;
}

#events header h1 {
	color: #3ca504;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: .5em;
}

#events header h2, #events main h1 {
	color: #107002;
	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;
}
#events main h2 {
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	margin: 0;
}
#events p {
	line-height: 1.25rem;
	margin-bottom: 1rem;
}

#events hr {
	color: #107002;
	background-color: #107002;
	margin: 2rem auto;
}

#events article.box:nth-last-of-type(even) {
	background-color: #eeffee;	
}

#events article ul {
	list-style-type: square;
}
#events article ul li {
	margin-left: 2rem;
}

#events img {
	max-width: 100%;
	height: auto;
}