.display-4{
	font-weight:200;
	color:#6f42c1;
}

/* ************************************************************************************************************ */
.btn-Red {
	color: #fff;
	background-color: #a01e21;
	border-color: #da4343;
}

.btn-Red:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #da4343;
}

.btn-Red.focus, .btn-Red:focus {
	box-shadow: 0 0 0 .2rem rgba(218, 67, 67, 0.5)
}

.btn-Red.disabled, .btn-Red:disabled {
	color: #fff;
	background-color: #a01e21;
	border-color: #da4343;
}

.btn-Red:not(:disabled):not(.disabled).active, .btn-Red:not(:disabled):not(.disabled):active, .show > .btn-Red.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #da4343;
}

.btn-Red:not(:disabled):not(.disabled).active:focus, .btn-Red:not(:disabled):not(.disabled):active:focus, .show > .btn-Red.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(218, 67, 67, 0.5)
}
/* ************************************************************************************************************ */