/*!
 * 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. */
      font-family: Tahoma, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

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

.business-header {
    height: 650px;
    <!--
    background: url('https://zapquotedemo.com/bentley/images/header_banner.jpg') center center no-repeat scroll;
    background: url('https://zapquotes.us/bentley/images/header_banner.jpg') center center no-repeat scroll;
    -->
    
    background: url('https://zapquotes.us/bentley/images/header_banner.jpg') center center no-repeat scroll;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-box { border-radius: 4px; padding: 20px 20px 30px; background: none repeat scroll 0% 0% rgba(51, 51, 51, 0.5); margin-top: 170px;  margin-left: 50vw;}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline1 {
    text-shadow: 0 0 10px #000;
    color: #fff;
    font-size: 28px;
}

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff; 
    font-size: 20px;
    margin-bottom: 20px;
}

.tagline3 { color:#fff; font-size: 14px; text-shadow: 0 0 10px #000; }
.tagline4 { color:#fff; font-size: 18px; text-shadow: 0 0 10px #000; font-weight:bold; }
.img-center {
    margin: 0 auto;
}

footer {
    margin: 0 0 50px 0;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

blockquote footer {
    margin: 0;
}

blockquote {
    font-size: 14px;
}

.row {margin: 0 0;}

@media(min-width:767px) {
    .navbar {
        padding: 5px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

}

@media(max-width:767px) {

    .img-left {text-align: center; margin-bottom: 20px;}

}

.services-section, .contact-section, .intro-section, .testimonials-section, .about-section .providers-section {
    height: 100%;
    padding-top: 20px;
}


.img-left {padding-left: 0;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: -2px;
}

hr {
    -moz-border-bottom-colors: #E9E9E9;
    -moz-border-left-colors: #E9E9E9;
    -moz-border-right-colors: #E9E9E9;
    -moz-border-top-colors: #E9E9E9;
    border-image: none;
    border-style: solid none none;
    border-width: 2px 0 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.margin-bottom { margin-bottom: 20px; }
.services-section p { height: 60px; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.nav > li > a {
    display: block;
    padding: 16px 12px;
    position: relative;
}

