@charset "utf-8";



.homepageImage {
	background: url(../Images/Slide-1_Main-Photo.jpg) no-repeat right/contain;
	background-size: cover;
	width: 70%;
	border-radius: 50px;
}

.homepageTextContainer {
	padding: 15px 30px 15px 15px;
	background: rgba(255, 255, 255, 0.5);
	margin: 50px 0;
	border-radius: 0 50px 50px 0;
}

	.homepageTextContainer h1 {
		margin-bottom: 20px;
	}

	.homepageTextContainer p {
		/*font-size:1.0em;*/
	}

@media screen and (max-width: 760px) {
	.homepageImage {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.container {
		margin-bottom: 20px !important;
	}

	.homepageTextContainer {
		background: rgba(255, 255, 255, 0.9);
	}
}

@media screen and (min-width: 1201px) {
	.Slide3MainPhoto {
		margin-top: 60px;
	}
}


.ageContainer {
	margin-bottom: 20px;
}

.ageBox {
	background-color: #510856;
	border-radius: 10px;
}

	.ageBox h2 {
		font-size: .9em !important;
		color: white;
		padding: 15px;
		text-align: center;
	}





.ColorBkgrTeal {
	background-color: #046882;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
}

.ColorBkgrGold {
	background-color: #e4ba4c;
	color: black;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
}

.ColorBkgrPurple {
	background-color: #510856;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
}

	.ColorBkgrTeal div, .ColorBkgrTeal p, .ColorBkgrTeal strong, .ColorBkgrPurple div, .ColorBkgrPurple p, .ColorBkgrPurple strong {
		color: white;
	}

	.ColorBkgrTeal a, .ColorBkgrPurple a {
		color: white;
		text-decoration: underline !important;
	}

	.ColorBkgrTeal ul li, .ColorBkgrPurple ul li {
		color: white;
	}

		.ColorBkgrTeal ul li a, .ColorBkgrPurple ul li a {
			color: white;
			text-decoration: underline !important;
		}

.ColorBkgrGold p, .ColorBkgrGold ul li {
	color: black;
}

	.ColorBkgrGold a, .ColorBkgrGold ul li a {
		color: black;
		text-decoration: underline !important;
	}



.faqQuestion {
	font-size: 1.5em;
	font-weight: bolder !important;
	margin-bottom: 12px !important;
}





.popovers {
	font-size: 1.0em;
}
/* BOOTSTRAP POPOVER CSS. */
.popover {
	background-color: #fee090;
	border-radius: 12px;
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
	border-top-color: #fee090;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
	border-bottom-color: #fee090;
}

.popover-body ul {
	margin-bottom: 0 !important;
}

	.popover-body ul li {
		color: #000;
		font-size: .9em !important;
		line-height: 1.6em;
	}

h3.popover-header {
	margin-top: 0;
	background-color: #e4ba4c;
	color: black;
	text-align: center;
	font-size: 1.3em !important;
}











/* ==================================================
   SUBTLE BUTTON-STYLE COMPACT ACCORDION
   ================================================== */

#accordion {
	margin: 2rem 0;
	width: 100%;
}

	/* Style the H2 headings into subtle, interactive buttons */
	#accordion h2 {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-weight: 700;
		font-size: 1.1rem;
		color: #585858;
		cursor: pointer;
		/* Button formatting layers */
		padding: 1rem 1.5rem !important; /* Internal breathing room */
		margin: 0 0 0.5rem 0 !important; /* Small gap between rows */
		background-color: #f7f7f7 !important; /* Soft, subtle background fill */
		border-radius: 4px !important; /* Slightly rounded button profile */
		border: 1px solid #e5e5e5 !important; /* Crisp, low-contrast border frame */

		position: relative;
		outline: none;
		transition: all 0.2s ease;
	}

		/* Hover interactive state */
		#accordion h2:hover {
			color: white;
			background-color: #510856 !important; /* Darkens slightly on mouse hover */
			border-color: #d5d5d5 !important;
		}

		/* Plus indicator icon alignment rules */
		#accordion h2::after {
			content: '\002B'; /* Plus icon text character */
			position: absolute;
			right: 1.5rem; /* Aligns comfortably inside the button padding block */
			font-weight: 300;
			font-size: 1.3rem;
			top: 50%;
			transform: translateY(-50%);
		}

		/* Active open class button transformations */
		#accordion h2.ui-state-active {
			color: #ffffff !important; /* Flips text color to white for contrast */
			background-color: #510856 !important; /* Swaps background dark to look selected */
			border-color: #510856 !important;
			border-radius: 4px 4px 0 0 !important; /* Flattens bottom corners to join content */
			margin-bottom: 0 !important; /* Removes gap between active header and its text panel */
		}

			#accordion h2.ui-state-active::after {
				content: '\2212'; /* Changes graphic tracking profile to a clean minus symbol */
			}

		/* Styling parameters for the expanded text container panels */
		#accordion h2 + div {
			display: none;
			padding: 1.5rem !important;
			background-color: #ffffff !important;
			border: 1px solid #e5e5e5 !important;
			border-top: none !important; /* Blends cleanly down from the opened header */
			border-radius: 0 0 4px 4px !important; /* Rounds off the bottom edge of content */
			margin-bottom: 0.75rem !important; /* Spacing margin gap before the next panel */
			overflow: hidden;
		}

	/* Standard typography settings inside panels */
	#accordion div p {
		margin-bottom: 1rem;
		line-height: 1.6;
		color: #666666;
	}

	#accordion div ul {
		margin-bottom: 1rem;
		padding-left: 1.5rem;
		color: #666666;
	}




