/*
The official hex color for the deep blue on the Norwegian flag is #00205B. 
#This dark blue shade roughly corresponds to Pantone 281 C. For context, the official red on the flag is #BA0C2F (Pantone 200 C), and the white cross is #FFFFFF
*/

container {
    background-color: #D3D3D3!important;
}

a {
    color: #0066FF!important;
	font-weight: normal;
    font-size: 20px;
}

bold-link {
    color: #00205B!important; 
}

a.bold-link {
    color: #00205B!important; 
}

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; 
    
}

body {
    background-color: #D3D3D3!important;
}

body bold-link {
    color: #00205B!important;
    font-weight: normal;
    font-size: 16px;
}

body a.bold-link {
    color: #00205B!important;
    font-weight: normal;
    font-size: 16px;
}

body.a.bold-link {
    color: #00205B!important;
    font-weight: normal;
    font-size: 16px;
}

a.h1 {
	color: #00205B;
}

bold-link {
    font-weight: bold;
    font-size: 24px;
	color:#00205B;
}

navbar {
    color: #fff;
}

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

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

a.bold-link {
    color: #00205B;
    font-weight: normal;
    font-size: 12px;
}

nav-item {
    color: #00205B;
}

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;
}