
.breakdance .bde-section-15-185 {
	background-image: url("https://matthewhartleymusic.com/nitropack_static/XJcBeocsVVSpptCCyeyoJArMTzrNhTKB/assets/images/optimized/rev-c073a54/matthewhartdev.wpenginepowered.com/wp-content/uploads/2026/04/matthew-hartley-lifestyle-guitar.jpg");
}

.breakdance .bde-section-15-185 > .section-background-overlay {
	background-color: var(--bde-background-color);
	transition: background-color var(--bde-transition-duration) ease-in-out;
}

.breakdance .bde-section-15-185 {
	position: relative;
	min-height: 90vh;
	background-position: center top !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
}

.breakdance .bde-section-15-185::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(128, 128, 128, 1);
	mix-blend-mode: color;
	pointer-events: none;
	z-index: 0;
}

.breakdance .bde-section-15-185 .section-background-overlay {
	position: absolute !important;
	inset: 0 !important;
	z-index: 1;
	background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .55) 25%, rgba(0, 0, 0, .3) 55%, rgba(0, 0, 0, .1) 80%, rgba(0, 0, 0, 0) 100%), linear-gradient(to top, rgba(74, 55, 40, .3) 0%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, .1) 100%), rgba(0, 0, 0, .55) !important;
	opacity: 1 !important;
}

.breakdance .bde-section-15-185 .bde-text:first-child {
	text-shadow: 0 2px 8px rgba(0, 0, 0, .8), 0 0 20px rgba(0, 0, 0, .5) !important;
}

.breakdance .bde-section-15-185 .section-container {
	min-height: 90vh;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	max-width: 1200px !important;
	margin: 0 auto !important;
	padding-top: 96px !important;
	padding-left: 64px !important;
	padding-right: 64px !important;
	padding-bottom: 40px !important;
	position: relative;
	z-index: 2;
}

.breakdance .bde-section-15-185 .bde-div {
	align-items: center !important;
	text-align: center !important;
}

.breakdance .bde-section-15-185 .bde-heading, .breakdance .bde-section-15-185 .bde-text {
	text-align: center !important;
}

.breakdance .bde-section-15-185 .bde-text:first-child {
	font-weight: 600 !important;
	letter-spacing: 3px !important;
	color: var(--bde-brand-primary-color) !important;
}

.breakdance .bde-section-15-185 .bde-heading {
	color: var(--bde-headings-color) !important;
}

.breakdance .bde-section-15-185 .hero-tagline {
	font-size: 17px !important;
	line-height: 1.6 !important;
	max-width: 640px !important;
	color: var(--bde-body-text-color) !important;
}

.breakdance .bde-section-15-185 .bde-button {
	padding: 0 !important;
}

.breakdance .bde-section-15-185 .bde-button__button {
	padding: 18px 40px !important;
	font-weight: 400 !important;
	border-radius: 14px;
	color: var(--bde-body-text-color) !important;
	background: var(--bde-brand-primary-color) !important;
	transition: all .25s ease;
	outline: none !important;
	border: none !important;
}

.breakdance .bde-section-15-185 .bde-button__button:hover {
	background: var(--accent-red) !important;
	color: var(--bde-body-text-color) !important;
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
	outline: none !important;
}

.breakdance .bde-section-15-185 .bde-button__button:focus, .breakdance .bde-section-15-185 .bde-button__button:focus-visible {
	outline: none !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
}

.breakdance .bde-section-15-185 .bde-button__button:active {
	transform: translateY(0);
	box-shadow: 0 6px 16px rgba(0, 0, 0, .2);
	outline: none !important;
}

.breakdance .bde-section-15-185 .bde-div > .bde-text:first-child {
	opacity: 0;
	transform: translateY(24px);
	filter: blur(6px);
	animation: heroFadeUp .9s cubic-bezier(.22, 1, .36, 1) forwards;
	animation-delay: .2s;
}

.breakdance .bde-section-15-185 .bde-div > .bde-heading {
	opacity: 0;
	transform: translateY(24px);
	filter: blur(6px);
	animation: heroFadeUp 1s cubic-bezier(.22, 1, .36, 1) forwards;
	animation-delay: .4s;
}

.breakdance .bde-section-15-185 .hero-tagline {
	opacity: 0;
	transform: translateY(24px);
	filter: blur(6px);
	animation: heroFadeUp 1s cubic-bezier(.22, 1, .36, 1) forwards;
	animation-delay: .6s;
}

.breakdance .bde-section-15-185 .bde-button {
	opacity: 0;
	transform: translateY(24px);
	filter: blur(6px);
	animation: heroFadeUp 1s cubic-bezier(.22, 1, .36, 1) forwards;
	animation-delay: .8s;
}

