/**
 * Best Dentist page overrides. No inline CSS on page.
 */
body.best-dentist-page {
	background: #fff;
	min-height: 100vh;
	color: #212529;
}

/* Clear fixed navbar so title is not hidden; add space above footer */
.best-dentist-page .best-dentist-main {
	padding-top: 5.5rem;
	padding-bottom: 4rem;
}

/* Title section: white background, blue text */
.best-dentist-page .best-dentist-header {
	background: #fff;
	color: #0d47a1;
	padding: 1.5rem 1rem;
	border-radius: 0.5rem;
}

.best-dentist-page .best-dentist-header .page-title,
.best-dentist-page .best-dentist-header .lead {
	color: #0d47a1;
}

.best-dentist-page .best-dentist-header .lead {
	opacity: 0.9;
}

.best-dentist-page .navbar {
	background: #fff !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.best-dentist-page .navbar-brand,
.best-dentist-page .nav-link {
	color: #212529 !important;
}

.best-dentist-page .navbar-toggler {
	border-color: rgba(0, 0, 0, 0.3);
	color: #212529;
}

.best-dentist-page .btn-outline-light:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #212529;
}

.best-dentist-page .best-dentist-header .page-title {
	text-shadow: none;
}

@media (max-width: 576px) {
	.best-dentist-page .best-dentist-main {
		padding-top: 6.5rem;
	}
}

.best-dentist-page .card-float {
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.1);
	border: none;
	padding: 2rem 2rem;
}

@media (min-width: 992px) {
	.best-dentist-page .card-float {
		padding: 2.5rem 2.5rem;
	}
}

.best-dentist-page .card-float .text-muted a {
	color: #495057;
}

.best-dentist-page .card-float .text-muted a:hover {
	color: #1565c0;
}

.best-dentist-page .contact-icon-wrap {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: rgba(21, 101, 192, 0.12);
	color: #1565c0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.best-dentist-page footer {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.best-dentist-intro {
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}