body { 	background-color: #fff; 	position: relative; 	overflow-x: hidden; }  .container { 	background-color: transparent; 	z-index: 2; 	padding: 0; 	position: relative; }  .container img { 	max-width: 100%; }  #main { 	margin: 0; }  .bgInverse { 	background-color: #373a3c; }  #info { 	background-color: #fff; 	padding: 15px; 	box-sizing: border-box; }  #sidebar { 	background-color: #fff; 	padding: 15px; 	box-sizing: border-box; }  .background-link-img { 	background-size: cover; 	background-repeat: no-repeat; 	background-position: center; 	background-attachment: fixed; 	position: absolute; 	top: 0; 	left: 0; 	display: block; 	width: 100%; 	height: 100%; }  .btn { 	border-radius: 0; 	border: none; 	outline: none; 	background-color: transparent; }  .btn.btn-primary { 	background-color: #0275d8; }  .btn.btn-info { 	background-color: #5bc0de; }  .modal-backdrop { 	display: none; }  .modal:after { 	content: ''; 	position: fixed; 	top: 0; 	right: 0; 	bottom: 0; 	left: 0; 	z-index: 1; 	background-color: #000; 	opacity: .7; }  .modal .modal-dialog { 	z-index: 3; }  .modal .modal-header { 	padding: 5px 35px 10px 35px; 	-webkit-box-sizing: border-box; 	box-sizing: border-box; }  .modal .modal-content { 	-webkit-border-radius: 0; 	border-radius: 0; }  .modal .close { 	font-size: 2.5rem; 	position: absolute; 	right: 10px; }  .form-control { 	-webkit-border-radius: 0; 	border-radius: 0; }  .header { 	margin-bottom: .75rem; 	-webkit-box-sizing: border-box; 	box-sizing: border-box; }  .header .row { 	min-height: 60px; }  null .footer .copyright { 	color: rgba(255, 255, 255, .75); 	padding: 25px 0; }  .card .card-header { 	color: #fff; }  @media (min-width: 576px) { 	.modal-sm { 		max-width: 420px !important; 	} }  @media only screen and (max-width: 992px) { 	.list-group-item { 		padding: .75rem 0.5rem; 	} }  @media only screen and (max-width: 767px) { 	.list-group-item { 		padding: .75rem 1.25rem; 	}   .list-group {     display: none;   }   .card-header {     cursor: pointer;   }   .card-header:before {     content: "☰";     margin-right: 10px;   } }   body {     background-color: #000000; }  .copyright {     background-color: #243e81; }  .card-header {     background-color: #243e81; }  #sidebar {     background-color: #243e81; }  .wrapp-text > .text-xs-center {     color: #2c4fa7; }   body:nth-child(2) {     background-color: #000; }  #sidebar > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {     background-color: #084a8f; }  body:nth-child(2) > div:nth-child(5) > footer:nth-child(2) > div:nth-child(1) {     background-color: #000; } .games-promo800600{   height: 600px;    width: 800px; } .games-promo800600 iframe{   height: 100%!important;    width: 100%!important; } @media screen and (max-width: 1200px){   .games-promo800600{     height: 400px;      width: 700px;   } } @media screen and (max-width: 1024px){   .games-promo800600{     height: 300px !important;      width: 100% !important;   } }  @media screen and (max-width: 480px){   .games-promo800600{     height: 220px !important;    } } @media screen and (max-width: 375px){   .games-promo800600{     height: 180px !important;    } }    .breadcrumb ul {   display: flex;   justify-content: flex-start; }  .breadcrumb ul li {    margin-right: 15px;    font-size: 16px;   list-style: none; }  .breadcrumb ul li a {   text-decoration: none;   font-size: 16px; }  .breadcrumb ul li a:hover {   border-bottom: 1px solid rgb(142, 161, 163); }  .breadcrumb ul li span {   margin-left: 15px; }