

/*

https://docs.understrap.com/#/understrap-child/getting-started

*/



html, body {
    color:#111;
    background:#fff;    
}


a, a:link, a:hover, a:visited { 
    color: var(--bs-blue);
    text-decoration: none;
}
.menu-item a, .menu-item a:link, .menu-item a:hover, .menu-item a:visited { color: var(--bs-nav-link-color); text-decoration: none }



.navbar { padding-left: 0px; }
.navbar-brand { font-family:Georgia, "Times New Roman", Times, serif; font-size: 1.8rem; }
.navbar-light { background-color: #fff; }