

.navbar {
			font-family: 'Roboto', sans-serif; /* Replace with your desired font */
					}
					
.navbar {
			color: #FDF5D7; /* changes color of text inside navbar */
					}

.navbar .navbar-brand,
.navbar .nav-link {
			color: white!important; /* override Bootstrap default */
			font-size: 1rem
					}
					
.nav-link:hover {
				background-color: #002042; /* Bootstrap primary color */
				transition: background-color 0.3s;
				color: white;
					}	
                     
custom-footer {
    background-color: #010000;
}

.footer-text {
    font-size: 12px;
    color: #fff; /* Better contrast */
    line-height: 1.5;
}

.custom-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
