#wrapper{
	margin: -20px auto;
	/* Center align for Good browsers like Firefox, Opera, Netscape */
	font-family: Georgia;}
#bulletlist {
	text-align: justify;
	list-style-type: ;
	font-family: Georgia;}

body {
  margin: 0;
  padding: 0;
  font-family: Georgia;
  text-decoration: none;

  /* Metallic radial gradient */
  background: radial-gradient(
    circle,
    #939393 0%,    /* center: slightly darker, bluish gray */
    #c5cdd5 30%,   /* lighter ring for metallic sheen */
    #899097 70%,   /* mid-gray-blue band */
    #2f3338 100%   /* dark steel edge */
  );
  background-attachment: fixed; /* keeps gradient from scrolling */
  background-repeat: no-repeat;
  background-size: cover; /* makes sure it fills the viewport */
}
	
p {
	font-family: Georgia;}
h1 {

	font-weight: bold;
	margin-top: 16px;
  color: #000000;
  font-family: Tahoma;
  font-size: 180%;
  font-weight: bold;
  line-height: 100%;
  text-align: center;

}
h2 {
  color: #000000;
  font-family: Tahoma;
  font-size: 140%;
  font-weight: bold;
  line-height: 100%;
  margin: 40px 0 0 0;
  text-align: left;
  text-indent: 0;
  word-spacing: 0;
  }
H3{
  font-family: Georgia, Times, serif;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  text-indent: 20px;
  }
h3.label {
margin:0; 
text-align: center; 
text-indent: 0; 
font-family: Tahoma; 
font-size: 90%; 
}
h4 {
  color: #0000FF;
  font-family: Georgia;
  font-size: 12pt;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
}

h5 {
  font-family: Georgia;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
}

h6 {
  font-family: Georgia;
  font-size: 8pt;
  font-style: normal;
  font-weight: normal;
}

#breadcrumb{
	color: #161616;
	margin-left: 0;
	text-indent: 0;
	font-weight: normal;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 8pt;
	font-family: "Calibri", "Georgia";
}
#phoneheader {
	position: static;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
	font-size: 130%;
	text-decoration: none; 
}
#phoneheader div {
	-moz-box-shadow:inset 0px 2px 1px 0px #9F9F9F;
	-webkit-box-shadow:inset 0px 2px 1px 0px #9F9F9F;
	box-shadow:inset 0px 1px 3px 0px #9F9F9F;
	position: relative;
	float: left;
	height: 36px;
	line-height: 36px;style="width: 122px; height: auto; max-width: 40%; padding: 6px; "
	width: 16%;
	border: 1px solid #CECECE;
	border-radius: 16px;
	border-left: 1px #CECECE solid;
	border-right: 1px #CECECE solid;
	margin: 0px 2px 0px 2px;
	font-family: "Calibri", "Arial";
	background-color: #F0F0F0;
	animation-duration: 3s;
	animation-name: color1;
	animation-iteration-count: infinite;
}
#phoneheader a { text-decoration: none; }
img {
	max-width: 100vw; 
}
@keyframes color1 {
	0% {
		box-shadow:inset 0px 1px 3px 0px #9F9F9F 
}
	0% {
		background-color: #F0F0F0 
}
	40% {
		box-shadow:inset 0px 1px 4px 0px Yellow
}
	40% {
		background-color: #fff9c4 
}
	60% {
		box-shadow:inset 0px 1px 3px 0px #9F9F9F 
}
	60% {
		background-color: #F0F0F0 
}
}
i.areacode {
	font-family: "Georgia";
}
.phonea {
	color: #333333;
	animation-delay: 1.5s;
}
.phoneb {
	color: #4D4D4D;
}

nav.navbutton {
	width: 100%; 
	margin: 0; 
	padding: 0; 
}
.navbutton li {
  list-style: none; /* removes dot/item markers */
  margin: 0 auto 3px auto;
}

.navbutton p {
  margin: 0 auto 3px auto;
	text-align: center; 
}

