/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 11:39:31 */
body {
	overflow-x: hidden;
	overscroll-behaviour: none;
}

#main-content {
    background-color: black !important;
}

.et_pb_section {
	h1, h2, h3, h4, p {
		color: white !important;
	}
	h4 { font-size: 24px !important; }
}

@media (min-width: 980px) {
	.et_pb_section {
		h1 { font-size: 54px; }
		h2 { font-size: 46px; }
		h3 { font-size: 36px; }
	}
}


@media (max-width: 979px) {
	.et_pb_section {
		
		&:not(.full-width) {
			padding-left: 36px;
			padding-right: 36px;
		}
		h1 { font-size: 48px; }
		h2 { font-size: 42px; }
		h3 { font-size: 36px; }
	}
}

@media (max-width: 767px) {
	.et_pb_section {
		&:not(.full-width) {
			padding-left: 24px;
			padding-right: 24px;
		}
		h1 { font-size: 40px; }
		h2 { font-size: 36px; }
		h3 { font-size: 28px; }
	}
}