*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #252525;
    color: #ffffff;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
}

.grid-container{
  display: grid;
  grid-template-columns: auto 998px auto;
}
.grid-container > div {
  text-align: center;
}

.main{
    background-color: #000;
    padding-bottom: 45px;
}

.header{
    text-align: end;
    background-image: url('/assets/images/BH_web-page-header.jpg');
    background-size:cover;
    background-position: center;
    width: 100%;
    padding-right: 20px;
}

.header > p{
    font-size: 20px;
}

.cs{
    padding-top: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.btn-login{
   border: 1px solid #000;
   width: 150px;
   height: 30px;
   margin-bottom: 15px;
}

.btn-login > img{
    width: 150px;
    height: 30px;
    object-fit: cover;
}

.form-control{
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}

.form-group{
    display: flex;
    align-self: flex-end;
    margin-top: 5px;
}

.form-group > img, .form-group > input{
    margin-left: 10px;
    height: 25px;
}

.form-group > input{
    width: 150px;
}

/*nav styles here*/

.nav{
    font-size: 10px;
    background: #619DD5;
    background: linear-gradient(180deg, rgba(97, 157, 213, 1) 0%, rgba(30, 47, 94, 1) 82%);
}

.nav > ul{
    list-style-type: none;
    margin: 0;
    padding: 10px 0px;
}

.nav > ul >li{
    display: inline;
}

.nav > ul > li > a{
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 10px 22px;
}

.nav > ul > li > a:hover{
    background-color: #121212;
    color: #ff0000;
}

/*Main styles start here*/

.content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 10px;
}

/*Footer styles start here*/

.footer{
    display: flex;
    flex-direction: row;
    margin: 15px 0 ;
}

.img1:hover{
    content: url("/assets/images/New Images/SPORTSBOOK-COLOR.jpg");
}

.img2:hover{
    content: url("/assets/images/New Images/PALY-IN-OUR-CASINO-COLOR.jpg");
}

.img3:hover{
    content: url("/assets/images/New Images/RACEBOOK-COLOR.jpg");
}


.BackBanner
{
	background-image: url('/assets/images/cuadro-gris.jpg');
	background-repeat: repeat-y;
	height: 100%;
    width: 200px;
}

.sports-content{
	display: grid;
    grid-template-columns: 1fr 3fr !important;
	background-color: #f7f7f7;
}

.sports-description{
	text-align: left;
	color: #555;
	line-height: 1.2;
	padding: 20px;
}

.sports-description > ul{
	text-indent: 5%;
	list-style-position: inside;
}

.livelines{
    height: 40vw;
}

.welcome-casino{
    color:#990000; background-color: #ddd; margin: 40px 5px; font-size: 10px;
    text-align: left;
}

.racebook{
    color: #000;
    text-align: left;
    margin: 10px;
    font-size: 10px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.racebook > ul{
    list-style-position: inside;
    
}

.racebook > ul > li{
    margin: 0 10px;
}

.rules{
    color: #777;
    width: 800px;
}

.Title{
    color:#990000; background-color: #ddd; font-size: 10px;
    margin: 5px 0;
}


