.navbar-inverse {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6f6f81+0,6f6f81+100 */
background: rgb(111,111,129); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(111,111,129,1) 0%, rgba(111,111,129,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(111,111,129,1) 0%,rgba(111,111,129,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(111,111,129,1) 0%,rgba(111,111,129,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f81', endColorstr='#6f6f81',GradientType=0 ); /* IE6-9 */

    border-color: #6F6F81!important;
}
.btn-primary {
    color: #ffffff;
    background-color: #6F6F81!important;
    border-color: #6F6F81!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #574868!important;
    border-color: #6F6F81!important;
}
#footer {
    border-top: 5px solid #6F6F81!important;
    
}
h1.phoneNumber {
    color: #574868!important;/*the homepage big phone number*/
    
}
h2.rightTagline {
    color: #574868;
}

.rowTwo {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4dee8+0,87818f+100 */
background: rgb(228,222,232); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(228,222,232,1) 0%, rgba(135,129,143,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(228,222,232,1) 0%,rgba(135,129,143,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(228,222,232,1) 0%,rgba(135,129,143,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dee8', endColorstr='#87818f',GradientType=0 ); /* IE6-9 */

}