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