h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway','Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 600;
    color: #164b5f;
    margin: 0 0 30px 0;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 70px;
    margin: 0 0 44px 0;
}


section {
    display: block;
    position: relative;
    padding: 80px 0;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    background-size: cover !important;
    box-sizing: border-box !important;
}

section header>h1, section header>h2, section header>h3, section header>h4, section header>h5, section header>h6 {
    margin: 0;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.nopadding-bottom {
    padding-bottom: 0 !important;
}

.nopadding-top {
    padding-bottom: 0 !important;
}

section.alternate {
    background-color: rgba(45, 66, 150, 0.05);
}

.weight-300 {
    font-weight: 300 !important;
}

.size-13 {
    font-size: 13px !important;
    line-height: 17px !important;
}

.letter-spacing-1 {
    letter-spacing: 0.1em !important;
}

#main-img h1, #main-img h2 {
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}


#main-img {
    height: 100%;
    width: 100%;
    color: white;
}

.navbar {
    margin-bottom: 0;
}

.box-icon.box-icon-side {
    position: relative;
    padding-left: 70px;
}
.box-icon {
    margin: 30px 0;
}
.box-icon.box-icon-side>i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 48px;
    color: #164b5f;
}

.box-icon a.box-icon-more {
    display: block;
    text-align: right;
    position: relative;
    color: #000;
}

.box-icon a.box-icon-more:after {
    font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
    top: 50%;
    margin-top: -2px;
}

.box-icon .box-icon-title:hover {
    color: #164b5f;
}

.box-icon .box-icon-title>h2 {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
}
.box-icon.box-icon-left .box-icon-title>i {
    float: left;
}
.box-icon .box-icon-title>i {
    height: 35px;
    width: 35px;
    line-height: 37px;
    font-size: 18px;
    margin-right: 15px;
    background-color: #333;
    text-align: center;
    color: #fff;
    -webkit-transition: all .200s;
    -moz-transition: all .200s;
    -o-transition: all .200s;
    transition: all .200s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.box-icon p {
    margin: 15px 0;
}

.fa {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

#footer {
    border-top: 3px solid silver;
    color: #D1D1D1;
    padding: 50px 0 0 0;
    background: #164b5f url(/img/pump.png) top center;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: rgba(255,255,255,0.8);
    font-weight: 600;
    margin-bottom: 20px;
}

#footer h4 {
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 25px;
}


#footer a, #copyright a {
    color: #D1D1D1;
    text-decoration: none;
}

#footer a:hover, #copyright a:hover {
    color: silver;
}

#copyright a.btn:hover {
    color: white;
}


#footer ul.footer-links>li>a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}

#copyright {
    margin-top: 50px;
    background-color: rgba(0, 0, 0, 0.26);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 25px 0;
    font-size: 13px;
    display: block;
    color: #D1D1D1;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}

.bg-img {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    color: white;
}
.bg-img h2 {
    color: white;
}

.bg-img .overlay {
    background-color: rgba(46,46,46,0.5);
    padding: 40px 0 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
}

.service-list-col2 h3 {
    font-family: 'Montserrat', sans-serif;
    color: #222222;
    font-size: 16px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 400;
}

.service-list-col2 p {
    color: gray;
    margin-left: 60px;
    margin-bottom: 40px;
}

.featured-work {
    padding-left: 80px;
}

.btn-line-white {
    border: 1px solid white;
    color: white !important;
}

.navbar-default {
    background-color: #e8e8e8;
    border: 0;
}

.navbar-default .navbar-brand {
    float: left;
    height: auto;
    padding: 5px;
}

.green {
    color: #92BD42 !important;
}

.navbar-default .navbar-nav>li>a {
    line-height: 40px;
    color: black;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #0091c5 !important;

}

h1 {
    position: absolute;
    top: 100px;
    right: 5%;
    color: white;
    z-index: 100;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    text-align: right;
}

#main h2 {
    position: absolute;
    top: 250px;
    right: 5%;
    color: white;
    z-index: 100;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    text-align: right;
    font-family: 'Lato', sans-serif;
}

#main h3 {
    position: absolute;
    top: 350px;
    right: 5%;
    color: white;
    z-index: 100;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-align: right;
}



#slideshow > div {
    position: absolute;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.img-cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-cover h3 {
    padding-top: 500px;
    color: white;
}

#img1 {
    background-image: url(/img/plumber.jpg) !important;
}

#img2 {
    background-image: url(/img/bathroom-690774_1280.jpg) !important;
}

#img3 {
    background-image: url(/img/plumbing.jpg) !important;
}

#img4 {
    background-image: url(/img/pexels-photo-145512.jpg) !important;
}

#call-us h2 {
    font-size: 30px;
}

#footer h2 {
    font-size: 27px;
}

#arrow-down,#arrow-down2 {
    position: absolute;
    left: 49%;
    bottom: 5%;
    text-shadow: 0px 0px white;
    border: 1px solid white;
    border-radius: 50%;
    padding: 5px;
    color: white;
    z-index: 100;
}

#arrow-down:hover, #arrow-down2:hover {
    background-color: rgba(255, 255, 255, 0.23);
}

.subpage {
    height: 500px;
}


@media screen and (min-width: 768px) {

    .subpage {
        height: 400px;
    }

    h1 {
        font-size: 60px;
        top: 150px;
    }

    #main h2 {
        font-weight: 300;
        font-size: 40px;
    }

    #main h3 {

        font-weight: 300;
    }


    #call-us h2, #footer h2 {
        font-size: 30px;
    }

    .navbar-transparent {
        background: rgba(255, 255, 255, 0.35);
        border: 0;
        color: white;
    }

    .navbar-transparent .navbar-brand {
        color: white !important;
    }

    .navbar-transparent .navbar-nav>li>a {
        color: white !important;
        line-height: 40px;
    }

    .navbar-transparent .navbar-brand:hover {
        color: #35c9ff !important;
    }

    .navbar-transparent .navbar-nav>li>a:hover {
        color: #35c9ff !important;
    }
}


#call-us h3 {
    margin-bottom: 10px;
}


#call-us h4 {
    margin-bottom: 10px;

}

#call-us h5 {
    margin-bottom: 10px;

}
