body {
	text-align: center;
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
}
.box {
    color: #ffffff;
    font: normal 18px arial, sans-serif;
    border: 0px solid #7F7037;
    width: 80%;
    max-width: 550px;
    margin: 10px auto;
    box-shadow: 0 0 15px 5px #f7cc6d;
    border-radius: 10px;
    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, rgb(165 134 87 / 10%) 100%, #ffd700 100%);
    padding: 10px 20px 10px 20px;
    text-align: center;
}
@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(255,255,255, 0.75);
	}

	100% {
		box-shadow: 0 0 0 10px rgba(255,255,255, 0);
	}
}
.btn{
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-size: 30px;
	font-weight: 600;
	background: -webkit-linear-gradient(#7f0a0a, #b00404, #720b0b);
	text-shadow: 0 1px 0 #a99270, 0 2px 0 #837257, 0 3px 0 #5e513e, 0 4px 0 #383025, 0 5px 0 #12100c, 0 6px 1px rgba(188,163,125,.3), 0 0 5px rgba(188,163,125,.3), 0 1px 3px rgba(188,163,125,.5), 0 3px 5px rgba(188,163,125,.5), 0 5px 10px rgba(188,163,125,.25), 0 10px 10px rgba(188,163,125,.2), 0 20px 20px rgba(188,163,125,.15);
	box-shadow: 0 0 6px 3px #FFF;
	border-radius: 35px;
	color: #FFF;
	display: inline-block;
	width: 200px;
	padding: 15px;
	margin: 15px;
	animation: radial-pulse 1s infinite;			
}
.btn:hover {
    color: #fff;
    margin: 20;
    box-shadow: 0 0 6px 3px #ffffff;
    border-radius: 35px;
    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, rgb(214 205 145 / 18%) 100%, #c1a30f 100%);
    padding: 15px;
}
.btn:active{
        -ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);/*Move down*/
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*Reduce Shadow*/
	border-bottom: none;
}
.contact{
	font-size: 32px;
	font-weight: bold;
}
marquee{
	color: #e2d100;
}
.table1{
	margin: 10px auto;
	width: 100%;
	max-width: 600px;
}
table.rateTable {
	border: 1px solid #464646;
	background-color: #583c247a;
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	margin: auto;
}
table.rateTable td, table.rateTable th {
	border: 1px solid #ffffff;
	padding: 1px 1px;
}
table.rateTable tbody td {
	font-size: 18px;
	color: white;
}
table.rateTable thead {
	background: #381a01;
	border-bottom: 2px solid #444444;
}
table.rateTable thead th {
 	font-size: 20px;
	font-weight: bold;
	color: #fdb402;
	border-left: 2px solid #ffffff;
}