body{
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: 'Times New Roman', Times, serif;
}

.heading {
	background: rgba(0, 0, 0, .7);
	padding: 1rem .5rem;
	margin-bottom: 1rem;
}

h1 {
	text-align: center;
	color: #fff;
	font-family: sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 0;
}
h1 a {
	color: #fff;
	font-weight: bold;
}

h2{
	font-size: 15px;
	font-weight: bold;
	background: -webkit-linear-gradient(#ba8802, #fee8ae, #ba8802, #fee8ae, #ba8802,#ba8802, #fee8ae, #ba8802, #fee8ae, #ba8802);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.table{
	border:0px solid #7F7037;
	box-shadow: 0 0 6px 3px #7ab1c6;
	border-radius: 20px;
	background:-moz-linear-gradient(top, #000 0%, #26c1ef 100%);
	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #b29448 100%);
	background:-o-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);
	padding: 1rem 2rem;
}

.contact {
	background: -webkit-linear-gradient(#ba8802, #fee8ae, #ba8802, #fee8ae, #ba8802);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 800;
    padding: 4px;
}

.btn{
	font-weight: 800;
	font-size: 40px;
	border: 0px solid #fff;
	border-radius: 20px;
	color: #000000;
	background: -webkit-linear-gradient(#5a450b, #ba8802, #fff7e1, #ba8802, #d4b667, #fee8ae, #fee8ae, #ba8802, #826415, #ba8802, #fee8ae, #ba8802);
	/* padding: 1rem 2rem; */
	margin: 15px;
	width: 25vw;
}
.btn:hover{
	color: #fff;
	box-shadow: 0 0 6px 3px #fff;
	border-radius: 20px;
	background:-moz-linear-gradient(top, #000 0%, #26c1ef 100%);

	background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #b29448 100%);

	background:-o-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);

	background:-ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 100%, #ffd700 100%);

	background: linear-gradient(to bottom, rgba(99, 221, 241, 0.18) 100%, #13789e 100%);
	padding: 1rem 2rem;
}

.jackpot-title{
	background: -webkit-linear-gradient(#ba8802, #fee8ae, #ba8802, #fee8ae, #ba8802);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 40px;
	padding: 4px;
	line-height: 1;
}
.jp {
    font-size: 50px;
    background: -webkit-linear-gradient(#ba8802, #fee8ae, #ba8802, #fee8ae, #ba8802,#ba8802, #fee8ae, #ba8802, #fee8ae, #ba8802);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ffeb3b;
	padding: 4px;
	line-height: 1;
}
p{
	color: #a0d3ea;
	font-size: 10px;
}
footer p {
	color: #a0d3ea;
	font-size: 10px;
	margin-bottom: 0;
}
strong {
	background: -webkit-linear-gradient(#ba8802, #fee8ae, #ba8802, #fee8ae, #ba8802);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
	.btn {
		font-size: 50px;
		font-weight: 800;
		font-size: 3vw;
		border: 0px solid #fff;
		border-radius: 20px;
		color: #000000;
		background: -webkit-linear-gradient(#5a450b, #ba8802, #fff7e1, #ba8802, #d4b667, #fee8ae, #fee8ae, #ba8802, #826415, #ba8802, #fee8ae, #ba8802);
		/* padding: 1rem 2rem; */
		margin: 15px;
		width: 100px;
	}

	
}