html{
	height: 100%;
}
body{
	font-family: "Poppins", sans-serif;
	color: #111;
	background-color: #222;
	min-height: 100%;
}
a{
	color: #003893;
}
a:hover{
	color: #dc143c;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Satisfy", sans-serif;
}
textarea{
	resize: none;
}
.img-logo{
	height: 100px;
	width: auto;
}
.bg-black{
	background-color: #111;
}
header .navbar .nav .nav-item{
	margin-right: 30px;
}
header .navbar .nav .nav-item.active a{
	color: #dc143c;
}
header .navbar .nav .nav-item:last-child{
	margin-right: 0;
}
.img-darken{
	filter: brightness(70%);
}
.img-casino{
	height: 90px;
	width: auto;
}
.number{
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 33px;
    padding: 5px;
    border-width: 2px !important;
    box-shadow: inset -5px -5px 10px rgba(0,0,0,.5);
}
.number-yellow{
	background-color: #ff8f00 !important;
	border-color: #915006 !important;
	color: rgba(0,0,0,.7);
}
.border-info{
	border-color: #003893 !important;
}
.text-info{
	color: #003893 !important;
}
.number-blue{
	background-color: #003893!important;
	color: #acccf9;
	border-color: #093362 !important;
}
.number-red{
	background-color: #dc143c !important;
	border-color: #b91219 !important;
	color: rgba(0,0,0,.7);
}
.table-bordered td, .table-bordered th{
	border-color: #111;
}