body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.business-header-index {
  height: 20Svh;
  min-height: 200px;
  background: url("../images/Title-BG.jpg") center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header-about {
  height: 20Svh;
  min-height: 200px;
  background: url("../images/About.jpg") center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header-contact {
  height: 20Svh;
  min-height: 200px;
  background: url("../images/Contact.jpg") center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header-services {
  height: 20Svh;
  min-height: 200px;
  background: url("../images/Services.jpg") center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.business-header-howitworks {
  height: 20Svh;
  min-height: 200px;
  background: url("../images/howitworks.jpg") center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.card {
  height: 100%;
}

.mv-light {
  color: #009cdd;
}

.mv-dark {
  color: #004766;
  font-weight: 200;
}

.mv-title-text {
  color: #004766;
  font-weight: 220;
}

.mv-dark-noshadow {
  color: #004766;
}

.mv-bg-light {
  background-color: #009cdd;
}

.mv-bg-dark {
  background-color: #004766;
}

.mv-title {
  background-color: #004766;
}

.mv-btn {
  color: #fff;
  background-color: #004766;
  border-color: #004766;
}

.mv-text-heading {
 color: #e5f7ff;
 font-weight: 220;
}

.footer {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bullet {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
}

.side {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.5;
}

.service-img {
  float: left;
  width: 100px;
  height: 80px;
  margin: 0px 10px;
  border: 1px solid black;
}

.tile {
min-height: 100%;
}