/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2025 | 08:49:04 */
body {
	--bgcolor: #6f6f6f;
	--rowbwidth: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 30px;
    font-family: var(--headingsfontfamily), var(--nv-fallback-ff);
    color: var(--headingcolor, inherit);
}

.h3 {
    font-size: var(--h3fontsize);
    font-weight: var(--h3fontweight);
    line-height: var(--h3lineheight);
    letter-spacing: var(--h3letterspacing);
    text-transform: var(--h3texttransform)
}

.text-shadow-black {
	text-shadow: 0 3px 0 #000;
}

.noshadow,
.noshadow > img {
	box-shadow: none;
}