header {
    background-color: #000053;
}
header h1, header h2 {
    margin: 0;
    color: #fff; 
    font-weight: 300;
    font-style: italic;
}
header h1 { 
	padding: .5rem 0 0 0; 
	font-size: 2.1rem;
}
header h2{
	padding: .2rem 0 0 0; 
	font-size:1.05rem;    
}
header img {
    float: left; 
    height: 85px;
    padding-right: 10px; 
    
}

container {
    background-color: #D3D3D3!important;
}
bold-link {
    font-weight: bold;
    font-size: 24px;
}

navbar {
    color: #fff;
}

.bg-light {
    background-color: #D3D3D3!important;
    color:black;
}

a.nav-link {
    color: black;
    font-weight: bold;
    font-size: 24px;
}

nav-item {
    color: black;
}

footer {
    background-color: #000053;
    color: white;
}
footer h1, footer h2, footer ul {
    margin: 0;
    color: #fff; 
    font-weight: 300;
    font-style: italic;
    color: white;
}
footer-nav-link {
    color: white;
}