@charset "utf-8";
/* JaysTowns.css */

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;
}

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

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

#towns-content > p {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 25px;
	color: black;
	text-align: center;
}

#towns-grid {
	display: flex;
	gap: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.towns-section {
	flex: 1;
}

.towns-section h2 {
	font-size: 22px;
	color: #000066;
	border-bottom: 2px solid red;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.towns-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.towns-section ul li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}

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

.towns-section ul li a:hover {
	color: red;
}

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

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

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

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

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

p.towns-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;
	}

	#towns-content {
		padding: 20px;
	}

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

	#towns-grid {
		display: block;
	}

	.towns-section {
		margin-bottom: 25px;
	}

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

}
