@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
    --primary: #02354B;
    --priRGB: 2, 53, 75; /* This is the above line converted to RGB */
    --secondary: #000;
    --link: #000;
    --font: #FFF;
    --fontfamily: 'Lato', sans-serif;
}

.content-wrapper {
    background-color: transparent !important;
}

#Register_ button, #InCommunity button, .alert-warning {
    background-color: #bccf21 !important;
    color: #02354B !important;
    border: 1px solid #000;
}

.btn-default {
    background-color: #bccf21 !important;
    color: #02354B;
    border: 1px solid var(--secondary) !important;
}

.btn-default:hover {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #FFF;
}

.navbar-nav > li.active > a, .navbar-nav > li:hover > a, .navbar-nav > li.open > a  {
	background-color: #bccf21 !important;
	color: #02354B !important;
}

body {
    background-color: rgba(var(--priRGB), 0.35);
}
