/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  color: #474b59;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.business-header {
  height: 35vh;
  min-height: 300px;
  background: url('https://marketing.accessmarketingcompany.com/cdnr/22/acton/attachment/2054/f-030f/1/-/-/-/-/180726-MWB-LP-Hero.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.green {
  background-color: #6cc72b;
  color: #ffffff;
}

.green:hover {
  background-color: #6ead3d;
  color: #fefefe;
}

.grey {
  background-color: #e2e8f1;
  padding-top: 20px;
  padding-bottom: 40px;
}

.card {
  height: 100%;
}

h1 {
  color: #2065b0;
  margin-top: 5.5rem;
  font-size: 3.5rem;
  font-weight: 300;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  font-weight: 400;
  color: #2065b0;
}

.pad-bot {
  padding-bottom: 20px;
}

.row {
  padding-top: 20px;
}

@media screen and (max-width: 975px) {
  .business-header {
  height: 100%;
  padding-bottom: 30px;
  padding-top:30px;
  background: url('https://marketing.accessmarketingcompany.com/cdnr/22/acton/attachment/2054/f-030c/1/-/-/-/-/180726-MWB-LP-Hero-small.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

}


@media screen and (max-width: 550px) {
  h1 {
    font-size: 3rem;

  }

}
