@import url('https://fonts.googleapis.com/css?display=swap&family=Lato:400,400i,700,700i');

:root {
    --primary: #F28B2D;
    --priRGB: 242, 139, 45; /* 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: #F28B2D !important;
    color: #fff !important;
    border: 1px solid #F28B2D ;
}

.btn-default {
    background-color: #F28B2D !important;
    color: #fff;
    border: 1px solid #F28B2D !important;
}

.btn-default:hover {
	background-color: #fff !important;
	border: 1px solid #F28B2D !important;
	color: #F28B2D;
}

.navbar-nav > li.active > a, .navbar-nav > li:hover > a, .navbar-nav > li.open > a  {
	background-color: #fff !important;
	color: #F28B2D !important;
}

body {
    background-color: rgba(var(--priRGB), 0.35);
}
