/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/templates/blog-home)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-blog-home/blob/master/LICENSE)
 */
body {
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Mitr', serif;
  padding-top: 64px;
  color: #111;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Prompt', sans-serif;
}

.main-body {
  background: rgba(255,255,255,0.7);
  border: 2px solid #eee;
  margin-bottom: 15px;
  backdrop-filter: blur(5px);
  border-radius: 10px;
}

.match {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.match {
  background: white;
}

.match:hover {
  background: #eee;
}

.match-live {
  background:rgb(240, 255, 240);
  border-bottom: 1px solid #ccc;
}

.match-live:hover {
  background: rgb(200, 255, 200);
}

.team-name {
  margin: 0 5px;
  font-weight:200;
}

.league-name {
  color: #aaa;
  font-size: 12px;
}

@media (min-width: 768px) {
  .team-name {
    font-size: 20px;
    font-weight: 400;
  }
  .score {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-shadow: none;
}

#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

.nav-tabs .nav-link {
  background: none;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  border: none;
  color: #555 !important;
}

.nav-tabs .nav-link:not([disabled]):not(.disabled):hover, .nav-tabs .nav-link:not([disabled]):not(.disabled):focus, .nav-tabs .nav-link:not([disabled]):not(.disabled):active, .nav-tabs .nav-link:not([disabled]):not(.disabled).active {
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
  background: transparent;
  color: black;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-weight: bold;
}

.channel-icon {
  background:white; 
  border-radius: 5px; 
  max-width: 100%; 
  margin-bottom:15px; 
  cursor:pointer
}

.channel-icon:hover {
  opacity: 0.8;
}

.bg-dark {
  background-color: black !important;
}

.navbar {
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: black 0 5px 10px;
}