@charset "utf-8";
/* JaysServicePage.css — shared CSS for all individual service 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: 1100px;
	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;
}

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

#service-content h1 {
	font-size: 38px;
	color: #000066;
	text-align: center;
	margin-bottom: 10px;
}

h2.service-subtitle {
	font-size: 22px;
	color: #666;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 25px;
}

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

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

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

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

.story-box {
	background-color: #f5f5f5;
	border-left: 5px solid #000066;
	border-radius: 0 8px 8px 0;
	padding: 20px 25px;
	margin: 20px 0;
}

.story-box h3 {
	font-size: 20px;
	color: #000066;
	margin-top: 0;
	margin-bottom: 12px;
}

.story-box p {
	margin-bottom: 10px;
}

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

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

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

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

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

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

#related-services {
	margin-bottom: 30px;
}

#related-services h2 {
	font-size: 22px;
	color: #000066;
	margin-bottom: 12px;
}

ul.related-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

ul.related-list li a {
	display: inline-block;
	background-color: #f0f0f0;
	color: #000066;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
}

ul.related-list li a:hover {
	background-color: #000066;
	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;
	}

	#service-content {
		padding: 20px;
	}

	#service-content h1 {
		font-size: 28px;
	}

	h2.service-subtitle {
		font-size: 18px;
	}

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

	ul.related-list {
		flex-direction: column;
	}

}

#before-after {
	display: flex;
	gap: 20px;
	margin: 20px 0 30px 0;
	align-items: flex-start;
}

.ba-photo {
	flex: 1;
	text-align: center;
}

.ba-photo img {
	border-radius: 6px;
	display: block;
	width: 100%;
	height: auto;
}

.ba-label {
	font-weight: 700;
	font-size: 16px;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.before-label { color: red; }
.after-label { color: #000066; }

@media screen and (max-width: 775px) {
	#before-after {
		display: block;
	}
	.ba-photo {
		margin-bottom: 20px;
	}
}
