@charset "utf-8";
/* JaysServiceAreas.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;
}

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

#sa-content h1 {
	font-size: 36px;
	color: #000066;
	text-align: center;
	margin-bottom: 20px;
}

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

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

.sa-section {
	flex: 1;
	border: 4px solid #000066;
	border-radius: 10px;
	padding: 25px;
}

.sa-section h2 {
	font-size: 24px;
	color: red;
	margin-top: 0;
	margin-bottom: 15px;
}

.sa-section p {
	font-size: 16px;
	line-height: 1.6;
	color: black;
	margin-bottom: 20px;
}

a.sa-link {
	display: inline-block;
	background-color: #000066;
	color: white;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 15px;
}

a.sa-link:hover {
	background-color: red;
}

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

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

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

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

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

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

	#sa-content {
		padding: 20px;
	}

	#sa-content h1 {
		font-size: 26px;
	}

	#sa-grid {
		display: block;
	}

	.sa-section {
		margin-bottom: 20px;
	}

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

}
