/*!
 * Add custom css for this site here:
 */

 /*corrects the line break in the sitename*/
 @media (max-width:768px){
.navbar-brand h1, .navbar-brand .tagline_holder {
    width: 425px!important;
}
}
 