/* cmsms stylesheet: M6 Bootstrap Custom modified: 05/15/25 17:39:25 */
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel-img img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 3px solid #fff;
    box-shadow: 4px 4px 4px #000;
}

.navbar-nav {text-transform:uppercase}

/* color: #990000; */
.post .post-title a {
    text-decoration: none;
}

/* color: #990000; */
a {
    font-weight:400
}

/* color: #990000; */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    line-height: 120%;
    margin: 20px 0 17px 0;
}

h1 {
    line-height: 100%;
    color: #21ba49;
    margin: 12px 0 12px 0;
}


body {
    background-color: #fff;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.75em;
}

.navbar-inverse .navbar-brand {
    background-image: none;
}