.navbutton a:link,
.navbutton a:visited {
  background: linear-gradient(#C8C8C8, #FFFFFF, #D2D2D2);
  background-color: #BABABA;
  border: 2px solid #0ce800;
  border-radius: 15px;
  box-shadow: inset 2px 1px 8px 0px #BABAD6;
  color: #191919;
  display: inline-block;
  font-family: Calibri;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  text-shadow: 1px 1px 0px #CCCCFF;
  width: 148px;
max-width: 100%; 
}

.navbutton a:hover {
  background: linear-gradient(to bottom, #FFFF66 5%, #FFFFCC 100%);
  background-color: #FFFF66;
}


.resalepricing {
	cellspacing: 0;
	padding: 6;
	border: 0;
	border-collapse: collapse;
	border: 0px solid black;
	width: 900px;
	background-color: white;
}
.infoheader {
	background-color: blue;
	color: #ffffff;
	text-align: center;
	width: 128px;
	height: 55px;
	padding: 3px;
}
.priceheader {
	background-color: #287527;
	color: #ffffff;
	text-align: center;
	width: 128px;
}
.infodata {
	background-color: white;
	color: black;
	text-align: center;
}
.pricedata {
	background-color: #d4e8d3;
	color: black;
	text-align: center;
}
blockquote.box{
	font: 16px Calibri, serif;
	color: #70602a;
	padding: 8px 30px 8px 30px;
	background-color: #f7f7cf;
	margin: 12px auto;
	width: 70%;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	-moz-box-shadow:inset 2px 1px 8px 0px #BABAD6;
	-webkit-box-shadow:inset 2px 1px 8px 0px #BABAD6;
	box-shadow:inset 2px 1px 8px 0px #BABAD6;
}
blockquote.box span{
	font: 16px italic Times, serif;
	display: block;
}
font.quote{
	font-style:italic;
	color:#0000FF;
}
.explosion {
	background-image: url('../images/explosion_250.png');
	background-repeat: no-repeat;
	height: 172px;
	width: 250px;
	display: table;
	margin: auto;
}
.explosion p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.icon{
	border-radius: 3px;
	border: 1px solid #BCBCBC;
	-moz-box-shadow: 2px 2px 3px #111111;
	-webkit-box-shadow: 2px 2px 3px #111111;
	box-shadow: 2px 2px 3px #111111;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.rounded{
	border: 0px solid White;
	padding: 2px; 
	-moz-box-shadow: 0px 0px 8px White;
	-webkit-box-shadow: 0px 0px 8px White;
	box-shadow: 0px 0px 8px White;
	-moz-border-radius: 999em;
	-webkit-border-radius: 999em;
	border-radius: 999em;
	max-width: 40vw; 
}
.rounded:hover { /* Makes the image glow on mouseover */ 
      box-shadow: 0 0 20px rgba(240, 250, 255, 0.9); /* Glow changes to cyan on hover */
}
.roundeddark {
	border: 0px solid Navy;
	padding: 3px; 
	-moz-box-shadow: 0px 0px 12px Navy;
	-webkit-box-shadow: 0px 0px 12px Navy;
	box-shadow: 0px 0px 12px Navy;
	-moz-border-radius: 999em;
	-webkit-border-radius: 999em;
	border-radius: 999em;
	max-width: 45vw; 
	margin: 10px auto;
}
.signtypes{
	border-radius: 15px;
	border: 0px solid #a6a6a6;
	-moz-box-shadow: 2px 2px 2px black;
	-webkit-box-shadow: 2px 2px 2px black;
	box-shadow: 2px 2px 2px black;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	height: 85px;
	width: 110px;
}
p.citynav{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 76%;
	color: #808080;
}
p.numbernav{
	text-align: center;
	margin-top:0;
	margin-bottom:0;
	font-style: bold;
	font-weight: bold;
	font-size: 120%;
	color: black;
}
table#testimonial {
	width: 500px;
	align: center;
}
td.testimonial_pic {
	width: 46px;
}
p.testimonial_pic {
	margin-top: 6px;
	text-align: center;
	font-family: Arial, Calibri, sans-serif;
	font-size: 14pt;
	color: white;
}
div.testimonial_wrapper {
 display: inline-block; 
text-align: left; 
margin: 24px auto; 
width: 80%; 
background-color: #D9ECEC; 
border: 3px solid #DEE7E7; 
border-radius: 30px; 
padding: 20px; 
}
div.testimonial_initial {
    height: 45px; width: 46px; border-radius: 25px; float: left; border-collapse: collapse; margin-right: 5px;
}
p.testimonial_initial {
    font-family: Arial, Calibri, sans-serif; font-size: 14pt; color: white; position: relative; text-align: center; width: 100%; margin: 11px 0 0 0px;
}
.testimonial_name {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #708090;
	line-height: 14px;
	margin: 6px; 
}
.testimonial_quote {
	font-family: Arial, Calibri, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #434d56;
	margin: 10px 0 10px 0;
}
#cta-CallNowSideButton
{
    position:fixed;
    top:0px;
    right: 0px;
    padding:0px;
    margin:0px;
    width: 40px;
    height:200px;
	max-width: 20vw; 
    background:#19be00;
    border-radius: 0px 0px 0px 25px;
}
#cta-CallNowSideButton p
{
    color: white;
    margin: 110px 0px 0px 0px;
    font-family:Tahoma; 
    font-size:120%; 
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}

.ordernow button { background-color: #00CA2D; color: White; border-radius: 30px; height: 50px; width: 250px; font-family: Arial Black; font-size: 160%; }
.ordernow button:hover { background-color: Yellow; color: Black; cursor: pointer; }
button:hover { filter: brightness(1.2); } /* Increases brightness of the border color */

/* BEGIN COLLAPSIBLE MENU LINKS */
.collapsible {
  background-color: rgba(200, 200, 200, 0.01);
  color: ;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: ;
}
.active, .collapsible:hover {
  background-color: rgba(200, 200, 200, 0.05);
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: rgba(200, 200, 200, 0.1);
  text-align: center; 
}
.content a {
  text-decoration: none; 
}
.linkswrapper {
  background-color: rgba(200, 200, 200, 0.1); 
}
.linkswrapper a {
  text-decoration: none; 
}
.linkswrapper p {
  text-align: center; 
  font-family: Calibri; 
  font-size: 90%; 
}
/* END COLLAPSIBLE MENU LINKS */


.emcsizes { 
            text-shadow: 2px 2px 2px Black, 0 0 5px White;
        }
.emcinstock {
            font-size: 70%; 
            color: Yellow;
            font-family: Courier New;
            font-style: Italic;
        }
		
/* BEGIN accordion list that expands when you click on it, for FAQs */
.accordion {
            display: flex;
            flex-direction: column;
            margin: auto;
        }

.question {
            background-color: #f1f1f1;
            padding: 4px;
            cursor: pointer;
            border: 1px solid #ddd;
            text-align: left;
        }
.question h3 {
}
.answer {
            display: none;
            padding: 10px;
            border-top: 1px solid #ddd;
        }
.answer .active {
	display: block; 
}
/* END accordion list that expands when you click on it, for FAQs */
		
/* CSS */
.seemorebutton {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.seemorebutton:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}



.navbar {
  box-sizing: border-box;
  margin: 0; 
  background-color: #505050;
  border: 3px solid #e9e9e9; 
  border-radius: 0; /* Fixed empty border-radius */
  font-family: Calibri, sans-serif;
  font-weight: bold;   
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  text-align: center; 
  font-family: Verdana, Arial, sans-serif; 
  font-weight: bold; 
}

.navbar li {
  display: inline-block; /* Changed from inline to inline-block */
}

.navbar a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 80%; 
  background-color: inherit;
  font-family: inherit;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(120,120,120);
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 0 3px; 
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: Calibri, Arial, sans-serif; 
}

.dropdown-content a:hover {
  background-color: LightSkyBlue;
}

.dropdown:hover .dropdown-content {
  display: block;
}



@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 7));
  }
}
.slider { background: ; box-shadow: ; height: 150px; max-height: 15vw; margin: auto; overflow: hidden; position: relative; width: 100%; padding: 0; }
.slider::before,
.slider::after { background: linear-gradient(to right, black 0%, rgba(255, 255, 255, 0) 20%); content: ""; height: 150px; max-height: 15vw; position: absolute; width: 400px; z-index: 2; }
.slider::after { right: 0; top: 0; transform: rotateZ(180deg); }
.slider::before { left: 0; top: 0;}
.slider .slide-track { animation: scroll 30s linear infinite; display: flex; width: calc(150px * 18); }
.slider .slide { height: 150px; max-height: 15vw; width: auto; }
.slider img { height: 150px; max-height: 15vw; border-right: 5px solid black; }

