.block{
	display: inline-block;
}
.s2{
	font-size: 2rem !important;
}
.flex{
	display: flex;
}
.items-center{
	align-items: center;
}
header a{
	text-decoration: none;
	color: black;
}
.burgund{
	color: #b14233;
}
.burgund-bg{
	background-color: #b14233;
}
@media(min-width:1200px){
	.px-10{
		padding-left: 10rem;
		padding-right: 10rem;
	}
}
.flex-obj1{
	flex-grow: 1;
	display: flex;
	justify-content: center
}
.text-right{
	text-align: right;
}
.ml-auto{
	margin-left: auto;
}
.front{
	background-image: url('/images/slide-placeholder.png');
	background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
	height: calc(100vh - 200px);
}
.siny-bg{
	background-color: #002f5d;
}
.siny{
	color: #002f5d;
}

.naglowek-baner{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 200px;
	background: url('/images/tlo-edited.webp');
	background-position: center;          /* Wycentrowanie tła */
	background-repeat: no-repeat;         /* Zapobiega powtarzaniu tła */
	background-size: cover; 
	border: solid white;
    border-width: 0 58px 22px 43px;
}
.naglowek-baner h1{
	font-family: 'Cambria', sans-serif;
	color: white;
	font-size: 50px;
	padding: 50px 0 50px 0;
}
.stc{
	border: solid white;
    border-width: 21px 58px 30px 43px;
	padding: 0 12% 0 12%;
}
@media (max-width: 800px){
	.stc{
		padding: 0 0 0 0 !important;
	}
	.naglowek-baner{
		border: 0;
	min-height: 100px;
	}
	.naglowek-baner h1{
		font-size: 32px;
	}
}