/*!
 * Start Bootstrap - (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. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url('https://getstaff.in/img/cover-gs.jpg?v=44') center center no-repeat scroll;
    /*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 {
    font-size: 44px;
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.btn-lg {
    background-color: #FF8A12;
    color: #ffffff;
}
.cntct-block {
    color: #ffffff;
}
ul.nav {
    color: #ffffff;
}
h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
}
.we-do {
    /*color: #717171;*/
    font-size: 16px;
    padding-top: 10px;
    text-align: justify;
    padding: 10px;
}
.works {
    /*font-size: 16px;*/
    line-height: 150%;
}
address {
    font-size: 16px;
}
.img-works {
    color: #717171;
}
#doorbell-button {
    right: auto !important;
    left: 5% !important;
}
.cust-logos {
  padding: 10px;
  max-height: 150px;
  max-width: 150px;
  text-align: center;
}

