.content .navbar .navbar-nav .nav-link {
	color:var(--bs-dark);
}

.malyf {
	font-size: 0.7em;
}

.caly {
  width: 100%;
}

.ng1 {
	padding-bottom: 5px;
	padding-top: 5px;
}


/* min 768 */
@media (min-width: 768px) {
   .content {
      width: calc(100% - 384px);
      margin-left: 384px;
   }

   .sidebar {
      width: 384px;
   }

   .sidebar.open {
      margin-left: -384px;
   }

}  	
/* min 768 */


/* max  767 */
@media (max-width: 767px) {
   .mt-logo {
   	 margin-top: 50px;
   }

   .navbar-collapse > .navbar-nav {
      /* background-color: #565656; */
      border:1px solid #fff;
   }

   .sidebar {
   	  border-right: 1px solid #fff;
        width: 384px;
        margin-left: -384px;
   }


   .content {
     width: 100%;
   }



   .navbar-dark .navbar-toggler {
      color: rgb(0, 0, 0);
      border-color: rgb(0,0,0);
   }


}	
/* max  767 */



.sidebar, .bg-secondary {
   background-color: #E3E7F0 !important;
}

.content {
   /* background: #0D44D7!important; */
   background: #001857 !important
}



.sidebar .navbar .navbar-nav .nav-link {
  padding: 7px 16px !important;
  color: var(--bs-dark);
  border-left: 3px solid #E3E7F0;
}  

.sidebar .navbar .navbar-nav .nav-link i {
  background: var(--bs-blue);
}

   
.wsm-5 {
   margin-left: 5px;
   margin-right: 5px;
}

.vh-1001 {
   height: auto;
}


.sidebar .navbar .navbar-nav .nav-link:hover {
   color: #F9F7F7;
   background: #3b7add;
   border-color: var(--primary);
}


.sidebar .navbar .navbar-nav .nav-link:hover i {
  background: #002A99;
}


.mt-logo > h3 > img {
   position: relative;
   left: 17px;
}  


.opis {
   color: var(--bs-dark);
   padding-bottom: 15px;
   font-size: 2.5rem;
}

.opis > p {
   text-align: justify;
}

.ws-gal .ws-img img {
   transition: 0.5s;
}

.ws-img {
   position: relative;
   overflow: hidden;
}


.ws-gal:hover > .ws-img > img {
   transform:scale(1.3);
}


.ws-h198 {
   max-height: 198px;
   text-align: center;
}


.ws-h300 {
   max-height: 300px;
   text-align: center;
}


.ws-h420 {
   max-height: 420px;
   text-align: center;
}

.ws-auto {
   height: auto;
   text-align: center;
}
.kst2 {
    text-align: center;
    font-size: 24px;
    color:#FF0000;
    text-shadow: 1px 1px 1px #000000;
}
.kst3 {
    
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 24px;
        
}
.tnapis {
    background-color: #FFFF00;
    color:#FF0000;
    text-shadow: 1px 1px 1px #000000;
    padding: 5px 5px 5px 5px;
}
#content{
   width: 973px;
   padding: 0px 0px 0px 0px;
   background: url(images/cont_bg.png);
   margin: 0px 0px 0px 10px;
   min-height: 480px;
} 
.text{
   padding: 10px 0px 0px 8px;
}
.style11 {
    font-size: 10;
    font-weight: bold;
    color: #FF0000;
}
.red {
   color: #FF0000;
}
.col_black {color:#000000;}
.style19 {  color: #FF0000;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}

.style18 {color: #FF0000}

.wiosna {
  color:#028402;
  font-size:29px;
  font-weight: bold;
  margin-top:30px;
  margin-bottom: 30px;    
}

.czarny {
    color:#000000;
}

.redw {
    color:FF0000;
}
.srodek {
  text-align: center;
}
.style6 {
  font-size: 14px;
  font-weight: bold;
}
.style5 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.lista {
   width: 100%;
}

.lista > tbody > tr > td {
   border-width: 1px!important;
   border-color: #fff!important;
}

.ml-15 {
  margin-left: 15%;
}


.font-czarny {
   color:#000;
}


.table-striped > tbody > tr:nth-of-type(2n+1) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  /* color: var(--bs-table-striped-color); */
  color:#000!important;
}



.sidebar .navbar .navbar-nav .nav-link:hover, .sidebar .navbar .navbar-nav .nav-link.active {
  color: var(--primary);
  background: var(--dark);
  color: var(--bs-white);
  background: var(--bs-blue);
  border-color: var(--primary);
}

.opis2 {
    color: var(--bs-dark);
   color: var(--bs-dark);
    padding-bottom: 15px;
   font-size: 2rem;
 }