/*!
 * Start Bootstrap - Busines Frontpage (http://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: 40px;
}

@media (min-width: 800px) {
    body {
        padding-top: 40px;
    }
}

.business-header {
    height: auto;
    min-height: auto;
    background: url('../cont/01-box.png') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.card {
    height: 100%;
}


.img-responsive{
    max-width:100%;
    height:auto;
 
  }
  .left{
    float:left;
  }


div  {
     padding : 5px ;

} 

div img {
    vertical-align:middle;
    padding-top:0px;
}


