

:root {
    --primary: #014493;
    --priRGB: 1, 68, 147; /* This is the above line converted to RGB */
    --secondary: #FED501;
    --link: #000;
    --font: #FFF;
    --fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}

#Register_ button, #InCommunity button, .alert-warning {
    background-color: #014493 !important;
    color: #FED501 !important;
    border: 1px solid #014493;
}

.btn-default {
    background-color: #014493 !important;
    color: #FED501;
    border: 1px solid var(--secondary) !important;
}

.btn-default:hover {
	background-color: #FED501 !important;
	border: 1px solid #014493;
	color: #014493;
}

.navbar-nav > li.active > a, .navbar-nav > li:hover > a, .navbar-nav > li.open > a  {
	background-color: #FED501 !important;
	color: #014493 !important;
}

body {
    background-color: rgba(var(--priRGB), 0.35);
}
