body{
    background: rgb(111,20,20);
    background: linear-gradient(0deg, rgba(111,20,20,1) 38%, rgba(0,0,0,1) 76%);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

#header{
    background-image: url("img/Tlo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.headerLogo{
    text-align: center;
    margin-top: 270px;
}
.LoginRegister{
    text-align: center;
    font-size: 40px;
    padding: 50px 25px 25px 0px;
}
.headerLeft{
    padding: 50px 25px 25px 0px;
    text-align: center;
}
h2{
    color: white;
    font-family: 'Rowdies', cursive;
    padding: 30px;
}
h4{
    color: rgb(161, 161, 161); 
}
.menu{
    color: white;
    text-align: center;
    font-size: 16px;
    background-color: rgb(27, 25, 25);
    min-height:90px;
    line-height: 2.5em;
}
.menu:hover{
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    border: 1px solid red;
    transform: scale(0.9);
}
.aktualnosci{
    background-color: rgb(27, 25, 25);
    margin-top: 100px;
    border-radius: 5px;
}
.sponsorzy{
    
    text-align: center;
}
.wyniki1 a{
    font-size: 22px;
    color: white;
}
.card{
    background-color: rgb(27, 25, 25);
    color: white;
}
.fonts{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
.centerAll{
    width: 100%;
}
.links{
    text-decoration: none;
    color: white;
    display: block;
    width: 100%;
    height: 100%;
}
.links:hover{
    color: white;
}
.navi{
    padding-left: 0;
    padding-right: 0;
}
.mediaplus{
    background-color:rgb(27, 25, 25);
    text-align: center;
    padding: 50px;
}
#footer{
    background-color: rgb(27, 25, 25);
}
.foot{
    text-align: center;
    color: white;
}
h1{
    color: white;
    font-weight: 500;
    font-size:40px;
    font-family: 'Rowdies', cursive;
}
.footerdown{
    background-color: black;
    color: white;
    text-align: center;
}
.footersocial{
    font-size: 40px;
}
.tel{
    text-decoration: none;
    color: white;
}
.tel:hover{
    color:rgb(161, 161, 161)
}
.gora2{
    display: none;
}
.imgakt{
    object-fit: cover;
    height: 260px;
}
.wyniki1{
    text-align: center;
}
.wynik{
    display: inline-block;
    padding: 40px;
    border: 1px solid red;
    color: white;
    background-color: black;
    text-decoration: none;
}
.wynik:hover{
    color:rgb(161, 161, 161)
}
.gallery img {
    width: 100%;
    border-radius: 0;
    position: relative;
  }
  .jumbotron {
    text-align: center;
    padding: 20px;
    margin: 10px 0;
  }

  .gallery {
    padding: 40px;
  }
  .regulamintwo{
      text-align: center;
      background-color: rgb(27, 25, 25);
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 5px;
  }
  .reg{
    display: none;
    text-align: center;
  }
  .regulamin{
    text-align: center;
    background-color: rgb(27, 25, 25);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

  h3{
    font-family: 'Rowdies', cursive;
    color: white;
  }
  p{
      color: white;
      /* font-family: 'Rowdies', cursive; */
      font-size: 18px;
  }
  h4{
    color: white;
    text-transform: bold;
  }
  .card img{
      object-position: center;
  }
  #przycisk{
      text-decoration: none;
      display: block;
      color: white;
      background-color: rgb(27, 25, 25);
      border-radius: 5px;
      margin: 20px auto 20px auto;
      width: 15%;
      text-align: center;
      padding: 10px;
  }
  #przycisk:hover{
    background-color: rgb(0, 0, 0);
  }
  .druzyny{
      display: inline-block;
      width: 100%;
  }
  .zawodnicy{
      display: inline-block;
      font-size: 20px;
  }
@media screen and (max-width: 764px) {
    .LoginRegister
    {
        display: none;
    }
    .headerLeft
    {
        margin: auto;
        width: 100%;
        padding: 25px;
    
    }
    .headerLogo{
        margin: auto;
        padding: 0;
    }
  .col-lg-2.sponsorzy.gora{
        display: none;
    }
    .gora2{
        display: block;
    }
    .menu{
    background-color: rgb(0, 0, 0);
    opacity: 1;
    border: 1px solid red;
    margin: 5px;
    }
    .menu:hover{
    background-color: none;
    opacity: 1;
    border: none;
    transform: none;
    }
.wynik{
    width: 100%;
    display: inline-block;
    }
.imgakt{
    object-fit: cover;
    height: auto;
    width: 100%;
    }
.facebookLike{
    display: none;
    }
#przycisk{
    font-size: 10px;
    }
  }
  @media screen and (max-width: 990px) {
    .imgakt{
        object-fit: cover;
        height: auto;
        width: 100%;
    }
    .reg{
        display: block;
        text-align: center;
        margin: auto;
      }
      .regulamin{
        display: none;
      }
      .col-lg-2.sponsorzy.gora{
        display: none;
    }
  }