#main {
	padding-top: 40px;
}







.buttonBlue {
	background-color: #003865;
	border-radius: 10px;
	width: 50%;
}

	.buttonBlue p {
		font-size: 1.0em;
		color: white !important;
		padding: 10px;
		text-align: center;
	}





















:root {
	/* Colors */
	--color-primary: #5b7a8a;
	--color-primary-light: #e8f0f3;
	--color-primary-dark: #3d5561;
	--color-text: #2c3e44;
	--color-text-light: #5f7a84;
	--color-bg: #fafcfd;
	--color-bg-alt: #f0f5f7;
	--color-white: #ffffff;
	--color-border: #dce6ea;
	/* Typography */
	--font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--font-heading: "Georgia", "Times New Roman", serif;
	/* Spacing */
	--space-xs: 0.5rem;
	--space-sm: 1rem;
	--space-md: 2rem;
	--space-lg: 4rem;
	--space-xl: 6rem;
	/* Layout */
	--max-width: 1100px;
	--border-radius: 8px;
}

/* ===========================================
           Reset & Base Styles
           =========================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-main);
	font-size: 1rem;
	line-height: 1.7;
	color: var(--color-text);
	background-color: var(--color-bg);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	transition: color 0.2s ease;
}

	a:hover {
		color: var(--color-primary-dark);
	}

/* ===========================================
           Typography
           =========================================== */
h1,
h2,
h3,
h4 {
	font-family: var(--font-heading);
	font-weight: 400;
	line-height: 1.3;
	color: var(--color-text);
}

h1 {
	font-size: clamp(2.5rem, 5vw, 3.5rem);
	letter-spacing: -0.02em;
}

h2 {
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	margin-bottom: var(--space-md);
}

h3 {
	font-size: 1.25rem;
	margin-bottom: var(--space-sm);
}

p {
	margin-bottom: var(--space-sm);
}

/* ===========================================
           Layout Components
           =========================================== */
.container {
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 var(--space-md);
}

section {
	padding: var(--space-xl) 0;
}

.section-label {
	font-family: var(--font-main);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--color-primary);
	margin-bottom: var(--space-xs);
}

/* ===========================================
           Buttons
           =========================================== */
.btn {
	display: inline-block;
	padding: 0.875rem 1.75rem;
	font-family: var(--font-main);
	font-size: 0.9375rem;
	font-weight: 500;
	text-align: center;
	border: none;
	border-radius: var(--border-radius);
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn-primary {
	background-color: var(--color-primary);
	color: var(--color-white);
}

	.btn-primary:hover {
		background-color: var(--color-primary-dark);
		color: var(--color-white);
	}

.btn-secondary {
	background-color: transparent;
	color: var(--color-text);
	border: 1px solid var(--color-border);
}

	.btn-secondary:hover {
		background-color: var(--color-bg-alt);
		border-color: var(--color-text-light);
		color: var(--color-text);
	}

.btn-group {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
}

/* ===========================================
           Header & Navigation
           =========================================== */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: white; /*rgba(250, 252, 253, 0.95);*/
	z-index: 1000;
	border-bottom: 1px solid var(--color-border);
	padding: 20px 30px;
}

.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 5rem;
}

.logo img {
	width: auto; /* Keeps the aspect ratio intact */
	height: 4rem; /* Must be smaller than your 5rem header-inner height */
	display: block; /* Prevents extra inline whitespace at the bottom */
}

.nav-list {
	display: flex;
	gap: var(--space-md);
	list-style: none;
}

