body {
  min-height: 250px;
}

.navbar-static-top {
  margin-bottom: 19px;
}



.business-header {
  height: 50vh;
  min-height: 300px;
  background: url('https://placehold.it/1920x400') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 224px;
}
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 224px;
  background-color: #f5f5f5;
  color:#fff;
}