

body {
	font-family: DM Sans, sans-serif !important;
}

/*-----Colors-----*/
.bg-light {background-color: #eeeeee !important;}
.btn-warning {background-color: #f1aa3e !important;}

/*-----Nav-----*/
.navbar-brand,
h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, sans-serif !important;
	text-transform: uppercase;
}

.navbar-brand {font-size: .98rem !important;}

a.nav-link,
a.dropdown-item,
.dropdown-item {
	font-family: Oswald, sans-serif !important;
	font-size: 1rem !important;
	font-weight: 300 !important;
	text-transform: uppercase;
}
.dropdown-item:active {
	background-color: #0dcaf0 !important;
	color: #333333 !important;
}

/*-----Forms-----*/
.shadow {
	box-shadow: 0 .2rem .5rem rgba(0,0,0,.2)!important;}

.ee-cform p, .ee-cform pre, .ee-cform ul {
	color: #333 !important;
	font: normal normal 18px DM Sans, sans-serif !important;
}

/*-----Images-----*/
.bgfoot {background-color: #0b0316;
	background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%237b7b7b' fill-opacity='0.42'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}