.nav-link {
	font-size: 0.9375rem;
	color: var(--color-text-light);
}

	.nav-link:hover {
		color: var(--color-text);
	}

.nav-toggle {
	display: none;
	background: none;
	border: none;
	cursor: pointer;
	padding: var(--space-xs);
}

	.nav-toggle span {
		display: block;
		width: 24px;
		height: 2px;
		background-color: var(--color-text);
		margin: 5px 0;
		transition: 0.2s;
	}

/* ===========================================
           Hero Section
           =========================================== */
.hero {
	display: flex;
	align-items: center;
	padding-top: 7rem;
	padding-bottom: 2rem;
	background-color: var(--color-bg);
	padding-left:30px;
	padding-right:30px;
}

.hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--space-lg);
	align-items: center;
}

.hero-content {
	max-width: 540px;
}

.hero-tagline {
	font-size: 1.125rem;
	color: var(--color-text-light);
	margin-bottom: var(--space-xs);
}

.hero h1 {
	margin-bottom: var(--space-sm);
}

.hero-description {
	font-size: 1.125rem;
	color: var(--color-text-light);
	margin-bottom: var(--space-md);
}

/* Hero Visual / Album Showcase */
.hero-visual {
	display: flex;
	justify-content: center;
	align-items: center;
}

.album-showcase {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--space-md);
}

.album-cover {
	position: relative;
	width: 280px;
	height: 280px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 20px rgba(0, 0, 0, 0.1);
}

	.album-cover img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.album-reflection {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
	pointer-events: none;
}

.audio-visualizer {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 4px;
	height: 40px;
	padding: var(--space-sm) var(--space-md);
	background-color: var(--color-white);
	border-radius: var(--border-radius);
	border: 1px solid var(--color-border);
}

	.audio-visualizer .bar {
		width: 4px;
		background-color: var(--color-primary);
		border-radius: 2px;
		height: 8px;
		transition: height 0.1s ease;
	}

	.audio-visualizer.playing .bar {
		animation: visualizer 0.5s ease-in-out infinite alternate;
	}

	.audio-visualizer .bar:nth-child(1) {
		height: 12px;
		animation-delay: 0s;
	}

	.audio-visualizer .bar:nth-child(2) {
		height: 20px;
		animation-delay: 0.1s;
	}

	.audio-visualizer .bar:nth-child(3) {
		height: 16px;
		animation-delay: 0.15s;
	}

	.audio-visualizer .bar:nth-child(4) {
		height: 28px;
		animation-delay: 0.2s;
	}

	.audio-visualizer .bar:nth-child(5) {
		height: 24px;
		animation-delay: 0.05s;
	}

	.audio-visualizer .bar:nth-child(6) {
		height: 32px;
		animation-delay: 0.25s;
	}

	.audio-visualizer .bar:nth-child(7) {
		height: 28px;
		animation-delay: 0.1s;
	}

	.audio-visualizer .bar:nth-child(8) {
		height: 20px;
		animation-delay: 0.3s;
	}

	.audio-visualizer .bar:nth-child(9) {
		height: 24px;
		animation-delay: 0.15s;
	}

	.audio-visualizer .bar:nth-child(10) {
		height: 16px;
		animation-delay: 0.2s;
	}

	.audio-visualizer .bar:nth-child(11) {
		height: 20px;
		animation-delay: 0.05s;
	}

	.audio-visualizer .bar:nth-child(12) {
		height: 12px;
		animation-delay: 0.25s;
	}

@keyframes visualizer {
	0% {
		transform: scaleY(0.3);
	}

	100% {
		transform: scaleY(1);
	}
}

.album-info-card {
	text-align: center;
}

.album-badge {
	display: inline-block;
	padding: 4px 12px;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--color-primary);
	background-color: var(--color-primary-light);
	border-radius: 20px;
	margin-bottom: var(--space-xs);
}

.album-info-card h3 {
	font-family: var(--font-heading);
	font-size: 1.25rem;
	margin-bottom: 4px;
}

.album-info-card p {
	font-size: 0.875rem;
	color: var(--color-text-light);
	margin-bottom: 0;
}

@media (min-width: 900px) {
	.hero-grid {
		grid-template-columns: 1fr 1fr;
		gap: var(--space-xl);
	}

	.album-cover {
		width: 340px;
		height: 340px;
	}
}

.hero-description {
	font-size: 1.125rem;
	color: var(--color-text-light);
	margin-bottom: var(--space-md);
	max-width: 480px;
}

