.title {
color: #000;
/* change color to theme color*/
font-size: 19px;
line-height: 1.5;
font-weight: 700;  
margin: 20px 0 22px 0;

}
.banner-text { 
color: rgb(36, 162, 184);
/* change color to theme color*/
font-size: 36px;
line-height: 1.5; 
text-align: center;
}
.phone {
font-size: 22px;
line-height: 1.5;
font-weight: 700; 
color: #fff; 
/* change color to theme color*/
}
.phone-sub { 
text-align: center; 
color: #fff; 
/* change color to theme color*/ 
font-size: 18px; 
line-height: 1.5;
font-weight: 700;
}
.phone-sub-small { 
color: rgb(36, 162, 184); 
/* change color to theme color*/ 
font-weight: 600; 
text-decoration: underline;
}
.master-nav { 
background: #3a3a46;
 border-top-width: 2px;
border-top-style: solid;
border-top-color: #fbc329;
/* change color to theme color*/
}
.master-nav ul { 
margin-bottom: 0;
}
.btn-custom, .btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom, .btn-custom:active:hover, .btn-custom.active:hover, .open > .dropdown-toggle.btn-custom:hover, .btn-custom:active:focus, .btn-custom.active:focus, .open > .dropdown-toggle.btn-custom:focus, .btn-custom:active.focus, .btn-custom.active.focus, .open > .dropdown-toggle.btn-custom.focus, .btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
font-size: 16px;
color: #f44f4f;
line-height: 1.5;
font-weight: 700;
background-color: #fff;
/* change color to theme color*/
border-color: #f44f4f;
/* change color to theme color*/
}

.jumbotron {
  background: #f1f1f1  url("/sites/cars/wbur/uploads/WBUR_headerImg3.jpg") center center;
  background-repeat: no-repeat;
}
.banner-inner {
  text-align: center;
  width: 100%;
}
.master-header {
padding: 0;
margin: 0;
}
.banner-sub {
color: #fff;
text-align: center;
font-size: 30px;
line-height: 1.5;
font-weight: 700;
}
.master-nav ul li {
display: inline-block;
padding: 5px 0;
}
.master-nav ul li a {
color: #fff;
line-height: 1.5;
font-weight: 700;
}

.master-nav ul li::after {
  content: "|";
  color: #fff;
  padding: 0 10px;
}

.master-nav ul li:last-child:after {
  font-weight: 100;
 content: "";
display: none;
}
.top-logo img {
float: left;
}
iframe {
  width: 100%;
border: none;
  height: 900px;
height: 100vh;
}
.master-footer {
text-align: center;
background-color: #393A46;
border-top-width: 10px;
border-top-style: solid;
border-top-color: #466289;
}
.master-footer .container * {
  display: inline-block;
}
.inside-buttons > div {
display: inline-block;
}
.inside-left {
width: 255px;
}
.video {
width: 400px;
height: 250px;
}
article p {
font-size: 16px;
color: #444c4f;
line-height: 1.5;
font-weight: 400; 
text-align: justify;
}
.tel-alias {
font-weight: 700;
color: #666;
}
.btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
background-image: none;
}
@media screen and (max-width: 992px) {
  .video {
    padding-top: 10px;
width: 100%;
height: auto;
}
.inside-buttons {
margin: 0 auto;
}
.inside-left {
   width: 70%;
}
.inside-right {
width: auto;
}
.top-logo img {
float: none;
position: relative;
}
}
@media screen and (max-width: 986px) {
}
@media screen and (max-width: 768px) {
  .banner-sub {
    font-size: 20px;
  }
  .banner-text {
font-size: 25px;
}
.jumbotron { background: #f1f1f1  url("/sites/cars/wbur/uploads/GeneralB_Tow_600x250.png") no-repeat center center; background-size: contain; 
}
}
@media only screen and (max-width: 440px) {
.master-nav ul li a {   
color: #fff;
font-size: 12px;
line-height: 1.5;
font-weight: 700; 
}
}