body {
    font-family: arial, helvetica,sans-serif;
    background-color: #0058a8;
    margin: 0px;
    padding: 0px 0px;
}

/** -----------------------Adjust navbar------------------- **/
.navbar {
    margin-bottom: 1px;
    padding-bottom: 20px;
}

/**
a navbar-brand {
    font-size: 20px;
    color: green;
}**/
.navbar .navbar-nav>li>a {
    padding: 8px 4px;
}

/** -----------------------Adjust h1 h2 h3 p ------------------- **/
h1 {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 1px;
}

h2 {
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

h3 {
    color: #ffffff;
    margin-left: 5px;
    margin-right: 20px;
    text-align: left;
}

p {
    color: #ffffff;
    margin-left: 5px;
    margin-right: 20px;
    font-size: 15px;
}

/** -----------------------Adjust header------------------- **/
.home-page .company-name {
    font-size: 62px;
}

.home-page .company-name-aft {
    font-size: 36px;
}

.artillery {
    font-size: 50px;
}

.company-name-aft {
    font-size: 16px;
}

.company-name-aft.artillery {
    font-size: 26px;
}

.house-logo {
    width: 200px;
    height: 160px;
}

.container .jumbotron {
    Padding: 0;
}

.navbar-brand {
    padding: 1px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.navbar-brand>img {
    height: 190%;
    padding: 1px;
    width: auto;
    margin-left: 10px;
}

.underlined-title {
    margin-top: 30px;
}

/** -----------------------End Adjust header------------------- **/
/** -----------------------Adjust pictures on pages------------------- **/
.roof-fact img {
    padding: 15px;
}

.concrete-pics img {
    padding: 15px;
}

.generic .green-btn {
    color: #fff!important;
    background: #76C044;
    padding: 15px 30px!important;
    display: inline-block!important;
    margin-top: 15px!important;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-decoration: none!important;
    font-size: 17px!important;
    font-weight: bold!important;
    border-radius: 5px!important;
}

/** -----------------------Adjust deck page------------------- **/
.wood-damage img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.container .top-image-deck {
    margin-top: 20px;
}

.container .top-image-deck img {
    background-color: 0058a8;
    width: 740px;
    height: 340px;
}

.deck {
    padding: 10px;
}

/** -----------------------Adjust navbar------------------- **/
/** ----------------- dropdown menu background color------- **/
.navbar-nav>li>.dropdown-menu {
    background-color: #0077e6;
}

/** ---------------- dropdown text color------------------- **/
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
}

/** ----------------- dropdown text color------------------ **/
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #060000;
    background-color: transparent;
}

#logo {
    max-height: 42px;
    margin-right: 10px;
    margin-top: -3px;
    display: inline-block;
}

.phone-button {
    width: 100%;
    text-align: center;
}

#promo {
    text-align: center;
    padding: 40px;
    background-color: 0058A8;
    background-size: cover;
    margin-top: 65px;
}

.jumbotron {
    border-radius: 20px;
    padding: 40px;
    background-color: #0058A8;
    max-width: ;
    margin: auto;
}

.jumbotron p {
    background-color: #0058A8;
}

.jumbotron h1 {
    color: #ffffff;
}

/** -----------------------end adjust navbar header ------------------- **/
/** ---- -------------------Start Testimonial Page----------- **/
.testimonial.intro p {
    font-size: 30px;
}

.container.testimonials a {
    color: #00FF00;
    font-weight: bold;
}

.testimonials-inner-section {
    padding-right: 1px;
    margin: 10px;
    background-color: #ffffff;
    border-radius: 20px;
}

.testimonials-inner-section p {
    color: #000000;
}

.testimonials-inner-section h4 {
    color: #000000;
}

.testimonials-inner-section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}

/** -----------------------end adjust testimonials ------------------- **/
/** ---------------------- roof cleaning page images----------- **/
.container .bottom-image img {
    background-color: 0058a8;
    width: 440px;
    height: 190px;
}

.container .top-image img {
    background-color: 0058a8;
    width: 440px;
    height: 190px;
}

/** ----------------------------Adjust Get Started------------------- **/
.container .start {
    text-align: center;
    margin-top: 10px;
    padding-top: 0px;
    background-color: 0058a8;
}

/** ----------------------------Adjust Service Gallery------------------- **/
.container .gal {
    margin-bottom: 10px;
}

.gallery-item {
    padding: 10px;
}

.service-areas {
    background-color: #000000;
    color: #3383CD;
}

.service-areas p {
    color: #3383CD;
}

.service-areas-title {
    color: #C70404;
}

/** ---------------------------- Max Width 991------------------- **/
@media (max-width: 991px) {
    #promo {
        padding: 20px;
    }

    .testimonial.intro p {
        font-size: 20px;
    }
}

#promo .jumbotron {
    border-radius: 20px;
    padding: 40px;
    background-color: rgba(255,255,255,0.75);
    max-width: 800px;
    margin: auto;
}

@media (max-width: 991px) {
    #promo .jumbotron {
        padding: 20px;
    }
}

.dark-section {
    background-color: #d7e1f4;
}

/** --------------------Carousel Image Size Adjustment------- **/
.cara {
    margin-bottom: 0px;
}

.carousel-inner .item img {
    background-color: #0058a8;
    width: 470px;
    height: 280px;
}

/** ---------------------------- Max Width 600------------------- **/
@media (max-width: 600px) {
    .carousel-inner .item img {
        background-color: #0058a8;
        width: 190px;
        height: 130px;
    }

    /** -------------Adjust Get Started small view port----------- **/
    .container .start {
        text-align: center;
        margin-top: 10px;
        padding: 0px 15px 20px;
        background-color: 0058a8;
    }

    /** --------------Carousel Image Size Adjustment max width 600------- **/
    .container .two-image img {
        background-color: 0058a8;
        width: 440px;
        height: 320px;
    }

    .dropdown-menu .li a {
        background-color: #e60000;
    }

    .site-section {
        padding-bottom: 70px;
        position: fixed;
        text-align: left;
        font-style: normal;
    }

    .site-section h1 {
        font-weight: normal;
        margin-bottom: 30PX;
        margin-top: 60px;
    }

    #WELCOME p {
        max-width: 800PX;
        font-size: 20PX;
        margin: 0 AUTO;
        color: #666;
    }

    /** --------------------services adjust small----------- **/
    .services-wrapper img {
        width: 440px;
        height: 250px;
    }

    /** --------------------Why us max 600------------------ **/
    #why .item {
        padding-top: 38px;
    }

    #why .item i {
        font-size: 42px;
        color: rgb(78,7,67);
    }

    #why .item h2 {
        font-weight: normal;
        margin-top: 13px;
        margin-bottom: 20px;
        font-size: 24px;
    }

    #why .item p {
        color: #696e78;
    }

    /** --------------------------End why us---------------- **/
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #333333;
        background-color: #257e5b;
        border-color: transparent;
    }
}

.artillery {
    font-size: 50px;
}
}