#wrapper{
	margin: 0 auto;
	/* Center align for Good browsers like Firefox, Opera, Netscape */
	font-family: Georgia,Calibri;
	width: 100%; 
	max-width: 1200px; 
	margin: 0 auto; 
	position: ; 
	top: 0; 
	background-color: white; 
	padding: 10px; 
	box-sizing: border-box; 
}


#bulletlist{
	text-align: justify;
	list-style-type: square;
}
body{
	text-decoration: none;
	background-image: linear-gradient(to right, Silver, White 10%, Silver 20%, Silver 80%, White 90%, Silver);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0; 
}
p{
	font-family: Tahoma, Calibri, Times;
}
h1{
	background-position-y: center;
	line-height: 100%;
	font-weight: bold;
	text-align: center;
	background-position-x: 0;
	vertical-align: none;
	margin-top: 6px;
	font-family: Arial Black; 
}
h2{
	/*margin-right: 0;
	background-position-y: center;
	line-height: 100%;
	margin-left: 0;
	text-indent: 0;
	font-weight: bold;
	background-repeat: repeat;
	word-spacing: 0;
	text-align: left;
	letter-spacing: -1pt;
	background-position-x: 0;
	margin-top: 10;
	vertical-align: none;
	*/
	color: Navy;
	font-size: 160%;
	font-family: Courgette, Lucida Sans;
	margin-bottom: 0;
	background-attachment: fixed;
}
H3{
	font-family: "Poppins";
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	text-indent: 20px;
}
img
{
  max-width: 30vw; 
}
#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%;
}
#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: 32px;
	line-height: 32px;
	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: 4s;
	animation-name: color1;
	animation-iteration-count: infinite;
}
@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: 2s;
}
.phoneb {
	color: #4D4D4D;
}
.navbutton p{
	margin-top: 0;
	margin-bottom: 3;
}
.navbutton a:link{
	background-image: linear-gradient(#D8D8D8, white, #D8D8D8);
	-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;
	background:-webkit-linear-gradient(#C8C8C8, #FFFFFF, #D2D2D2);
	background:-moz-linear-gradient(#C8C8C8, #FFFFFF, #D2D2D2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA', endColorstr='#F4F4F4');
	background-color:#BABABA;
	-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;
	text-indent:0;
	border:2px solid #0ce800;
	display:inline-block;
	color:#191919;
	font-family: Calibri;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:28px;
	line-height:28px;
	width:148px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #CCCCFF;
}
.navbutton a:hover{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFFF66), color-stop(1, #FFFFCC) );
	background:-moz-linear-gradient( center top, #FFFF66 5%, #FFFFCC 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF66', endColorstr='#FFFFCC');
	background-color:#FFFF66;
}
.navbutton a:active{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #87CEFA), color-stop(1, #AFEEEE) );
	background:-moz-linear-gradient( center top, #87CEFA 5%, #AFEEEE 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#87CEFA', endColorstr='#AFEEEE');
	background-color:#87CEFA;
	/*position:relative;
	top:1px;
	*/
}
.navbutton a:visited{
	/*border:1px solid #0f8209;
	*/
}
.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 {
	font: 16px Calibri, serif;
	color: #70602a;
	padding: 8px 30px 8px 30px;
	background-color: #f7f7cf;
	//border-top: 2px solid #e1cc89;
	//border-bottom: 2px solid #e1cc89;
	margin: 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 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-radius: 25px;
	border: 1px solid #a6a6a6;
	-moz-box-shadow: 5px 5px 9px #BCBCBC;
	-webkit-box-shadow: 5px 5px 9px #BCBCBC;
	box-shadow: 5px 5px 9px #BCBCBC;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
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;
}
div.testimonial_wrapper {
	display: flex; 
}	
p.testimonial_pic {
	margin-top: 6px;
	text-align: center;
	font-family: Arial, Calibri, sans-serif;
	font-size: 14pt;
	color: white;
}
div.testimonial_initial {
	width: 60px; 
	height: 60px; 
	border-radius: 50%; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	margin-top: ;
	text-align: ;
	font-family: ;
	font-size: 14pt;
	color: White;
}
.testimonial_name {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #708090;
	line-height: 14px;
	text-align: left; 
}
.testimonial_quote {
	font-family: Arial, Calibri, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #434d56;
}

.horizontal-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background: #9191f6;
  margin: 0px;
  padding: 0px; 
  border-radius: 5px; 
  box-shadow: 5px 5px 9px #BCBCBC;
}
.horizontal-flex-container a {
  text-decoration: none; 
  font-family: Arial; 
  font-weight: bold; 
  font-size: 80%; 
  border:; 
}
.horizontal-flex-container figure {
 text-align: center; 
 float: ; 
 position: ; 
 width: 100%; 
 height: auto; 
 margin: 2px; 
 border:; 
}
.horizontal-flex-container figure img {
 width: auto; 
 height: 160px; 
 max-width: 40vw; 
 border-radius: 50%;
 border: 1px solid Blue;
 -moz-box-shadow: 5px 5px 9px #BCBCBC;
 -webkit-box-shadow: 5px 5px 9px #BCBCBC;
 box-shadow: 5px 5px 9px #BCBCBC;
 -moz-border-radius: 50%;
 -webkit-border-radius: 50%;
}
.horizontal-flex-container figcaption {
 margin: 6px auto; font-weight: bold; color: white; font-size: 90%; 
}

.vertical-flex-container {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  background: #808080;
  margin: 0px;
}
/* BEGIN COLLAPSIBLE NAVBAR LINKS */
.navbar {
  background-color: #505050;
  border: 2px solid #e9e9e9; 
  border-radius: ; 
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  text-align: center; 
  font-family: Verdana, Arial; 
  font-weight: bold; 
}

.navbar li {
  display: inline; 
  color: white;
  text-align: center;
  padding: 10px 1px;
  text-decoration: none;
  font-size: 80%; 
}

.navbar a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 10px 8px;
  text-decoration: none;
  font-size: ; 
}

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

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

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

.dropdown:hover .dropdown-content {
  display: block;
}
/* END COLLAPSIBLE NAVBAR LINKS */



.scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
}

.scroll-images {
  display: inline-block;
  animation: scroll 15s linear infinite;
  margin-bottom: -5px; /* adjust to fit image height */
}

.scroll-images img {
  display: inline-block;
  height: 150px;
  margin-right: 10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
img.recentlycompleted {
	border-radius: 40px;
	border: 2px solid White;
	-moz-box-shadow: 5px 5px 9px #BCBCBC;
	-webkit-box-shadow: 5px 5px 9px #BCBCBC;
	box-shadow: 5px 5px 9px #BCBCBC;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
width: auto; 
height: 150px; 
max-width: 40vw; 
margin: 6px; 
}
div.polaroid { /* Cool little polaroid looking images, great for Recently Completed */
display: inline-block;
border-radius: 4px; 
border: 6px solid white; 
  width: 200px;
max-width: 35vw; 
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 4px 8px 18px 8px;
}
div.polaroidcontainer {
font-family: ; 
font-size: 100%; 
  text-align: center;
  border: 1px solid White;
  line-height: 0%;
  margin-top: 6px;
}
div.polaroid img {
    width: 100%;
    height: auto; 
    max-height: 150px; 
}


#CallNowSideButton {
    position:fixed;
    top:;
    right: 0px;
	bottom: 0px; 
    padding:0px;
    margin:0px;
    width: 40px;
    height:200px;
    background:#19be00;
    border-radius: 25px 0px 0px 0px;
}
#CallNowSideButton p {
    color: white;
    margin: 110px 0px 0px 0px;
    font-family:Tahoma; 
    font-size:120%; 
	font-weight: Bold; 
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}

@media (min-width: 601px) {
.show-if-wider {
    display: inline-block;
}
}

@media (max-width: 600px) {
.show-if-wider {
    display: none;
}
}



