/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 16:20:37 */
.big-orange-btn {
	display: block;
	border: 2px solid #DD6731;
	border-radius: 100px;
	padding: 30px;
	font-size: 24px;
	transition: all 300ms;
}

.big-orange-btn:hover {
	background-color: #DD673188;
}

.dark-text p,
.dark-text span,
.dark-text b {
	color: #222222;
}

.dark-text ul {
	list-style: square;
}

.dark-text li {
	margin-bottom: 8px;
}

li {
	color: #222222;
}

#fancy-header li {
	color: #ffffff !important;
}

.align-right {
	text-align: right;
	justify-content: end;
}