.bottomimagerow {
  display: flex;
  justify-content: center;   /* center the images horizontally */
  align-items: center;       /* vertically center if needed */
  flex-wrap: wrap;           /* allows wrapping on smaller screens */
  width: 100%;               /* always fill parent width */
  box-sizing: border-box;    /* include borders/padding in width */
}
.bottomimagerow img {
  height: 85px; 
  width: auto; 
  margin: auto -8px; 
  border-radius: 10px 40px; 
  border:  2px solid #66ffcc; 
  filter: drop-shadow(2px 2px 6px #008066);  
}

    /* Styles for the div when the screen is wider than 800 pixels */
    @media (min-width: 801px) {
      .show-if-wider {
        width: 160; 
		display: ;
      }
	  .hide-if-wider {
	  width: 0; 
	  display: none; 
	  }
    }

    /* Styles for the div when the screen is 800 pixels or narrower */
    @media (max-width: 800px) {
      .show-if-wider {
        display: none;
      }
	  .hide-if-wider {
	  display: ; 
	  }
	  .hide-for-small-screens {
	  width: 0; 
	  display: none; 
	  }
    }

div.boldpoint {
      background-color: #eff7f9;
  padding: 6px 20px; 
  border-radius: 25px; 
  border: 2px solid #99ebff; 
  margin-bottom: 20px; 
  width: 90%; 
      }
span.boldpoint {
  font-family: Arial Black; 
  font-weight: Bold; 
  font-size: 110%; 
  color: #1f849f; 
}
div.container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Equal width columns */
  gap: 20px;
  padding: 20px;
}
div.column {
  display: grid;
  justify-items: center; /* Centers horizontally */
  align-content: start; /* Aligns content to the top */
}

