.btn{
	font-family: Roboto Slab!important;
	background-color: #DA322A;
}
.btn:hover{
	background-color: #9c0e22;
}

.secondary-btn{
	color: white;
	background-color: #2E2E2C;
}

.secondary-btn-light{
	background-color: #5A5A5A;
	color: #F8F9FA;
}

.navbar-nav li a{
	font-weight:500;
	font-family: Roboto Slab!important;
}:
.valvo-grad{
	background-color: blue!important!important;
}
body{
	background: linear-gradient(303deg, #FF3333 50%, #0099CC 50%)!important;
}