/*drive4boss stylesheet*/
html {
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: url(http://www.bosscrane.com/wordpress/wp-content/themes/bennett-boots/images/boss-crane-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}
body{
     background: transparent;
}
img{
     max-width: 100%;
     height: auto;
}

.container{
     margin: auto;
}
header{
    border-top: 5px solid #08c;
    border-bottom: 10px solid #e9eaee;
    width: 100%;
    top: 0;
    z-index: 1;
    background: rgba(255,255,255,1);
    padding: .5rem 0;
}
h1, h2, h3, h4, h5{
     font-family: 'Source Sans Pro', sans-serif;
     color:#5a5a5a;
}
h1 a, h2 a, h3 a, h4 a, h5 a{
     color:inherit;
}
a{
     color: #08c;
}
.tagline{
     color: #08c;
    font-weight: 400;
    text-align: right;
    margin: 0;
     text-transform: uppercase;
     font-style: italic;
}
main{
     margin-bottom: 60px !important;
}
section.jumbotron {
    padding: 2rem;
}
img.hero{
     margin-top:20px;
     margin-bottom:20px;
}
footer{
     background:#414141;
     color:#ccc;
     padding:1rem 0;
     font-size: 12px;
}
footer a{
     color:#08c;
}
footer .social a{
     color: #ccc;
    font-size: 18px;
    padding: 0 .5rem;
}