.recentwrap {
background: ; box-shadow: ; height: ; max-height: ; margin: auto; overflow: hidden; position: relative; width: 100%; padding: 0; text-align: center; 
  }
.recentlisting {
display: inline-block; 
  margin: 5px 3px; 
  overflow: wrap; text-align: center; 
  max-width: 150px; 
  border: 2px solid white;
  padding: 6px 10px; 
  box-shadow: 2px 2px 12px silver; 
  vertical-align: top; 
  }
.recentlisting:hover {
  background-color: #e0fdff; 
  border: 2px solid White; 
  text-shadow: 2px 2px 2px white; 
  color: black; 
  }
.recentlisting p {
text-align: center; font-size: 12px; margin: 5px 0 0 0;
  font-family: Calibri; 
  }
.recentlisting img {
	max-width: 100%; height: 110px;
}


.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  padding: 10px;
  margin: 50px auto;
}

.grid-item {
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  text-decoration: none; /* Removes underline from links */
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.grid-item:hover {
  transform: translateY(-6px) scale(1.02); /* slight pop-up */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background: #fffef7; /* subtle background shift */
}

.grid-item h2 {
  margin-top: 0;
  font-size: 1.3em;
}

.grid-item img {
  width: 100%;
  max-width: 150px;
  height: auto;
  aspect-ratio: 3 / 2;
}

.grid-item figure {
  margin: 10px 0;
  text-align: center; /* centers the caption under the image */
}

.grid-item figcaption {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1.05em;
  color: red;
  margin-top: 6px;
}

.grid-item p {
  flex-grow: 1; /* ensures consistent height with varying text */
  text-align: center;
}


#logobox {
  align-items: center;
  animation: logobox 6s ease infinite;
  background: url('https://signsmanufacturing.com/images/background_graphic_lighter.jpg') no-repeat center; 
  background-size: cover;
  display: flex;
  height: ;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.15); 
  background-blend-mode: color-burn;
}
.logoboxbuttons {
  font-family: Verdana;
  font-weight: bold;
  width: 300px;
  text-shadow: 1px 1px 2px White; 
}

.logoboxbuttons button {
  background-color: blue;
  border-radius: 15px;
  box-shadow: 3px 3px 5px White;
  color: white;
  font-family: Verdana;
  font-size: 105%;
  font-weight: bold;
  padding: 6px 0;
  width: 200px;
}

.logoboxbuttons button:hover {
  background-color: yellow;
  color: Black;
  cursor: pointer;
}

