.navbar{ background:#F97300;}
.nav-link , .navbar-brand{ color: #f4f4f4; cursor: pointer;}
.nav-link{ margin-right: 1em !important;}
.nav-link:hover{ background: #f4f4f4; color: #f97300; }
.navbar-collapse{ justify-content: flex-end;}
.navbar-toggler{  background:#fff !important;}
.navbar-text-color{ color: #007bff!important }

.bg-dark{
background-color:#343a40!important
}
.bg-primary{
    background-color:#007bff!important
}

.jumbotron-bg-welcome{
    background-color:#24487d
}

.jumbotron-title{
    color: white
}

.jumbotron-sub-title{
    color: white;
}

.container-col-h2-title{
    border-bottom: solid 1px #24487d;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #24487d;
    padding-bottom: 5px;
}

/* Add a gray background color and some padding to the footer */
footer {
    background-color: #f2f2f2;
    padding: 25px;
  } 