.text-shadow-lg { text-shadow:2px 2px 2px rgba(34, 34, 34,0.8); }
.text-shadow-sm { text-shadow:1px 1px 1px rgba(34, 34, 34,0.8); }
.text-shadow-lg-alt { text-shadow:2px 2px 2px rgba(255, 255, 255,0.8); }
.text-shadow-sm-alt { text-shadow:1px 1px 1px rgba(255, 255, 255,0.8); }
.fapad { padding-right: 10px; }
.fapadl { padding-left: 10px; }
a:not(.btn):not(.no-footer-css).link-hover-style-1 {
	position: relative;
	left: 0px;
	transition: all 0.1s ease-in-out;
}
a:not(.btn):not(.no-footer-css).link-hover-style-1:hover {
	left: 3px;
}
#header .header-nav-main nav > ul > li > a:hover {
		position: relative;
		background: transparent !important;
		font-size: 13.6px;
		font-size: 0.85rem;
		font-weight: 600;
		letter-spacing: 0;
		color: var(--primary--300) !important;
		transition: ease color 300ms;
}