  /*!
 * Add custom css for this site here:
 */


/*! Style for branded banner adjustment */

.navbar-brand .tagline_holder {
    width: 375px!important;
}

@media (min-width: 768px) and (max-width: 1023px){
.navbar-brand .tagline_holder {
     width: 330px!important;
   }
}
 
 @media (min-width: 319px) and (max-width: 767px){
     .navbar-brand .tagline_holder {
         width: 300px!important;
    }
}