@keyframes heroFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
		filter: blur(6px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
		filter: blur(0);
	}
}

@media (max-width:1023px) {
	.breakdance .bde-section-15-185 {
		min-height: 88vh;
		background-position: center top !important;
	}
	
	.breakdance .bde-section-15-185 .section-container {
		max-width: 100% !important;
		padding-top: 88px !important;
		padding-left: 36px !important;
		padding-right: 36px !important;
		padding-bottom: 32px !important;
	}
	
	.breakdance .bde-section-15-185 .hero-tagline {
		max-width: 560px !important;
		font-size: 16px !important;
	}
}

@media (max-width:767px) {
	.breakdance .bde-section-15-185 {
		min-height: 92vh;
		background-position: center top !important;
	}
	
	.breakdance .bde-section-15-185 .section-background-overlay {
		position: absolute !important;
		inset: 0 !important;
		background: linear-gradient(to top, rgba(0, 0, 0, .72) 0%, rgba(0, 0, 0, .58) 25%, rgba(0, 0, 0, .35) 55%, rgba(0, 0, 0, .15) 80%, rgba(0, 0, 0, .05) 100%), linear-gradient(to top, rgba(74, 55, 40, .3) 0%, rgba(0, 0, 0, .22) 50%, rgba(0, 0, 0, .12) 100%), rgba(0, 0, 0, .55) !important;
	}
	
	.breakdance .bde-section-15-185 .section-container {
		padding-top: 82px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 28px !important;
	}
	
	.breakdance .bde-section-15-185 .bde-text:first-child {
		letter-spacing: 2px !important;
	}
	
	.breakdance .bde-section-15-185 .hero-tagline {
		font-size: 16px !important;
		line-height: 1.55 !important;
		max-width: 100% !important;
	}
	
	.breakdance .bde-section-15-185 .bde-button__button {
		padding: 16px 28px !important;
	}
}

@media (prefers-reduced-motion:reduce) {
	.breakdance .bde-section-15-185 .bde-div > .bde-text:first-child, .breakdance .bde-section-15-185 .bde-div > .bde-heading, .breakdance .bde-section-15-185 .hero-tagline, .breakdance .bde-section-15-185 .bde-button {
		opacity: 1;
		transform: none;
		filter: none;
		animation: none;
	}
}

.breakdance .bde-div-15-186 {
	gap: 16px;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.breakdance .bde-text-15-189 {
	margin-bottom: 0px;
}

.breakdance .bde-heading-15-187 {
	text-shadow: 10px 4px 104px rgba(0, 0, 0, .75);
	margin-bottom: 0px;
}

.breakdance .bde-text-15-188 {
	margin-bottom: 16px;
}

.breakdance .bde-section-15-193 .section-container {
	display: flex;
	flex-direction: column;
}

.breakdance .bde-section-15-193 {
	background: var(--background-black);
	--bde-section-vertical-padding: 0px;
	padding: 0;
}

.breakdance .bde-section-15-193 .section-container {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

.breakdance .bde-section-15-191 .section-container {
	display: flex;
	flex-direction: column;
}

.breakdance .bde-section-15-191 {
	background-image: url("https://matthewhartdev.wpenginepowered.com/wp-content/uploads/2026/03/site-background-grunge-texture.jpg");
}

.breakdance .bde-section-15-191.nitro-lazy {
	background-image: none !important;
}

.breakdance .bde-section-15-191 {
	position: relative !important;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	padding: 0 !important;
	margin: 0 !important;
	--bde-section-vertical-padding: 0px;
}

.breakdance .bde-section-15-191::before {
	content: "" !important;
	position: absolute !important;
	inset: 0 !important;
	background: rgba(28, 26, 24, .92) !important;
	z-index: 1 !important;
	pointer-events: none !important;
}

.breakdance .bde-section-15-191 .section-container, .breakdance .bde-section-15-191 .breakdance-container, .breakdance .bde-section-15-191 .bde-container, .breakdance .bde-section-15-191 .bde-section-contents {
	position: relative !important;
	z-index: 3 !important;
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
}

.breakdance .bde-section-15-191 .section-container > *:first-child, .breakdance .bde-section-15-191 .breakdance-container > *:first-child, .breakdance .bde-section-15-191 .bde-container > *:first-child {
	margin-top: 0 !important;
}

.breakdance .bde-section-15-191 .section-container > *:last-child, .breakdance .bde-section-15-191 .breakdance-container > *:last-child, .breakdance .bde-section-15-191 .bde-container > *:last-child {
	margin-bottom: 0 !important;
}

.breakdance .bde-section-15-185.nitro-lazy {
	background-image: none !important;
}
