/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* body { */
/*    padding-top: 50px; */ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ 
/* } */


.business-header {
    height: 300px;
/*    background: url('http://placehold.it/1920x400') center center no-repeat scroll; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(51,51,51,.7);
  text-shadow: 0 1px 3px rgba(255,255,255,.5); 
  text-align:center;  
/*  position: fixed; */
  bottom: 0;  
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }

  /* Start the vertical centering */
  .site-wrapper-inner { 
    vertical-align: middle; 
  } 
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 95%; /* Must be percentage or pixels for horizontal alignment */
  }
}

/* @media (min-width: 992px) {   .masthead,   .mastfoot,   .cover-container {     width: 700px;  }} */
