body.custom-background {
	background-image: url('https://brjimc.com/wp-content/uploads/2025/07/959a0069-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

/* ===== FIXED FOOTER STYLE — TRUE CENTER ALIGNMENT ===== */
footer {
	background-color: #111;
	color: #ccc;
	padding: 2em 0;
	font-size: .95em;
	margin-top: 3em;
	border-top: 1px solid #333;
	font-family: 'Inter', sans-serif;
	text-align: center;
}

/* Clean internal container layout */
footer .widget,
footer .site-info,
footer .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 1em;
	text-align: center;
}

/* Decorative gradient line above footer */
footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, transparent, #444, transparent);
	margin-bottom: 1.5em;
}

/* Link styles */
footer a {
	color: #ff9900;
	text-decoration: none;
	margin: 0 .4em;
	transition: color .3s ease, text-shadow .3s ease;
}

/* Hover effect */
footer a {
	color: #ff9900;
}

footer a:hover {
	color: #fff;
	text-shadow: 0 0 10px #ff9900, 0 0 20px #ff9900, 0 0 30px #ff6600;
}

/* Kill the Twitter link */
footer a[href*="twitter.com"] {
	display: none !important;
}

/* Remove box styling from share buttons */
.sharedaddy .sd-content ul li a.sd-button {
	background: none !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	color: #ff9e1b !important;
/* your current link color */
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: .9em;
}

/* On hover, make the text slightly brighter */
.sharedaddy .sd-content ul li a.sd-button:hover {
	color: #ffc04c !important;
	text-decoration: underline;
}

/* Remove extra spacing between buttons */
.sharedaddy .sd-content ul li {
	margin: 0 .5em 0 0 !important;
}

/* Center the entire share button block */
.sharedaddy .sd-content {
	display: flex !important;
	justify-content: center !important;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 1em;
}

/* Align the list of buttons */
.sharedaddy .sd-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

/* Force glowing text-only share buttons */
.sd-content ul li a,
.sd-content ul li a:visited {
	background: none !important;
	border: none !important;
	color: #ffa733 !important;
	font-weight: 600;
	text-transform: uppercase;
	font-family: inherit;
	text-shadow: none !important;
	padding: 0 10px;
	transition: all .3s ease !important;
}

.sd-content ul li a:hover,
.sd-content ul li a:focus,
.sd-content ul li a:active {
	color: #ffb347 !important;
	text-shadow: 0 0 3px #ff8c00, 0 0 6px #ff8c00, 0 0 10px #ff6600, 0 0 16px #ff6600 !important;
}

/* Center it */
.sd-content {
	text-align: center;
	padding-top: 10px;
}