﻿/*font declaration*/
@font-face {
    font-family: SourceSansPro;
    src: local(SourceSansPro-Regular), url('../fonts/SourceSansPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: FontAwesome;
    src: local(fontawesome-webfont), url('../font-awesome/fonts/fontawesome-webfont.otf') format('opentype');
}
/*font declaration*/
h3 {
    font-weight: bold;
    color: #333333;
}

h2 {
    font-size: 52.19px;
    font-weight: bold;
    color: #333333;
}

h1 {
    font-weight: bold;
    font-size: 32.12px;
    color: #333333;
    font-family: "SourceSansPro";
}




header {
    /*padding-top: 110px;*/
}

body {
    color: #262829;
    font-family: "SourceSansPro";
    font-size: 14px;
    line-height: 1.42857;
    border-style: solid;
    border-top: 10px solid #207bbf;
}

.selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: green -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 3px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
    align-content: center;
    margin: 0 auto;
}
/* Header Image Background - Change the URL below to your image path (example: ../img/background.jpg) */


/*#navigation,.navbar .navbar-inverse{
  background-image:  url('../img/navbarBG.png');
}*/
.navbar {
    margin-bottom: 0;
}


.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle:hover {
    background-color: #339933;
}

.navbar-toggle:focus {
    background-color: #3366cc;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    }

.navbar-inverse {
    border: none;
    background: linear-gradient(-60deg, #0f1011 55%, #ffffff 45%);
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

#sidebar.affix-top {
    position: static;
}

#sidebar.affix {
    position: fixed;
    top: 80px;
}

/*logo*/
.navbar-brand-logo {
    color: #fff;
    float: left;
    padding: 10px 50px;
    line-height: 10px;
    horiz-align: left;
}

.navbar-brand-logo-small {
    color: #fff;
    height: 90px;
    width: 310px;
    line-height: 10px;
}


.current-bar {
    /*box-shadow: 0 4px 4px 2px #cccccc inset;*/
}
/*.collapse .current-bar {
    box-shadow: none;
}*/



.btn-blue {
    background-color: #207bbf;
    /*box-shadow: #336633;*/
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    width: 180px;
    border-radius: 6px;
}
/* Customize the text color and shadow color and to optimize text legibility. */
.banner1 {
    background: url('../img/banner1.jpg') center center no-repeat scroll;
    height: 652px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.banner2 {
    background: url('../img/banner2.jpg') center center no-repeat scroll;
    height: 652px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.banner3 {
    background: url('../img/banner3.jpg') center center no-repeat scroll;
    height: 652px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.business-header-mobile {
    margin-top: 10px;
    height: 430px;
    background: url('../img/banner1.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bannertext {
    background: rgba(0, 0, 0, 0.5) repeat scroll 0 0;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 52.2px;
    color: white;
}

.sub-tagline {
    font-size: 20px;
    color: white;
}

.services-text {
    font-size: 18.02px;
    font-family: 'SourceSansPro';
    color: #262829;
}

.aboutus-text {
    font-size: 18.06px;
}
.aboutus-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}

.icon-text {
    font-size: 18.1px;
    color: #262829;
}

.tagline-mobile {
    text-shadow: 0 0 10px #000;
    color: #fff;
    font-family: 'SourceSansPro';
    font-weight: bold;
    font-size: 48px;
    /*padding-top: 230px;*/
    padding-top: 50%;
    /*height: 500px;*/
}





.img-center {
    margin: 0 auto;
}


.footer {
    background-color: #1c2021;
    bottom: 0;
    padding-top: 20px;
    color: #6f767a;
}


.footerlinks {
    color: #6f767a;
}

.footer-text {
    font-size: 18.02px;
    color: #6f767a;
}

.footer-text-white {
    font-size: 18.07px;
    color: white;
}

.list-inline {
    list-style: outside none none;
    margin-left: -0.5px;
    padding-left: 0;
    text-align: left;
}

.contact-us {
    padding-left: 50px;
}


/*Index Content*/

.call-us {
    font-size: 25.05px;
    font-weight: bold;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    margin-left: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    margin-left: 10px;
    background-color: #207bbf;
}

.grayBG {
    background-color: #f5f7f8;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.iconBG {
    margin: 0 auto;
    background: url('../img/iconBG.jpg') center center repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    padding: 30px 30px;
}
/*Index Content END*/




/*Social*/


.facebook {
    color: #3b5998;
}

    .facebook:hover, .facebook:focus {
        color: #3f4042;
    }

.google-plus {
    color: #3f4042;
}

    .google-plus:hover, .google-plus:focus {
        color: #e02f2f;
    }

.linkedin {
    color: #3f4042;
}

    .linkedin:hover, .linkedin:focus {
        color: #007bb5;
    }

.twitter {
    color: #2ca7e0;
}

    .twitter:hover, .twitter:focus {
        color: #3f4042;
    }

.pinterest {
    color: #cd1d1f;
}

    .pinterest:hover, .pinterest:focus {
        color: #3f4042;
    }

.fa-pinterest-p::before {
    /*content: "";*/
    content: "\f0d3";

}

.houzz {
    color: #25c32d;
}
.fa-houzz {
    margin: 10px auto;
}
.fa-houzz-p::before {
    /*content: "";*/
    
    background:  url('../img/houzzlogo.png');
}

    .houzz:hover, .houzz:focus {
        color: #3f4042;
    }

.instagram {
    color: #125688;
}

    .instagram:hover, .instagram:focus {
        color: #3f4042;
    }
/*Social end*/





/* responsive text queries */
@media screen and (max-width: 992px) {
    header {
        /*padding-top: 150px;*/
    }

    p, .btn, input, div, span, h4 {
        font-size: 100%;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 41.19px;
    }

    h3 {
        font-size: 18px;
    }

    .bannertext {
        font-size: 95%;
    }

    .sub-tagline {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    p, .btn, input, div, span, h4 {
        font-size: 95%;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 27.19px;
    }

    h3 {
        font-size: 16px;
    }

    .bannertext {
        font-size: 32px;
    }

    .sub-tagline {
        font-size: 16px;
    }

    .navbar-inverse {
        border: none;
        background: linear-gradient(-60deg, #0f1011 55%, #0f1011 45%);
    }
    .contact-us {
    padding-left: 15px;
}
}
