#headerbar {
	height:50px;
	background-color:#333333;
}

#masthead
{
}

.padrow {
	padding-top:20px;
}

#footer {
	min-height:200px;
	background-color:#333333;
	color:#ffffff;
}

.price {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.quote {

}

ul {
	padding-bottom:10px;
	}

.scroller {

	overflow: auto;
	max-height:600px;
	margin-bottom:40px;
}

.fb-page {
	padding-bottom:20px;
	}


.phone {
	color: #007bff;

}

.phonemobile {
	color: #ffffff;

}


/* Style all font awesome icons */
.fab {
  padding-top: 12px;
  font-size: 25px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

/* Add a hover effect if you want */
.fab:hover {
  color: #007bff;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

a.linkmobile,
a.linkmobile:hover,
a.linkmobile:visited
{

	color:#ffffff !important;
    text-decoration:none !important;
}

.table td, .table th
{
	border:none;
}

table.pod td
{
	padding:10px 0px 0px 0px !important;
	vertical-align:middle;
}


.img-responsive
{
	width:100%;
	height:auto;
}

.img-thumbnail {
	padding:0px;
	  padding-top: 0.25rem;

}

@media (max-width: 709px) {

	body {
		font-size:1.1rem;
	}
	h5 {
		font-size: 1.35rem;
	}
	h4 {
		font-size: 1.6rem;
	}

}