div#header {
  background-color: DarkSlateGrey;
  border-bottom: 2px solid Black;
  border-top: 1px solid Black;
  height: auto;
  justify-content: center;
  padding: 3px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  color: White; 
	font-weight: bold; 
	font-family: Calibri; 
}
div#header table {
	border-collapse: collapse; 
	text-align: center; 
	font-family: Calibri; 
	vertical-align: middle;
}
div#header td {
	color: White; 
	text-align: center; 
	vertical-align: middle; 
	font-weight: bold; 
}
div#header a {
display: inline-block; 
width: 120px; 
line-height: 150%; 
margin: 0; 
text-decoration: none; 
color: White;
padding: 2px 0; 
}
div#header td a:hover {
   background-color: GhostWhite; 
   color: Black; 
}
div#header .txdropdown {
display: inline-block;
width: 120px; 
line-height: 110%; 
margin: 0; 
}
div#header .txdropdown-content {
	background-color: Gainsboro;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 117px; 
	z-index: 1;
	margin-top: 1px;
	border-radius: 0 0 5px 5px; 
	opacity: 0; /* Start invisible */
	visibility: hidden; /* Prevent interaction when hidden */
	transition: opacity 0.5s ease-out, visibility 0.5s ease-out; /* Smooth fade-out */
	text-align: left; 
}
div#header .txdropdown-content a {
	display: block;
	color: Black; 
	padding-left: 3px; 
	font-size: 90%;
}
div#header .txdropdown:hover .txdropdown-content {
display: block;
text-shadow: 1px 1px 2px White; 
opacity: 1; /* Fully visible on hover */
visibility: visible; /* Allow interaction */
transition: opacity 0s ease; /* Instant show */
}
div#header a.headerfocus {
background-color: MediumBlue;
border-radius: 5px; 
color: Yellow; 
box-shadow: 0 0 30px White; 
}

@media screen and (max-width: 900px) {
  .logoboxbuttons {
    display: none;
  }
}

ul {
	margin-left: 10px; 
	padding-left: 10px;
}

a {
  color: blue;
  text-decoration: none;
}

a:active {
  color: rgb(255, 0, 0);
}

table {
  border-color: rgb(51, 51, 51);
  table-border-color-dark: rgb(51, 51, 51);
  table-border-color-light: rgb(51, 51, 51);
}

th {
  border-color: rgb(51, 51, 51);
}

td {
  border-color: rgb(51, 51, 51);
}

hr {
  color: rgb(51, 0, 153);
}

button {
  background-color: rgb(51, 0, 153);
  border-bottom-style: solid;
  border-bottom-width: 1pt;
  border-left-style: solid;
  border-left-width: 1pt;
  border-right-style: solid;
  border-right-width: 1pt;
  border-top-style: solid;
  border-top-width: 1pt;
  color: rgb(255, 255, 255);
  font-family: trebuchet ms, Georgia, Helvetica;
  font-size: 8pt;
  font-style: normal;
}

button.graphicbutton {
  background-color: white;
  border: 4px solid LimeGreen;
  border-radius: 10px;
  cursor: pointer;
  padding: 5px;
}

button.graphicbutton:hover {
  filter: brightness(1.2);
}

label {
  color: rgb(0, 0, 0);
}

img {
  max-width: 94vw;
}




.call-button-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 20px auto;
  text-align: center;
}

.call-button {
  background-color: #007BFF;
  border: 2px solid #0056b3;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px #0056b3;
  color: white;
  display: inline-block;
  font-family: Verdana;
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  width: 240px;
}

.call-button:hover {
  background-color: #0056b3;
  color: #ffff66;
  transform: ;
}


 




table.blueTable {
  background-color: #EEEEEE;
  border: 1px solid #1C6EA4;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

table.blueTable td, table.blueTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
}

table.blueTable tbody td {
  font-size: 13px;
}

table.blueTable tr:nth-child(even) {
  background: #D0E4F5;
}

table.blueTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}

table.blueTable thead th {
  color: #FFFFFF;
  border-left: 2px solid #D0E4F5;
  font-size: 15px;
  font-weight: bold;
}

table.blueTable thead th:first-child {
  border-left: none;
}

