/* cmsms stylesheet: M6 Bootstrap modified: 10/26/25 11:39:55 */
/*  Adjust Main Logo in Header */

.header-full-title {
    float: left;
    overflow: hidden;
    padding-left: 110px;
    background-image: url('/uploads/images/cVilleLogoSm.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.header-full-title h1 {
    margin-bottom: 5px;
    margin-top: 15px;
    font-family: "Muli";
    word-spacing: 0px;
    color: #000;
    font-size: 32px;
}

.header-full-title p {
    margin-bottom: 15px;
    font-size: 1.2em;
    text-align: center;
}

.services-header {
    min-height: 350px;
    background-image: url('https://payments.cartervillechamber.com/uploads/images/downtowncarterville.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4C2A00;
  margin: 20px 0 17px 0;
}

li, li a {
    color: #b26200;
    line-height: 23px;
}


.services-header-list li a {
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    box-shadow: 0 0 5px #000, inset 0 0 2px rgba(255, 255, 255, 0.65);
    border: solid 1px rgba(255, 255, 255, 0.4);
    padding: 15px;
}

.navbar-inverse .navbar-brand {
    /* background-image: url('https://payments.cartervillechamber.com/uploads/images/cVilleLogoSm.png'); */
    background-image: none;
}

@media (max-width: 767px){
.navbar-default .navbar-brand {
    font-size: 1.7em;
    word-spacing: 2px;
    margin-left: 0px;
text-transform:none;
padding-left:15px;
}
}