/* ===========================================
           Audio Player
           =========================================== */
.audio-player {
	display: flex;
	align-items: center;
	gap: var(--space-sm);
	padding: var(--space-sm) var(--space-md);
	background-color: var(--color-white);
	border: 1px solid var(--color-border);
	border-radius: var(--border-radius);
	margin-bottom: var(--space-md);
	max-width: 420px;
	user-select: none;
}

.audio-play-btn {
	width: 44px;
	height: 44px;
	min-width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-primary);
	color: var(--color-white);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
}

	.audio-play-btn:hover {
		background-color: var(--color-primary-dark);
	}

	.audio-play-btn:active {
		transform: scale(0.95);
	}

.audio-info {
	flex: 1;
	min-width: 0;
}

.audio-track-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: var(--space-sm);
	margin-bottom: 8px;
}

.audio-track-info {
	display: flex;
	flex-direction: column;
}

.audio-title {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--color-text);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.audio-artist {
	font-size: 0.75rem;
	color: var(--color-text-light);
}

.audio-progress-wrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.audio-progress-bar {
	position: relative;
	height: 6px;
	cursor: pointer;
	padding: 8px 0;
	margin: -8px 0;
}

.audio-progress-bg {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 6px;
	transform: translateY(-50%);
	background-color: var(--color-bg-alt);
	border-radius: 3px;
}

.audio-progress {
	position: absolute;
	top: 50%;
	left: 0;
	height: 6px;
	width: 0%;
	transform: translateY(-50%);
	background-color: var(--color-primary);
	border-radius: 3px;
	pointer-events: none;
}

.audio-progress-handle {
	position: absolute;
	top: 50%;
	left: 0%;
	width: 16px;
	height: 16px;
	background-color: var(--color-primary);
	border: 2px solid var(--color-white);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	cursor: grab;
	transition: transform 0.1s ease;
}

	.audio-progress-handle:hover,
	.audio-progress-handle.dragging {
		transform: translate(-50%, -50%) scale(1.2);
	}

	.audio-progress-handle.dragging {
		cursor: grabbing;
	}

.audio-time {
	display: flex;
	justify-content: space-between;
	font-size: 0.6875rem;
	color: var(--color-text-light);
	font-variant-numeric: tabular-nums;
}

/* Volume Control */
.volume-control {
	display: none;
	align-items: center;
	gap: 6px;
}

.volume-icon {
	color: var(--color-text-light);
	flex-shrink: 0;
}

.volume-slider {
	-webkit-appearance: none;
	appearance: none;
	width: 50px;
	height: 3px;
	background: var(--color-bg-alt);
	border-radius: 2px;
	outline: none;
	cursor: pointer;
}

	.volume-slider::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 10px;
		height: 10px;
		background: var(--color-primary);
		border-radius: 50%;
		cursor: pointer;
		transition: transform 0.1s ease;
	}

		.volume-slider::-webkit-slider-thumb:hover {
			transform: scale(1.2);
		}

	.volume-slider::-moz-range-thumb {
		width: 10px;
		height: 10px;
		background: var(--color-primary);
		border: none;
		border-radius: 50%;
		cursor: pointer;
	}

@media (min-width: 400px) {
	.volume-control {
		display: flex;
	}
}






/* ===========================================
           Footer
           =========================================== */
.footer {
	padding: var(--space-md) 0;
	background-color: var(--color-bg);
	border-top: 1px solid var(--color-border);
}

.footer-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--space-sm);
}

.footer-copyright {
	font-size: 0.875rem;
	color: var(--color-text-light);
	margin: 0;
}

.footer-credit {
	font-size: 0.875rem;
	color: var(--color-text-light);
}

	.footer-credit:hover {
		color: var(--color-primary);
	}

/* ===========================================
           Responsive Design
           =========================================== */
@media (min-width: 640px) {
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.work-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 768px) {
	.about-grid {
		grid-template-columns: 1fr 1.5fr;
	}

	.services-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.work-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.testimonials-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.nav {
		position: fixed;
		top: 4rem;
		left: 0;
		right: 0;
		background-color: var(--color-bg);
		border-bottom: 1px solid var(--color-border);
		padding: var(--space-md);
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		overflow-y: auto;
		max-height: calc(100vh - 4rem);
		max-height: calc(100dvh - 4rem);
	}

		.nav.active {
			transform: translateY(0);
			opacity: 1;
			visibility: visible;
		}

	.nav-list {
		flex-direction: column;
		gap: var(--space-sm);
		padding-left:30px;
	}

	.nav-toggle {
		display: block;
	}
}
