@charset "utf-8";
/* JaysCommunityPage.css — shared CSS for all individual community pages */

p.space { line-height: 0%; }

#sitebackground {
	background-color: #000066;
}

#wrapper {
	background-color: white;
	max-width: 950px;
	margin: auto;
}

#navband {
	font-family: Roboto, Century Gothic, Arial;
	max-width: 950px;
	margin: auto;
	height: 60px;
	background-color: #000066;
	display: flex;
	align-items: center;
}

#navband ul { list-style-type: none; }
#navband a.active { color: lightblue; }
#navband a:hover { color: red; }
#navband a { text-decoration: none; color: white; }
#dontwrap { white-space: nowrap; }
#emaillink { margin-right: auto; }
#menu a { padding: 6px; text-decoration: none; color: white; }
#menu li { display: inline-block; }
#redstripe { height: 9px; background-color: red; }

#header {
	padding-top: 15px;
	margin: auto;
	text-align: center;
	display: block;
	font-family: Roboto, Century Gothic, Arial;
}

#community-content {
	padding: 30px 40px 20px 40px;
	font-family: Roboto, Century Gothic, Arial;
}

#community-content h1 {
	font-size: 32px;
	color: #000066;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.3;
}

.subhead {
	font-size: 22px;
	color: #666;
	display: block;
	margin-top: 8px;
}

#community-content h2 {
	font-size: 24px;
	color: red;
	margin-top: 30px;
	margin-bottom: 12px;
}

#community-content p {
	font-size: 17px;
	line-height: 1.7;
	color: black;
	margin-bottom: 15px;
}

#community-content ul {
	margin: 10px 0 20px 20px;
	padding: 0;
}

#community-content ul li {
	font-size: 17px;
	line-height: 1.7;
	color: black;
	margin-bottom: 6px;
}

ul.nearby-list {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

ul.nearby-list li {
	padding: 7px 0;
	border-bottom: 1px solid #eee;
}

ul.nearby-list li a {
	text-decoration: none;
	color: #000099;
	font-weight: 500;
}

ul.nearby-list li a:hover {
	color: red;
}

#community-cta {
	background-color: #000066;
	color: white;
	text-align: center;
	padding: 30px 20px;
	border-radius: 10px;
	margin-top: 35px;
	margin-bottom: 30px;
}

#community-cta h2 {
	color: white;
	margin-top: 0;
	font-size: 24px;
}

#community-cta p {
	color: white;
	margin-bottom: 10px;
	font-size: 16px;
}

#community-cta a {
	color: white;
	text-decoration: none;
}

#community-cta a:hover { color: lightblue; }

p.community-phone a {
	font-size: 36px;
	font-weight: 900;
	color: white;
}

#footer {
	margin-top: 35px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	text-align: center;
	font-family: Roboto, Century Gothic, Arial;
}

@media screen and (max-width: 775px) {

	#navband {
		max-width: 600px;
		height: auto;
		display: block;
		text-align: center;
	}

	#navband ul {
		list-style-type: none;
		padding-inline-start: 0;
	}

	#community-content {
		padding: 20px;
	}

	#community-content h1 {
		font-size: 24px;
	}

	.subhead {
		font-size: 18px;
	}

	#community-content h2 {
		font-size: 20px;
	}

	p.community-phone a {
		font-size: 28px;
	}

}
