header{
    background-image:url(../img/plumbing-9.jpg)  ;
}

 /*red #ce2029*/


section#contact {
    background: #222;
}

section {
    padding: 100px 0px 10px 10px;
}

header .intro-text .intro-heading{
    font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;font-size:50px;line-height:50px;margin-bottom:25px;
    color: #2B4EA1;
}

header .intro-text .lead {
    font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
    color: #000;

}

header .intro-text .intro-lead-in {
    font-family: Montserrat;
    font-style: normal;
    text-transform:none;
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 25px;
    color: #2B4EA1;
}

.logo {
    max-width:250px;
    margin-top: -22px;
    max-height: 250px;
}

.tel {
    color: #2B4EA1; font-weight: bolder; font-size: larger;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;

}

.navbar-default .navbar-nav > li > a {
    color: black;
}

.navbar-default.navbar-shrink{
    background-color:white;
    padding:7px 0;
    margin-bottom: 150px;
}

.logo.shrink{
    max-width: 100px;
    margin-top: -10px;
    max-height: 100px;
}

.social {
    display:block;
    background-color:#2B4EA1;
    height:40px;width:40px;
    border-radius:100%;font-size:20px;line-height:40px;
    color:#fff;outline:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s
}

section h2.section-heading{font-size:50px;margin-top:0}

.intro-text {
    position:relative;
}

.msg {
    font-family:"Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:700;font-size:35px;line-height:50px;margin-bottom:25px;
    color: black;
    position: relative;
    bottom: 0;
}

.btn-xl {
    color: #fff;
    background-color: #2B4EA1;
    border-color: #2B4EA1;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 20px 20px 20px;
    margin: 10px;
}

.btn {
    padding: 20px 20px 20px 20px;
    min-width: 250px;
}


.service-item{
    margin:0px 0px 30px 0px;text-align: center; align-content: center}

header .section-heading {
    font-size: 20px;
    line-height: 35px;
}


/**
smaller screen tweaks
*/
@media (max-width: 767px) {


    .logo {
        max-width: 100px;
        margin-top: -22px;
        max-height: 100px;
    }

    /* header .intro-text .intro-lead-in {
        padding-top: 100px;
        font-size: 40px;
        line-height: 35px;
    } */

    header .section-heading {
        padding-top: 100px;
        /* font-size: 40px; */
        line-height: 35px;
    }

    section {
       padding-top: 130px;
    }


    .navbar-default {
        background-color:white;
        padding:7px 0;
        margin-bottom: 150px;
    }

    .navbar-default.navbar-shrink{
        background-color:white;
        padding:7px 0;
        margin-bottom: 150px;
    }


}
