
.breakdance .bde-section-38-100 .section-container {
	align-items: flex-start;
	text-align: left;
	justify-content: center;
}

.breakdance .bde-section-38-100 {
	background-image: url("https://matthewhartleymusic.com/nitropack_static/XJcBeocsVVSpptCCyeyoJArMTzrNhTKB/assets/images/optimized/rev-c073a54/matthewhartdev.wpenginepowered.com/wp-content/uploads/2026/03/matthew-hartley-warehouse-guitar-photo-scaled.jpg");
	background-size: cover;
	background-position: 0 0;
}

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

.breakdance .bde-section-38-100 > .section-background-overlay {
	background-color: #000;
	transition: background-color 0ms ease-in-out;
}

.breakdance .bde-section-38-100 > .section-background-overlay {
	opacity: .6;
}

.breakdance .bde-section-38-100 .section-container {
	padding-left: 32px;
	padding-right: 32px;
	padding-bottom: 32px;
	padding-top: 32px;
}

.breakdance .bde-section-38-100 {
	position: relative;
	min-height: 90vh;
	background-position: 25% center !important;
	background-size: cover !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
}

.breakdance .bde-section-38-100 .section-background-overlay {
	background: linear-gradient(to right, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .65) 20%, rgba(0, 0, 0, .45) 45%, rgba(0, 0, 0, .25) 70%, rgba(0, 0, 0, .15) 100%), linear-gradient(to bottom, rgba(74, 55, 40, .28) 0%, rgba(0, 0, 0, .3) 45%, rgba(0, 0, 0, .24) 100%) !important;
	opacity: 1 !important;
}

.breakdance .bde-section-38-100 .section-container {
	min-height: 90vh;
	display: flex !important;
	flex-direction: column !important;
	justify-content: 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;
}

.breakdance .bde-section-38-100 .bde-div {
	align-items: flex-start !important;
	text-align: left !important;
}

.breakdance .bde-section-38-100 .bde-heading, .breakdance .bde-section-38-100 .bde-text {
	text-align: left !important;
}

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

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

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

.breakdance .bde-section-38-100 .powered-by-line {
	font-size: 15px !important;
	line-height: 1.7 !important;
	max-width: 720px !important;
	margin-top: 14px !important;
	border-left: 2px solid var(--bde-brand-primary-color);
	padding-left: 12px;
	color: var(--bde-body-text-color) !important;
	opacity: .75;
}

.breakdance .bde-section-38-100 .bde-button__button {
	padding: 18px 40px !important;
	border-radius: 14px;
	color: var(--bde-body-text-color) !important;
	background: var(--bde-brand-primary-color);
	border: none !important;
}

.breakdance .bde-section-38-100 .bde-button__button:focus, .breakdance .bde-section-38-100 .bde-button__button:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.breakdance .bde-section-38-100 .bde-div > *, .breakdance .bde-section-38-100 .hero-tagline, .breakdance .bde-section-38-100 .powered-by-line, .breakdance .bde-section-38-100 .bde-button {
	opacity: 0;
	transform: translateY(24px);
	filter: blur(6px);
	animation: heroFadeUp 1s cubic-bezier(.22, 1, .36, 1) forwards;
}

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

@media (max-width:1023px) {
	.breakdance .bde-section-38-100 {
		min-height: 88vh;
		background-position: 32% center !important;
	}
	
	.breakdance .bde-section-38-100 .section-container {
		padding-top: 88px !important;
		padding-left: 36px !important;
		padding-right: 36px !important;
	}
}

@media (max-width:767px) {
	.breakdance .bde-section-38-100 {
		min-height: 92vh;
		background-position: 42% 28% !important;
	}
	
	.breakdance .bde-section-38-100 .section-container {
		min-height: 92vh !important;
		justify-content: flex-start !important;
		padding-top: 150px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 28px !important;
	}
	
	.breakdance .bde-section-38-100 .bde-text:first-child {
		letter-spacing: 2px !important;
	}
	
	.breakdance .bde-section-38-100 .hero-tagline {
		font-size: 16px !important;
		line-height: 1.55 !important;
	}
	
	.breakdance .bde-section-38-100 .powered-by-line {
		font-size: 14px !important;
		line-height: 1.6 !important;
	}
	
	.breakdance .bde-section-38-100 .bde-button__button {
		padding: 16px 28px !important;
	}
}

@media (prefers-reduced-motion:reduce) {
	.breakdance .bde-section-38-100 * {
		animation: none !important;
		transform: none !important;
		filter: none !important;
		opacity: 1 !important;
	}
}

.breakdance .bde-div-38-101 {
	gap: 16px;
	align-items: flex-start;
	text-align: left;
	justify-content: center;
}

.breakdance .bde-text-38-102 {
	margin-bottom: 0px;
}

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

.breakdance .bde-text-38-104 {
	margin-bottom: 16px;
}

.breakdance .bde-text-38-220 {
	margin-bottom: 16px;
}

.breakdance .bde-text-38-219 {
	margin-bottom: 16px;
}

.breakdance .bde-button-38-105 .bde-button__button {
	color: var(--bde-body-text-color);
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.breakdance .bde-button-38-105 .bde-button__button {
	padding: 16px 32px;
}

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

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

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

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

.breakdance .bde-section-38-211 .section-container {
	display: flex;
	flex-direction: column;
}

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

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

.breakdance .bde-section-38-215 .section-container {
	display: flex;
	flex-direction: column;
}

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

.breakdance .bde-section-38-215 .section-container {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0 0 64px 0 !important;
	margin: 0 !important;
}

@media (max-width:1023px) {
	.breakdance .bde-section-38-215 .section-container {
		padding: 0 0 64px 0 !important;
	}
}

@media (max-width:767px) {
	.breakdance .bde-section-38-215 .section-container {
		padding: 0 0 48px 0 !important;
	}
}

.breakdance .bde-section-38-217 .section-container {
	display: flex;
	flex-direction: column;
}

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

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