.divider-1 { width: 30%; border-bottom: #333 solid 10px; }

body { font-size: 1.2rem;}
header.masthead {
    /*
    background: url('../images/Main-Banner.jpg') no-repeat !important;
    background-size: cover;
    /* 
   background: rgba(255,255,255,0.8);
   background: -moz-linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 100%);
   background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 100%);
   background: -o-linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 100%);
   background: -ms-linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 100%);
   background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 100%);
   /* */
}
h1.display-1 { text-align: left; line-height: 0.9em; }

#mainNav .navbar-nav .nav-item .nav-link { font-weight: bold; }
.text-muted { color: #454545 !important }

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { 
   color: #252525 !important; 
   border-top-color: #0076c0;
}
.tab-content > .tab-pane { 

}

.page-division { 
   background: url('../images/Divider1.jpg') ;
   background-size: cover;
   background-position: top;
}

.form-control:focus { 
   border-color: #0076c0;
   box-shadow: 0 0 0 0.25rem rgb(58 115 244 / 25%)
}

.btn-check:focus + .btn, .btn:focus { 
   box-shadow: 0 0 0 0.25rem rgb(58 115 244 / 25%)
}