footer {
    background: white;
}
.shad_jumbotron {
    background-color: rgba(35,100,100,.4);
    margin-bottom: 10%;
    padding: 10px;
    color: white;

}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.text-white {
    color: white;
}

.heavy {
    font-weight: 400;
}

.services_jumbotron {
    background-color: rgba(215,215,215,.85);
    margin: 10px, 5%, 5%, 5%;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;

}

.list_footer {
    font-size: 1.4em;
}

.text-large {
    font-size: 2.2em;
}

.bare_list {
    list-style: none;
}

.logo-image {
    /*width: 50%;*/
    margin-left: auto;
    margin-right: auto;
}

.services_index {
    padding: 50px 0;
    /*background: url(../img/services_index.jpg) no-repeat center center scroll;*/
}

/* Map */
#map {
    min-height: 300px;
}

/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
    padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
    overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
    margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
    margin-right: 40px;
}
.featurette-image.pull-right {
    margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;

}

h1.featurette-heading {
    margin-bottom: 40px;
}

/*Form*/
input,select, textarea {
    background: rgba(0,0,0,0) !important;
}
input:focus, select:active, textarea:focus {
    background: rgba(255,255,255,1) !important;
}
.is_valid {
    background-color: green;
    color: white;
}
.is_valid:after {
    content: '\2713';
}

.not_valid {
    background-color: red;
    color: white;
}

.not_valid:after {
    content: '\2714';
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 979px) {

    .featurette {
        height: auto;
        padding: 0;
    }
    .featurette-image.pull-left,
    .featurette-image.pull-right {
        display: block;
        float: none;
        max-width: 40%;
        margin: 0 auto 20px;
    }
}


@media (max-width: 767px) {

    .featurette-heading {
        font-size: 30px;
    }
    .featurette .lead {
        font-size: 18px;
        line-height: 1.5;
    }

}