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

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;
}

section#intro{
	margin-top: 100px;
}

img.adaptive{
	max-width: 100%;
	max-height: auto;
}

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.vhod{
	background-color: #dc1f00;
	color: #fff;
	padding: 0 18.75px;
	text-transform: uppercase;
	font-size: .8375rem;
	border-radius: 1.5625rem;
	min-height: 36px;
}

button.btn.vhod: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;
}

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