@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body
{
  font-family: "Noto Sans";
  margin: 0px;
  background: linear-gradient(2137deg, rgb(60, 55, 0) 0%, rgb(35, 30, 0) 30%, rgba(0, 0, 0, 1) 55%, rgba(0, 0, 0, 1) 60%, #001F00 100%) no-repeat;
  max-width: 100%;

}
/*NAWIGACJA*/
nav
{
  z-index: 1;
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  transition: 0.8s;
}
nav span
{
  color: rgba(255, 255, 255, 0.95);
  transition: 1s;
}
nav ul
{
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
nav li
{
  display: flex;
  align-items: center;
  height: 7vh;
  text-align: center;
  
  padding-left: 1vw;
  padding-right: 1vw;
}
nav a
{
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  text-decoration: none;
  color: white;
  align-items: center;
  transition: 1s;
}

.padding1
{
  box-sizing: border-box;
  padding: 0 10%;
}
nav hr
{
  height: 4px;
  width: 4px;
  background-color: rgb(0, 160, 0);
  border: 1px solid rgb(0, 130, 0);
  margin: 0 0 2px 0;
  box-sizing: border-box;
  transition: 1s;
  border-radius: 6px;
}

nav a:hover span,
nav a:focus span
{
  color: white;
  transform: translate(0px, -4px);
  box-sizing: border-box;
}

nav a:hover 
{
  background-color: rgba(0, 0, 0, 0.6);
}

nav a:hover hr,
nav a:focus hr
{
  background-color: rgb(0, 200, 0);
  border: 1px solid rgb(0, 200, 0);
  width: 100%;
}

.active hr
{
  background-color: rgb(0, 200, 0);
  border: 1px solid rgb(0, 200, 0);
  width: 100%;
}
.active span
{
  color: white;
  transform: translate(0px, -4px);
  box-sizing: border-box;
}

nav.scrolled
{
  background-color: rgba(0, 0, 0, 0.9);
}
.scrolledImg
{
  opacity: 0.2 !important;
}


.mobile-header {
  display: none;
}

/* Stopka */

footer
{
  width: 100%;
  background-color: #000;
  color: white;
  padding: 70px 10% 100px 10%;
  box-sizing: border-box;
}
.footerSponsor
{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 4vh;
}
.footerSponsor img
{
  height: 20vh;
  max-width: fit-content;
  border: 2px solid black;
  border-radius: 5px 25px;
}
footer > div
{
  display: flex;
  flex-direction: column;
}
.footerInfo
{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  word-wrap: break-word;
}
.footerInfo > div
{
  width: 100%;
  max-width: 75%;
}
.footerInfo table td
{
  vertical-align: top;
  width: auto !important;
}
.footerInfo h1
{
  margin-top: 0;
  font-size: 30px;
  max-width: 60%;
}

.footerShort
{
  max-width: 20% !important; 
  width: 0% !important;
}

footer section
{
  display: flex;
}
footer section div
{
  margin-right: 50px;
}
.footerInfo svg
{
  border-radius: 5px 20px;
  color: white;
  font-size: 40px;
  width: 2vw;
  border: 2px solid white;
  padding: 20px;
  transition: 0.3s;
}

.footerInfo svg:hover
{
  background-color: white;
  color: #000;
}

.sponsorzy
{
  display: flex;
  max-width:100%;
  overflow: auto;
}

/* Strona główna */

.homeMainImg
{
  max-height: 120vh;
  min-height: 120vh;
  position: static;
  background: linear-gradient(2deg, #003500 0%, rgba(0, 0, 0, 1) 50%,rgb(61, 54, 0) 70%,  rgb(43, 38, 0) 100% );max-width: 100%;
}
.homeMainImg img
{
  animation: 1s fadeInUp;
  transition: 1s;
  max-width: 100%;
  min-width: 100%;
  max-height: 120vh;
  min-height: 120vh;
  object-fit: cover;
  opacity: 0.5;
  z-index: 10;
}

.homeMainImg h1
{
  width: 100%;
  font-family: "poppins";
   background: -webkit-linear-gradient(rgb(255, 235, 17), rgb(182, 169, 53));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  text-align: center;
  word-wrap: break-word;
}

.homeMainImg div
{
  position: relative;
  top:-95vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.homeMainImg a
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 4px solid rgba(243, 243, 39, 0.8);
  border-radius: 10px;
  transition: 0.5s;
}
.homeMainImg h2
{
  box-sizing: border-box;
  margin: 0;
  padding: 2vh 4vh;
  color: white;
  text-align: center;
  background-color: rgba(10, 10, 10, 0.6);
  width: 100%;
  border: 5px rgba(10, 10, 10, 0.6);
  border-radius: 10px ;
  transition: 0.5s;
}
.homeMainImg a:hover
{
  transform: scale(1.05) translate(0px,-10px);
  background-color: rgba(243, 243, 39, 0.8);
}

.homeMainImg a:hover h2
{
  color: #000;
  background-color: rgba(243, 243, 39, 0.8);
}

@keyframes fadeInUp {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.5;
  }
}


/* Artykuły */
.search-form
{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  
}
.search-form input
{
  width: 65%;
  background-color: rgb(11, 11, 11);
  color: white;
  height: 50px;
  font-size: 20px;
  padding: 5px 15px;
  border: #003a00 solid 3px;
  border-radius: 5px 20px;
  margin-right: 10px;
}
.content .content
{
  padding: 0;
  display: block;
}
.search-form button
{
  min-width: 30%;
  font-size: 20px;
  color: white;
  background-color: rgb(11, 11, 11);
  border: #313a00 solid 3px;
  border-radius: 20px 5px;
  cursor: pointer;
}
.articleA
{
  display: flex;
  color: white;
  text-decoration: none;
  background: black;
  width: 100%;
  min-height: 40vh;
  max-height: 40vh;
  overflow: hidden;
  margin-top: 2vh;
  border: 2px solid rgb(44, 44, 0);
  box-sizing: border-box;
  border-radius: 20px 5px 20px 5px;
}
.articleA img
{
  min-width: 40vh;
  max-width: 40vh;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: 1s;
}

.articleA h2
{
  width: 100%;
  text-align: center;
  transition: 0.7s;
}

.articleA div
{
  padding: 0 5%;
  box-sizing: border-box;
  width: 100%;
  height: 70%;
  transition: 0.7s;
}

.articleA:hover img
{
  transform: scale(1.1);
  opacity: 1;
}

.articleA p, .przyspiewka-tekst
{
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articleA span
{
  margin-top: 1vh;
  float: right;
}
.articleA hr
{
  height: 2px;
  background-color: #013300;
  border: 2px solid #013300;
  border-radius: 5px;
}

.articleMenu section
{
  margin-top: 2vh;
  box-sizing: border-box;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  gap: 2%;
  align-content: space-evenly;
  flex-wrap: wrap;
}



.articleMenu
{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2vh 10% 6vh 10%;
  box-sizing: border-box;
  color: white;
}

.articleMenu h1
{
  margin: 0;
  padding: 0;
  color: white;
}
.articleMenu > a
{
  float: right;
  width: max-content;
  margin-top: 4vh;
}

.articleMenu small
{
  float: right;
  color: white;
  font-size: 24px;
}
.articleMenu small:hover
{
  text-decoration: underline;
}

/*Aktualności*/
.pagination
{
  margin-top: 2vh;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: white;
  align-items: center;
}

.pagination div
{
  display: flex;
  overflow: auto;
  max-width: 60%;
}

.pagination a
{
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 6vh;
  min-height: 6vh;
  cursor: pointer;
  font-family: "Noto Sans";
  color: white;
  font-size: 30px;
  background-color: #000;
  margin: 0 5px;
  padding: 5px;
  border: #001600 2px solid;
  border-radius: 5px 15px;
  transition: 0.5s;
}
.pagination a:hover
{
  color: #c2c200;
  background-color: #013300;
  border-radius: 15px 5px;
}
.pagination span
{
  text-align: center;
  font-size: 28px;
}

.pagination-links
{
  display: flex;
  max-width: 40%;
  overflow: auto;
}
.pagination a.active
{
  color: rgb(255, 255, 0);
  background-color: #013300;
  border-radius: 15px 5px;
}
/*Arytkuły*/
.artykulImg
{
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  color: white;
  justify-content:start;
  align-items: center;
  position: absolute;
  background: linear-gradient(2deg, rgb(0, 12, 1) 0%, rgba(0, 12, 1, 0.9) 50%, #00000000 60%, #00000000 80%, #00000090 90%, #000000 100%);
}
.artykulImg img
{
  max-width: 100%;
  min-width: 100%;
  max-height: 90vh;
  min-height: 90vh;
  object-fit: cover;
  opacity: 0.7;
}
.artykulTytul {
  z-index: 0;
  color: white;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  margin: 0;
  min-height: 90vh;
  min-width: 100%;
  position: relative;
  padding: 55vh 0 0 0;
  box-sizing: border-box;
  max-width: 100%;
}

.artykulTytul2
{
  min-height: 150px;
  color: white;
  background: black;
  margin: 0 10%;
  box-sizing: border-box;
  padding: 1vh 5%;
  border: 5px solid;
  border-color:rgb(187, 170, 13) ;
  border-radius: 10px 25px;
}

.artykulTytul div
{
  box-sizing: border-box;
  min-height: 35vh;
  padding: 0 10% 5vh 10%;
  background-image: linear-gradient(2deg, rgb(0, 12, 1) 0%, rgba(0, 12, 1, 0.2) 100%);
}

.contentMain a
{
  color: rgb(43, 39, 253);
  transition: 0.25s;
}
.contentMain a:hover
{
  color: rgb(2, 0, 112);
}


/* Wyjazdy */

.wyjazdySezon
{
  border: 2px solid white;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.wyjazdySezon h1
{
  padding: 2vh;
  box-sizing: border-box;
  background-color: white;
  color: black;
  margin-top: 0px;
}
.trip
{
  padding: 0vh 2vh;
  box-sizing: border-box
}
.trip p
{
  font-weight: lighter;
}
.wyjazdySezon hr
{
  width: 98%;
}
/* Przyśpiewki*/
.przyspiewka div p
{
  margin: 0;
}
.przyspiewka hr
{
  margin-bottom: 20px;
}
/* Login */
.loginContent
{
  width: 40%;
  max-width: 40%;
  box-sizing: border-box;
  background-color: rgb(22, 22, 22);
  color: white;
  font-size: 20px;
  padding: 5vh;
  word-wrap: break-word;  
  border-radius: 10px;
}
.loginForm
{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loginForm input, .loginForm button,
.adminInput, .adminButton
{
  box-sizing: border-box;
  color: white;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2vh;
  background-color: #313131;
  border: 2px solid #313131;
  border-radius: 20px;
  font-size: 20px;
  padding: 1.5vh;
  transition: 0.5s;
}
.adminButton
{
  text-align: center;
  background-color: #050505 !important;
}
.loginForm input:hover,
.loginForm input:focus,
.adminInput, .adminButton
{
  background-color: #444;
}
.loginForm button
{
  background-color: #000;
  border: solid #000, 5px;
  transition: 0.5s;
  font-size: 24px;
}
.loginForm button:hover{
  background-color: rgb(247, 247, 247);
  color: #000;
}

.loginForm div
{
  min-width: 100%;
  position: "relative"
}

table .adminButton
{
  min-height: 80px;
  max-height: 80px;
}

/* ADMIN */

.welcomeAdmin
{
  
  font-size: 20px;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  color: white;
  background-color: #000;  
  box-sizing: border-box;
  margin-bottom: 1vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.welcomeAdmin button
{
  box-sizing: border-box;
  color: white;
  background-color: #313131;
  border: 2px solid #313131;
  border-radius: 5px 15px;
  font-size: 15px;
  padding: 1.5vh;
  transition: 0.5s;
}
.welcomeAdmin h2
{
  max-width: 70%;
}

.adminLinks
{
  list-style: none;
  padding: 0;
}
.adminLinks li
{
  display: flex;
  min-width: 100%;
  height: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.5s;
  border-radius: 5px 15px;
  box-sizing: border-box;
}

.adminLinks a
{
  text-decoration: none;
  color: white;
}
.adminLinks a:hover
{
  color: white;
}
.adminLinks li:hover
{
  transform: scale(1.05);
}

.contentMainAdmin
{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: rgb(22, 22, 22);
  color: white;
  padding: 5vh 5%;
  font-size: 20px;
  word-wrap: break-word;  
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contentMainAdmin h1
{
  min-width: 100%;
  display: fle;
}
.contentMainAdmin form
{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.contentMainAdmin textarea
{
  box-sizing: border-box;
  color: white;
  min-width: 100%;
  max-width: 100%;
  min-height: 50vh;
  margin-bottom: 2vh;
  background-color: #313131;
  border: 2px solid #313131;
  border-radius: 20px;
  font-size: 20px;
  padding: 1.5vh;
  transition: 0.1s;
  overflow: hidden;
}
.contentMainAdmin table
{
  width: 100%;
  color:white;
}
.contentMainAdmin td
{
  border-bottom: 2px solid white;
  text-align: center;
}
.contentMainAdmin table img
{
  max-width: 100%;
  min-height: 80px;
  max-height: 80px;
}
.contentMainAdmin table button
{
  min-height: 100%;
  max-height: 100%;
  font-size: 15px;
  padding: 1px;
  margin-bottom: 5px;
  max-width: 45%;
  min-width: 45%;
}
.contentMainAdmin table div
{
  display: flex;
  max-width: 100%;
  min-height: 80px;
  max-height: 80px;
  min-width: 200px;
  justify-content: space-between;
}
/*uniwersalne*/
.hrLine
{
  margin: 0 0 2vh 0;
  width: 35%;
  background: linear-gradient(15deg,rgb(2, 120, 0) 0%, rgb(10, 10, 10)50%,rgb(120, 110, 0) 100%);max-width: 100%;
  height: 6px;
  border: 0px solid rgb(0, 120, 0);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 1px;
}

.content
{
  width: 100%;
  padding: 2vh 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contentMain
{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background-color: rgb(11, 11, 11);
  color: white;
  padding: 5vh 5%;
  font-size: 20px;
  word-wrap: break-word;  
  border-radius: 10px;
  overflow: hidden;
}
.contentMain img
{
  max-width: 100%;
}


::-webkit-scrollbar {
  width: 0.25vw;
  height: 0.6vh;
  transition: 0.5s;
}

::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 5px;
}
 
::-webkit-scrollbar-thumb {
  background: rgb(90, 90, 90); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 255, 255); 
}



@media (max-width: 768px) {
  /* Nawigacja */
  nav
  {
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    display:flex;
    flex-direction: column;
  }
  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: white;
    font-size: 20px;
    padding: 0.5rem 0;
  }
  nav a:hover 
  {
    background-color: rgba(0, 0, 0, 0.0);
  }
  .mobile-title {
    font-size: 28px;
    font-weight: bold;
  }

  .hamburger {
    display: block;
    font-size: 28px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 2;
  }
  .homeMainImg h1
  {
    font-size: 40px;
  }
  nav ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  nav ul.menu-open {
    display: flex;
  }

  .menu-op
  {
    background-color: rgba(0, 0, 0, 0.9);
  }

  nav li {
    width: 100%;
    padding: 1rem 0;
    justify-content: flex-start;
    height: auto;
  }

  nav a {
    font-size: 24px;
    justify-content: flex-start;
    width: 100%;
    align-items: start;
  }

  .padding1 {
    padding: 0 3% 1vh 3%;
  }
  /* Stopka */
  footer
  {
    padding: 0% 3%;
  }

  footer section, .footerInfo
  {
    flex-direction: column;
  }*/
  .footerInfo
  {
    flex-direction: column;
  }
  .footerInfo > div
  {
    width: 100%;
    max-width: 100%;
  }

  .footerInfo svg {
    font-size: 10vw;
    width: 10vw;
    padding: 40px;
  }
  /* Aktualności */
  .articleMenu section
  {
    display: flex;
    flex-direction: column;
  }
  .articleA img
  {
    min-width: 100%;
    max-height: 30vh;
    height: auto;
  }
  .articleMenu
  {
    padding: 1vh 3% 2vh 3%;
  }
  .articleA
  {
    min-width: 100%;
    max-width: 100%;
    flex-direction: column;
    max-height: 80vh;
    padding-bottom: 2vh;
  }
  .pagination-links
  {
    max-width: 75%;
  }
  .pagination button 
  {
    min-width: 10vh;
    min-height: 10vh;
  }
  .hrLine
  {
    width: 100%;
  }

  /* Artykul */
  .artykulImg img, .artykulImg
  {
    min-height: 70vh;
  }
  .artykulTytul
  {
    padding: 40vh 0 0 0;
    min-height: 71vh;
  }
  .artykulTytul div
  {
    min-height: 35vh;
    padding: 0 3% 5vh 3%;
  }
  .artykulTytul2
  {
    margin: 0% 3%;
  }
  /* Uniwersalne */
  .content
  {
    padding: 2vh 3% 5vh 3%;
  }
  .contentMain 
  {
    padding: 2vh 2%;
  }
  .contentMain img
  {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* Admin */

  .loginContent
  {
    width: 100%;
    max-width: 100%;
  }
}