table.blueTable tfoot {
  background: #D0E4F5;
  background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
  border-top: 2px solid #444444;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

table.blueTable tfoot td {
  font-size: 14px;
}

table.blueTable tfoot .links {
  text-align: right;
}

table.blueTable tfoot .links a {
  background: #1C6EA4;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  padding: 2px 8px;
}

.content {
  background-color: rgba(200, 200, 200, 0.1);
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  text-align: center;
  transition: max-height 0.2s ease-out;
}

.content a {
  text-decoration: none;
}

.linkswrapper {
  background-color: rgba(200, 200, 200, 0.1);
}

.linkswrapper a {
  text-decoration: none;
}

.linkswrapper p {
  font-family: Calibri;
  font-size: 90%;
  text-align: center;
}

.box1 {
  background-color: rgb(244, 244, 248);
  border: 2px solid rgba(100, 100, 100, 0.05);
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgb(225, 225, 225);
  margin-top: 25px; 
  margin-bottom: 25px; 
  margin-left:  min(10px, 0.5vw); 
  margin-right:  min(10px, 0.5vw);
  padding: 0px 12px 10px 12px;
}

.box2 {
  background-color: rgb(244, 248, 244);
  border: 2px solid rgba(100, 100, 100, 0.05);
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgb(225, 225, 225);
  margin-top: 25px; 
  margin-bottom: 25px; 
  margin-left:  min(10px, 0.5vw); 
  margin-right:  min(10px, 0.5vw);
  padding: 0px 12px 10px 12px;
}

.box3 {
  background-color: rgb(248, 244, 244);
  border: 2px solid rgba(100, 100, 100, 0.05);
  border-radius: 20px;
  box-shadow: 5px 5px 10px rgb(225, 225, 225);
  margin-top: 25px; 
  margin-bottom: 25px; 
  margin-left:  min(10px, 0.5vw); 
  margin-right:  min(10px, 0.5vw);
  padding: 0px 12px 10px 12px;
}

div.image-row {
  align-items: center;
  display: flex;
  height: 200px;
  justify-content: center;
  overflow-x: hidden;
  white-space: nowrap;
}
div.image-row img {
  height: 200px;            /* fixed uniform height */
  width: 100%;
  max-width: 50%;           /* ensures at least 2 images per row */
  object-fit: cover;        /* keeps aspect ratio and fills frame */
  flex: 1 1 50%;            /* flexible width but never under 50% */
  display: block;
}
.image-row-images {
  border: 2px solid silver;
  border-radius: 0 30px;
  height: 120px;
  margin: 0 2px;
  max-height: 20vh;
  max-height: ;
  object-fit: cover;
  width: auto;
}

div.typesofsigns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
background: linear-gradient(to bottom, Navy 10%, #7F92FF 40%, Navy 80%); 
width: ; 
margin: 10px 0px; 
border-radius: 20px; 
padding: 10px 6px; 
}

.typesofsigns div {
  box-sizing: border-box;
  display: inline-block;
  flex: 1;
  margin: 0 2px;
  max-width: 40vw;
  min-width: 110px;
  padding: 10px 0 10px 0;
  text-align: center;
  vertical-align: top;
  width: 130px;
  color: White;
  }

.typesofsigns h3 {
  color: White;
  font-family: Lucida Sans Unicode, Arial;
  font-size: 100%;
  font-weight: normal;
  margin: 4px auto 0 auto;
  text-align: center;
  text-indent: 0;
  text-shadow: 0px 0px 3px White;
}

.typesofsigns p {
	font-size: 80%;
	font-family: Arial;
	color: rgb(240,240,240);
}

.typesofsigns a {
  color: #006ED1;
  text-decoration: none;
}

.typesofsigns img {
  border: 2px solid Lavender;
  border-radius: 32% 8%;
  height: 110px;
  max-width: 36vw;
  min-width: 100px;
  padding: 2px;
  width: 120px;
}

.typesofsigns,
.typesofsigns *,
.typesofsigns a,
.typesofsigns a:visited,
.typesofsigns a:hover,
.typesofsigns a:active {
color: White
}

p.typesofsignsParagraph {
	font-size: 70%; 
	font-style: italic; 
}

.image-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.image-container img {
  flex-grow: 1;
  height: 150px;
  max-width: 100%;
  object-fit: contain;
  padding: 5px;
}

div.testimonial_wrapper {
  background-color: #D9ECEC;
  border: 3px solid #DEE7E7;
  border-radius: 30px;
  display: inline-block;
  margin: 24px auto;
  padding: 20px;
  text-align: left;
  width: 80%;
}

div.testimonial_initial {
  border-collapse: collapse;
  border-radius: 25px;
  height: 45px;
  margin-right: 5px;
  width: 46px;
  float: left;
}

p.testimonial_initial {
  color: white;
  font-family: Arial, Calibri, sans-serif;
  font-size: 14pt;
  margin: 11px 0 0 0px;
  position: relative;
  text-align: center;
  width: 100%;
}

.grid-container {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 10px;
}

.grid-item {
  background: #EBFAFF;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: ;
  padding: 0 20px;
  text-decoration: none;
}

.grid-item:hover {
  background: #FFFEE5;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  text-shadow: 2px 2px 2px white;
  transform: translateY(-6px) scale(1.02);
}

.grid-item h2 {
  font-size: 1.3em;
  margin-top: 0;
}

.grid-item img {
  aspect-ratio: 3 / 2;
  height: auto;
  max-width: 150px;
  width: 100%;
}

.grid-item figure {
  margin: 10px 0;
  text-align: center;
}

.grid-item figcaption {
  color: Red;
  font-family: Georgia;
  font-size: 105%;
  font-weight: bold;
  margin-top: 6px;
  text-shadow: 2px 2px 2px white;
}

.grid-item p {
  flex-grow: 1;
  text-align: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-150px * 7));
  }
}

