html{
	max-height: 100%;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #0c0c11;
	color: #f0f0f0;
	font-size: 1.15rem;
	max-height: 100%;
}

h2{
	text-align: center;
	margin-bottom: 24px;
}

a{
	color: #24ba9d;
	text-decoration: none;
}

a:hover{
	color: #24ba9d;
	text-decoration: underline;
}

nav{
	height: 56px;
	background-color: #0c0c11;
	text-transform: uppercase;
	font-size: .8375rem;
	border-bottom: 1px solid #24ba9d;
}

div#fixed-footer{
	position: sticky;
	bottom: 0;
	width: 100%;
	background-color: #0c0c11;
	height: 56px;
	border-top: 1px solid #24ba9d;
}

ul.navbar-nav{
	background-color: #0c0c11;
	padding: 0;
}

footer{
	background-color: #0c0c11!important;
	color: gray;
	font-size: 12px;
	border-top: 1px solid #24ba9d;
	margin-top: 32px;
}

div.slider{
	margin-top: 100px;
}

img.adaptive{
	max-width: 100%;
	max-height: auto;
	height: auto;
    vertical-align: middle;
    border-radius: 10px;
}

img#logo{
	max-height: 40px;
}

hr{
	border: 1px solid #fff;
}

div.league__item{
	filter: grayscale(100%);

}
div.league__item:hover{
	filter: grayscale(0%);
	transition: all 0.2s ease 0s;
}

button.btn.btn-light{
	background: linear-gradient(to bottom, #24ba9d, #24ba9c, #24ba9d);
	border:none;
	border-radius: 1.5625rem;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: .8375rem;
	min-height: 36px;
}

button.btn.btn-light:hover{
	box-shadow: 0 0 5px 1px #24ba9d;
}

button.btn.btn_red{
	width: 100%;
	background-color: #dc1f00;
	color: #fff;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: .8375rem;
	border-radius: 1.5625rem;
	min-height: 36px;
}

button.btn.btn_red:hover{
	box-shadow: 0 0 5px 1px #dc1f00;
}

a.nav-link{
	color: #fff!important;
	border-bottom: 2px solid transparent;
}

a.nav-link:hover{
	color: #24ba9d!important;
	text-decoration: none;
}

a.nav-link.active{
	border-bottom: 2px solid #24ba9d;
}

td{
	border-color: white;
	color: white;
}

table{
	display: none;
}

div.sticky-banner{
	position: sticky;
	top: 65px;
	background-color: #262634;
	padding: 10px;
	border-radius: 15px;
}

.banner__main {
  position: relative;
  width: 80%;
  height: 214px;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner__action {
  position: absolute;
  right: 100px;
  bottom: 15px;
}



button.slick-next.slick-arrow{
  display: none !important;
}

button.slick-prev.slick-arrow{
  display: none !important;
}

div.banner__main.slick-slide.slick-current.slick-active{
  height: 220px !important;
}

div.banner__main.slick-slide.slick-cloned{
  height: 220px !important;
}

@media (max-width: 1024px){
	
}

@media (min-width: 768px){
	table{
		display: table;
	}
}


.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.raw {
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y)* -1);
    /* margin-right: calc(var(--bs-gutter-x) / -2); */
    margin-left: calc(var(--bs-gutter-x) / -2);
}

summary {
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	margin: 10px;
	padding: 10px;
	color: white;
	background-color: purple;
  }

  details > p {
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	border: 30px;
  }

  summary:focus,
  summary:hover {
	background-color: red;
  }



.bn632-hover {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 20px;
	height: 55px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	border-radius: 50px;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bn632-hover:hover {
	background-position: 100% 0;
	moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.bn632-hover:focus {
	outline: none;
}

.bn632-hover.bn24 {
	background-image: linear-gradient(
	to right,
	#6253e1,
	#852d91,
	#a3a1ff,
	#f24645
	);
	box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}