<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
body {
 	font-family: 'PT Serif', serif;
  	color: #13294B;
	background:#fbfbfb;
	
}

div2 {
	border: red 1px solid;
}
.bgidhs{
	background-color: #29c3e8;
}
.naglowek{
	background: #29c3e8;
}
.naglowek h2{
	font-size: 1.5rem;
	color: white;
	font-family: 'Roboto', sans-serif;
	 
	
}
.logadol img{
	
}
.imgcenter{
	 
}
.lead{
	color: black;
}
.naglowek2 h2{
	font-size: 1.2rem;
}
.podpis{
	font-size: 1rem;
	line-height: 0.3;
	color: black;
	text-align: right;
	padding-right:2rem;
}
/* 
glowny kolor #13294B
niebieski #01317A


*/
.nawigacja{
	background: #29c3e8;
	height: 3rem;
}
.navbar {
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.nav-item a{
    font-family: 'Roboto', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: white;
}
 
 
.pasek01{
	background: #29c3e8;
	height: 3rem;
}
/*  sec 1 */

.sec1 h1,p {
	font-family: 'Roboto', sans-serif;
	color:#eaeaea;
	 
}
.card{
	margin: 1rem;
	height: 25rem;
	box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, 0.15);
	  
}
.card1bt{
	display: grid;
	background-color: #01317A;
	border-color: #01317A;
	 
}
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}







.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
 
.carousel-caption{
	color: #fff!important;
	padding-bottom: 4.25rem;
	
} 
.carousel-item2 {
 
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 0%), ;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;	
}
.imggal{
	 text-align: center;
}
.carousel-item {
 
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%),url("img/tlo2.png");
    background-position: center center;
	background-size:cover;
    background-repeat: no-repeat;
    height: 22rem;
	width: 100%;
	justify-content: center;	
	  margin-top: 2rem;
    margin-bottom: 0;
    padding: 0;
}
.carousel-item3 {
 
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 0%),url(img/obraz5m.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    justify-content: center;	
}

@media (max-width: 768px) {

.navbar-collapse{
	background:hsla(0,0%,27%,0.70);
	margin: 5px;
}
	.nav-item{
		margin: 5px;
		 
	}
	.nav-link{
		margin: 5px;
		color: white!important;
	}
.naglowek h2{
	font-size: 0.9rem;
}

}

</pre></body></html>