.floral{
	background:url(../img/floral.svg), linear-gradient(207deg, #cd4500, #2721b7, #00bdc2);
	background-size: cover;
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
}
.card {
    background-color: rgba(255, 255, 255, 0.9);
}
.hidden-list li{
  display: block !important;
}
.table td, .table th {
    background-color: transparent !important;
}
.text-shadow{
	text-shadow: 2px 2px 8px #000000;
}
