.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;
}