.nav-link {
	color: black;font-family: 'Source Sans Pro';font-size: 18px; font-weight: bold;

	}

	
.nav-link.active {
    color: #4682B4; 
    font-family: 'Source Sans Pro'; 
    font-size: 18px; 
    font-weight: bold;
    pointer-events: none; /* Disables any hover effect or interaction */
}



footer {
  text-align: center;
  background: #272727;
  padding: 2px 0px; }
  footer p {
    font-weight: 300;
    font-size: 10px;
    color: #dfdfdf;
    letter-spacing: 3px; }
    footer p a {
      color: #fff; }
      footer p a:hover {
        color: #fff;
        text-decoration: none; }