@media (min-width: 601px) {
#CallNowSideButton {
    position:fixed;
	display: flex;
    top: 170px;
    right: 0px;
    width: 40px;
    height: 200px;
    background:#19be00;
    border-radius: 25px 0px 0px 25px;
    padding: auto; 
	margin: auto; 
	justify-content: center; 
    align-items: center; 
}
#CallNowSideButton p {
    color: white;
    font-family:Tahoma; 
    font-size:120%; 
	font-weight: Bold; 
    transform: rotate(-90deg); 
	white-space: nowrap; 
	transform-origin: center; 
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}
  #CallNowMobileButton {
    display: none;
  }
  .show-if-wider {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  #CallNowSideButton {
    display: none;
  }
  #CallNowMobileButton {
    align-items: center;
    background-color: LimeGreen;
    border: 1px solid Chartreuse;
    border-radius: ;
    bottom: 0;
    display: flex;
    height: 35px;
    justify-content: center;
    position: fixed;
    width: 100vw;
  }
  #CallNowMobileButton p {
    color: white;
    font-family: Tahoma;
    font-size: 100%;
    font-weight: bold;
    margin: auto;
    text-align: center;
  }
  .show-if-wider {
    display: none;
  }
}

#county-map {
  height: auto;
  max-width: 96%;
}

.county {
  fill: ;
  stroke: #555;
  transition: fill 0.3s;
}

a .county:hover {
  cursor: pointer;
  fill: Yellow;
}

.inactive {
  fill: #eee;
  opacity: 0.5;
  pointer-events: none;
  stroke: #aaa;
}

.county-label {
  fill: Black;
  font-family: Calibri;
  font-size: 60%;
  pointer-events: none;
  stroke-width: 0;
  text-anchor: middle;
}

.recentwrap {
  background: ;
  box-shadow: ;
  height: ;
  margin: auto;
  max-height: ;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

.recentlisting {
  border: 2px solid white;
  box-shadow: 2px 2px 12px silver;
  display: inline-block;
  margin: 5px 3px;
  max-width: 150px;
  overflow: wrap;
  padding: 6px 10px;
  text-align: center;
  vertical-align: top;
}

.recentlisting:hover {
  background-color: #e0fdff;
  border: 2px solid White;
  color: black;
  text-shadow: 2px 2px 2px white;
}

.recentlisting p {
  font-family: Calibri;
  font-size: 12px;
  margin: 5px 0 0 0;
  text-align: center;
}

.recentlisting img {
  height: 110px;
  max-width: 100%;
}

.wrapper { /* used on the Texas pages to wrap the entire bottom section */
box-sizing: border-box; background-color: White; width: 1200px; max-width: 100vw; margin: 0 auto; padding: 0; overflow: hidden; height: ; 
}
.maincolumn { /* used on the Texas pages to keep the main content on the right */
overflow: hidden; 
padding: 2px 10px 10px 10px; 
}

.footer {
	width: 100%; background: linear-gradient(to top, #e6e6e6, #f8f8f8, #e6e6e6); color: #333; bottom: 0; left: 0; border-top: 1px solid #c0c0c0; 
}
  div.brochurecontainer {
display:flex; flex-wrap:wrap; justify-content:center; gap:16px; max-width:98%; margin:auto;
  }
  div.brochures {
flex:1 1; text-align:center; font-family:Georgia; width: 120px; 
  }

.logoboxbuttons .fa-solid,.fa-regular {
  color: #fff;
}
  

/* Use this to bring in any video links from YouTube */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
