.fr-logo img, .fr-logo svg {
	max-width: 230px;
	height: auto;
}

.uk-background-primary {
    background-color: #3D3934;
}
.uk-background-secondary {
    background-color: #004A92;
}
.uk-link, a {
    color: #004A92;
}

.uk-background-secondary .uk-link, .uk-background-secondary a:not(.uk-button) {
    color: #FFFFFF;
	text-decoration: underline;
}

nav#fr-naviBox .fr-navigation > ul > li > a {
    color: #000000;
}
html {
    color: #000000;
}
.uk-legend {
    color: #004A92;
}

.uk-button-danger {
    background-color: #F7A823;
    color: #ffffff;
	border-radius: 5px;
	border: 1px solid white;
}
.uk-button-danger:focus, .uk-button-danger:hover {
    background-color: #004A92;
    color: #ffffff;
}

.uk-text-danger {
	color: #000000 !important;
	font-weight: bold;
	font-style: italic;
}

footer .fr-logo svg .st1 {
	fill: white;
}

.fr-card-slider a:hover .uk-card .uk-button,
.uk-accordion-title:hover h3 {
    color: #004A92;
}

/*nav#fr-naviBox .fr-navigation > ul > li > a i {
    color: #F8E900;
}*/
.loggedin nav#fr-naviBox .fr-navigation > ul > li.nid56 a {
    color: #004A92;
}
.loggedin nav#fr-naviBox .fr-navigation > ul > li.nid56.uk-active a {
    border-color: #004A92;
}