body {
  min-height: 250px;
}

.navbar-static-top {
  margin-bottom: 19px;
}



.business-header {
 
  min-height: 300px;
  background: #ccc;
  
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
 height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 224px;
  height: 100%;
}
footer {
  position: relative;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 224px;
  background-color: #f5f5f5;
  color:#fff;
}