.container {
    font-family: 'PT Sans', sans-serif;
}

.navbar-custom {
	background-color: #ffffff;	
}

/* change the color of active or hovered links */
.navbar-custom .nav-item .nav-link.active,
.navbar-custom .nav-item:hover .nav-link {
    color: #0e6fad;
	weight: bold;
}

/* Footer */
.footer {
	text-align: center;	
	font-size: 0.8rem;
    padding: 50px;
}
