.header {
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  border-bottom: solid #428bca;
}
.business {
  margin-bottom: 20px;
}
.business > h2 {
  font-size: 45px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.businessinfo > .col-md-9 {
  padding: 0px;
}
.phone {
  padding: 0px;
  text-align: right;
}
.nav-pills > li > a {
  border-radius: 4px 4px 0px 0px;
}
@media (max-width: 767px) {
  .nav-pills > li > a {
    border-radius: 4px;
  }
}
.jumbotron {
  border-bottom: solid #428bca;
  padding: 0px;
}
.jumbotron > img,
iframe {
  width: 100%;
  height: auto;
}
p {
  font-size: 17px;
}
@media (max-width: 991px) {
  .phone {
    text-align: center;
  }
  .business {
    text-align: center;
  }
}
.center-element {
  margin: 0 auto;
}
.bordered-row {
  padding-bottom: 15px;
  border-bottom: solid #428bca;
  margin-bottom: 20px;
}
