:root{
	--sb-gold: #b3995d;
	--sb-red: #ab0404;
}

@font-face {
  font-family: "Engravers MT", SansSerif;
  src: url('/static/css/fonts/SportsBook.woff');
}
.font-engravers{
	font-family: "Engravers MT", SansSerif;
}

.bg-red{
	background-color: var(--sb-red);
}
.bg-gold{
	background-color: var(--sb-gold);
}
.border-gold{
	border: 1pt solid var(--sb-gold);
}
.border-red{
	border: 3px solid var(--sb-red);
	border-radius: 5px;
}

.text-red{
	color: var(--sb-red);
}

.text-gold{
	color: var(--sb-gold);
}

body{
	font-family: SansSerif;
	background-color: transparent;
	background-image: url("/static/img/brown_brick.jpg") ;
}

.card{
	background-color: var(--sb-gold);
	border: 3px solid var(--sb-red);
}

.card-img-top{
	height: 150px;
}
.card-img-obj{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.card-title{
	font-size: 16pt;
	font-weight: 700;
	padding-left: 20px;
	background-color: var(--sb-red);
	color: white;
}
.gameImage{
	height: 100px;
}

.games{
	background-color: #7c7c7c;
	color: #ffffff
}

.link-block{
	position: relative;
}
	.link-block > a{
		position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; /* No underlines on the link */
        z-index: 10; /* Places the link above everything else in the div */
        background-color: #FFF; /* Fix to make div clickable in IE */
        opacity: 0; /* Fix to make div clickable in IE */
        filter: alpha(opacity=1); /* Fix to make div clickable in IE */
	}

.img-thumbnail{
	max-height: 60px;
	max-width: 30px;
	object-fit: cover;
	object-position: center;
}

.listpic{
	height: 40px;
}

.main{
	background-color: white;
}

.nav-top{
	background-color: var(--sb-red);
	box-shadow: 5px 5px var(--sb-gold);
	margin-bottom: 10px;
}

.nav-top-brand-image{
	height: 56px;
}

.nav-top-brand-name{
	width: 100%;
	font-size:1rem;
	font-weight:bolder;
	margin-top: 0px;
	text-align: center;
	color: white;
}

.nav-top-link{
	color: white;
	text-decoration-color: transparent;
	text-decoration: none;
}

.nav-top-link:hover{
	color: white;
	text-decoration-color: white;
	text-decoration: none;
}
.row-striped{ }
.row-striped:nth-child(odd){
	background-color: #c4bb9b;
}
.outline-gold{
	border: 1rem solid var(--sb-gold);

}
.prompt-image{
	max-height: 40px;
	max-width: 60px;
	opacity: 70%;
}
.wins{
	background-color: #ffffff;
}

@media (min-width: 600px) {

	.rotate-lg-clock {
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg); /* IE 9 */
		-moz-transform: rotate(-90deg); /* Firefox */
		-webkit-transform: rotate(-90deg); /* Safari and Chrome */
		-o-transform: rotate(-90deg); /* Opera */
	}
}

#billiards1{
	left: 0px;
	width: 160px;
	height: 160px;
	background: url('../img/billiards/billiards-vector-5016.jpg') -190px -130px;
}
#billiards9{
	left: 0px;
	width: 160px;
	height: 160px;
	background: url('/static/img/billiards/billiards-vector-5016.jpg') -190px -130px;
}
#billiards8{
	left: 0;
	width: 30px;
	height: 30px;
	background: url('../img/billiards/billiards-vector-5016.png') no-repeat;
	background-size: 400% 400%;
	background-position: 100% 35%;
}
#billiards-scratch{
		left: 0;
	width: 30px;
	height: 30px;
	background: url('../img/billiards/billiards-vector-5016.png') no-repeat;
	background-size: 400% 400%;
	background-position: 100% 100%;
}
#billiards-scratch8.pill{
		left: 0;
	width: 30px;
	height: 30px;
	border-radius: 22px;

}
#billiards-scratch.white{
	top: -30px;
	left: -10px;
	position: relative;
}
#billiards8.black{
	left: 5px;
	top: 10px;
	position: relative;
}

.table-gold {
  color: #fff;
  background-color: var(--sb-gold);
}
.table-gold th,
.table-gold td,
.table-gold thead th {
  border-color: #dee2e6;
}
.table-gold-first-red tbody tr:first-line{
	color: white;
	background-color: var(--sb-red);
}
.table-gold.table-gold-striped tbody tr:nth-of-type(odd) {
  	color: #fefefe;
	background-color: #8a784f;
}

.winner-image {
	max-height: 125px;
	max-width: 200px;
}
.king-logo {
	max-height: 50px;
	max-width: 75px;
}
.q-up-next{
	color: var(--sb-gold);
}
.q-up-next:hover{
	color: white;
}
.tiny-crown{
	max-height: 50px;
	max-width: 75px;
}


.event-id{
	font-family: "Engravers MT", SansSerif;
	font-size: xx-large;
	-webkit-text-stroke: 2px var(--sb-gold);
	color: var(--sb-red);

}