
.article h5 {
  margin-top: 5px;
  padding-bottom: 1px;
  border-bottom: #0694 5px solid;
}

.article h6 {
  margin-top: 5px;
}

.bd-footer {
    font-size: 0.875rem;
    background-image: linear-gradient(#ddd, #f8f9fa);
  }

.bd-footer a {
    font-weight: 600;
    color:var(--bs-dark);
    text-decoration: none;
  }

 .btn-primary {
    color: #fff;
    background-color: #006699;
    border-color: #006699;
}
.btn-primary:hover {
  color: #006699;
  background-color: #fff;
  border-color: #006699;
}

.btn-outline-primary {
    color: #006699;
    border-color: #006699;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #006699;
    border-color: #006699;
}

.nav-link:focus, .nav-link:hover {
    color: #AAAAAA;
}

.text-justify {
  text-align:justify;
}

.text-muted {
    color: #6c757d!important;
  }
 
.text-menu {
    font-weight: 600;
    color: var(--bs-dark);
    text-decoration: none;
  }
  
.text-primary {
    color: #006699!important;
}