@charset "utf-8";
/* CSS Document  Copyright 2021 Madison Historic District Shops */

h4 { white-space:normal; line-height:1.6; }	/* NOT NORMAL */

td#W318 h2,
.bxt h1,
.mark { color:#000; /* background-color:#4f8f8e;  */
					background-position:bottom;
					background-repeat:no-repeat;
					background-image: radial-gradient(circle at right bottom, #009, #03F, #0FF, #FF9 90%);
			/*		background: -webkit-linear-gradient(135deg, black, blue, #6ff, #FFF); */

			background-clip:padding-box;	-webkit-background-clip:padding-box;
			border:1px solid #000;  border-radius:10px;
			text-shadow:-1px 0 #FFF, 0 -1px #FFF, 1px 0 #FFF, 0 1px #FFF, 2px 2px 2px #777; }


.bxt h1 { display:table;
			border-collapse:separate; border-spacing:15px;  box-shadow:3px 3px 3px #999; }

td#W318 h2 { display:inline-block; }

.mark { display:inline-block; padding:0px 10px; }



.gradient_text {		/* background-color:#999; */	/* color:#FF0; */
						background: -webkit-linear-gradient(90deg, #000, #6FF);
						-webkit-background-clip: content-box;					/* required */
						/* -webkit-text-fill-color: transparent;			/* required */
						/* -webkit-text-fill-color: linear-gradient(#FF0,#F00);		/* NOT WORKING, must be a solid single color, gradient not allowed */
						/* text-fill-color: linear-gradient(#FF0,#F00);		/* WILL NOT WORK */
						
						/* -webkit-text-fill-color: #FF0; 					/*	will work */
						color:#FF0;											/* will work */ 	}





