.well{
    background-color: #ffffff !important;
}
.well1{
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #3f51b512;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.clor{
    background: rgb(244, 244, 244);
}
.vl {
    border-left: 2px solid rgb(128, 0, 0);
    /* height: 354px; */
    height: 522px;
    position: absolute;
    left: 50%;
    margin-left: 6px;
    top: 0;
}
  .vl2 {
    border-left: 2px solid rgb(128, 0, 0);
    height: 354px;
    position: absolute;
    left: 50%;
    margin-left: 28px;
    top: 0;
}
  .uLine{
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #8e0719;
}
.msgTopic{
    font-size: 20px;
}
.msgPhoto{
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin: 10px auto 0;
    background-size: cover; 
    background-position: center;
}
.msgDesc{
    text-align: justify;
    color: #000000;
}
.backgroundDes{
    background: rgb(244, 244, 244) ;
}
.councilT{
    width: auto;
    height: auto;
    padding-bottom: 6px;
    border-radius: 20px;
    background: linear-gradient(to bottom, #ad0c0c 0%, #a26539 100%);
    margin-bottom: 10px;
    text-align: center;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #FFF;
    font-size: 22px;
}
.tpc{
    font: 12px Tahoma;
    font-weight: 500;
    color: #043260;
    
}
.bs-example{
    margin: 20px;
}

/* news */
 
.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}

/* Nav Bar Header */

.navbar-brand {
    padding: 0px;
  }
  .navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
  }
  
  
  
  
  
  
  /*************************
  EXAMPLES 2-7 BELOW 
  **************************/
  
  
  /* EXAMPLE 2 (larger logo) - simply adjust top bottom padding to make logo larger */
  
  .example2 .navbar-brand>img {
    padding: 7px 15px;
  }
  
  
  
  
  /* EXAMPLE 3 - MBI Staffing Navbar
  
  line height is 20px by default so add 30px top and bottom to equal the new .navbar-brand 80px height  */
  
  .example3 .navbar-brand {
    height: 80px;
  }
  
  .example3 .nav >li >a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .example3 .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
  }
  .navbar-primary {
        box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
      border-bottom: 2px solid rgba(221, 221, 221, 0.82);
      border-top: 3px solid #3e476d;
        text-transform: uppercase;
      color: #6d6d6d!important;
  }
  .navbar-primary a {
      color: #6d6d6d!important;
  }
  
  
  
  
  
  
  /* EXAMPLE 4 - Small Narrow Logo*/
  .example4 .navbar-brand>img {
    padding: 7px 14px;
  }
  
  
  /* EXAMPLE 5 - Logo with Text*/
  .example5 .navbar-brand {
    display: flex;
    align-items: center;
  }
  .example5 .navbar-brand>img {
    padding: 7px 14px;
  }
  
  
  /* EXAMPLE 6 - Background Logo*/
  .example6 .navbar-brand{ 
    background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
    width: 200px;
  }
  
  
  
  
  
  /* EXAMPLE 8 - Center on mobile*/
  @media only screen and (max-width : 768px){
    .example-8 .navbar-brand {
    padding: 0px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }
  .example-8 .navbar-brand>img {
    height: 100%;
    width: auto;
    padding: 7px 14px; 
  }
  }
  
  
  /* EXAMPLE 8 - Center Background */
  .example-8 .navbar-brand {
    background: url(https://res.cloudinary.com/candidbusiness/image/upload/v1455406304/dispute-bills-chicago.png) center / contain no-repeat;
    width: 200px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }
  
  
  
  
  
  /* EXAMPLE 9 - Center with Flexbox and Text*/
  .brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .brand-centered .navbar-brand {
    display: flex;
    align-items: center;
  }
  .navbar-toggle {
      z-index: 1;
  }
  
  
  
  
  /* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
  .navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
  }
  .navbar-alignit .navbar-brand {
  top: 50%;
  display: block;
  position: relative;
  height: auto;
  transform: translate(0,-50%);
  margin-right: 15px;
    margin-left: 15px;
  }
  
  
  
  
  
  .navbar-nav>li>.dropdown-menu {
  z-index: 9999;
  }
  
  body {
    font-family: "Lato";
  }

  .newHead{
    background-color: #800000;
  }

  .navbar-default {
    background-color: unset !important;
    border-color: 	#800000 !important;
}

.navTitle{
    font-size: 32px;
    color: #ffffff;
}
.navlist{
    color: #ffffff !important;
}


element.style {

@media (min-width: 768px)
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
}
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-brand {
    float: left;
    height: 65px;
    padding: 0 !important;
    font-size: unset !important;
    line-height: unset !important;
}
.example2 .navbar-brand>img {
    padding: 0px 5px !important;
    padding-left: 0 !important;
}
.removeMargins{
  margin-right: 0px !important;
  margin-left: 0px !important;
}