  /*!
 * Add custom css for this site here:
 */
 /* adjust longer site names to be smaller */
 .niu-navbar-brand {
    font-size: 1.5rem!important;
 }
 /*corrects the line break in the sitename*/
 /*@media (min-width:767px){
.navbar-brand h1, .navbar-brand .tagline_holder {
    width: 460px!important;
}
}*/

 .alert.alert-danger > h3{
     color:#8A0A1F;
 }