@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root{
  --yellow: #E6B83B;
  --blue: #253C83;
  --bg: linear-gradient(116.82deg, #253C83 0%, rgba(106, 122, 170, 1) 99.48%, rgba(255, 255, 255, 0) 100%);
}
*{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
}
body{
	min-width: 400px;
	background: var(--bg);
	max-width: 100vw;
}
a{
	text-decoration: none !important;
}
h1{
	color: var(--yellow);
	font-size: 3.5rem;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 !important;
	width: calc(100%-1rem);
}
.logo{
	height: 12rem;
	transition: 0.5s;
}
.navbar-nav{
	top: 0;
}
.navbar-toggler{
	border: 5px solid rgb(37, 60, 131);
	box-sizing: border-box;
	z-index: 99;
}
.navbar-toggler-icon{
	color: white !important;
}
.navbar-nav li{
	background: rgb(37, 60, 131);
	border: 5px solid rgb(37, 60, 131);
	display: flex;
	align-items: center;
	justify-content: center;
}
.navbar-nav li.last{
	border-right: 0 solid transparent;
}
.navbar-nav li:hover{
	border-top: 5px solid var(--yellow);
	border-bottom: 5px solid var(--yellow);
	transition: 0.5s;
}
.navbar-nav li.last:hover{
	border-right: 0 solid transparent;
}
.nav-item{
	padding: 0 2.5rem 0 2.5rem;
}
.nav-link{
	font-size: 1.5rem;
	color: var(--yellow)!important;
	font-weight: 500;
	font-style: normal;
}
.navbar-collapse.collapse.show{
	z-index: 2;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	transition: 0.5s;
}
section, .sponsors{
	padding: 2.5rem 0 2.5rem 0;
}
section:first-of-type{
	padding-top: 10rem;
}
.about, .trainings, .history{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about p{
	width: 70%;
	font-size: 1.2rem;
	color: #fff;
	border-right: 5px solid var(--yellow);
	border-left: 5px solid var(--yellow);
	padding: 1rem;
}
.about p a{
	color: var(--yellow);
}
.trainings p{
	font-size: 1.2rem;
	color: #fff;
}
.trainings ul{
	border-left: 5px solid var(--yellow);
	padding-left: 1.5rem;
}
.trainings li{
	font-size: 1.2rem;
	color: #fff;
}
.trainings ul{
	list-style: none;
}
.history p{
	width: 70%;
	font-size: 1.2rem;
	color: #fff;
	text-align: justify;
	border-right: 5px solid var(--yellow);
	border-left: 5px solid var(--yellow);
	padding: 1rem;
}
.deceased{
	display: none;
	border-left: 5px solid transparent;
	width: 70%;
}
.deceased img{
	border-top: 5px solid var(--yellow);
	border-left: 5px solid var(--yellow);
}
.deceased p{
	border-bottom: 5px solid var(--yellow);
	border-right: 5px solid transparent;
	width: 100%;
}
.show-more{
	display: none;
}
.history-btns{
	width: 70%;
}
.history-btns .btn a,
.history-btns .btn{
	background: var(--yellow);
	color: var(--blue);
	transition: 0.5s;
	margin: 0 1rem 0 1rem;
	font-weight: 500;
}
.history-btns .btn:hover a,
.btn:hover{
	color: #fff;
}
.social-media{
	width: 100%;
	height: 6rem;
	background: var(--yellow);
}
.social-media h6{
	font-size: 2rem;
}
.social-media .row div{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 6rem;
	color: var(--blue);
}
.social-media .row a{
	box-sizing: border-box;
	padding: 2rem;
}
.social-media .row a i{
	font-size: 4rem;
	color: var(--blue);
}
.social-media .row a:hover i{
	color: rgba(255,255,255,.8);
	transition: 0.5s;
}
.sponsors{
	padding-top: 2rem;
	width: 100%;
	background: #fff;
}
.sponsors h2{
	color: var(--yellow);
	font-size: 3rem;
	text-shadow: 4px 2px var(--blue);
}
.sponsorsBx .row{
	padding: 1rem 0.5rem 1rem 0.5rem;
}
.my{
	height: 50px;
	width: 100%;
	background: var(--yellow);
	font-size: 1.2rem;

}
.my .copyright{
	padding-top: 12px;
	color: var(--blue);
	font-weight: 500;
}
.my .copyright a{
	color: var(--blue);
}
.my .copyright a:hover span{
	color: rgba(255,255,255,.8);
	transition: 0.5s;
}
/*komunikaty.html*/
.komunikat{
	color: white;
	/*border: 5px solid var(--yellow);*/
	margin: 1rem 0 1rem 0;
}
/*.komunikat1{
	border-left: 5px solid var(--yellow);
	border-top: 5px solid var(--yellow);
}
.komunikat2{
	border-right: 5px solid var(--yellow);
	border-bottom: 5px solid var(--yellow);
}*/
.komunikat span{
	color: var(--yellow);
}
.komunikat b{
	letter-spacing: 0.1rem;
}
.komunikat a{
	color: var(--yellow);
}
.komunikat a:hover{
	color: var(--blue);
}
.komunikat h6{
	color: var(--yellow);
	font-size: 2.2rem;
	padding-top: 1rem;
	box-sizing: border-box;

}
.komunikat .text{
	padding: 1rem;
	box-sizing: border-box;
}
.komunikat .greetings{
	padding: 1rem 1rem 0 1rem;
	box-sizing: border-box;
}
.komunikat .signature{
	font-size: 1.2rem;
	padding: 0 1rem 1rem 1rem;
	box-sizing: border-box;
}
/*kontakt.html*/
.kontakt h5{
	color: var(--yellow);
	font-size: 1.5rem;
}
.mainKontakt p{
	color: #fff;
	border-left: 5px solid var(--yellow);
	padding-left: 1rem;
	box-sizing: border-box;
}
.kontaktBx h6{
	color: #fff;
	font-size: 1.2rem;
	padding-top: 1rem;
	font-weight: 400;
}
.kontaktBx p{
	line-height: 1.8rem;
}
.kontaktBx p i{
	color: rgba(255,255,255,.7);
}
.kontaktBx span{
	color: var(--yellow);
}
.secondaryKontakt{
	padding-top: 2rem;
}
.secondaryKontakt p{
	color: #fff;
	border: 5px solid var(--yellow);
	padding: 1rem;
	box-sizing: border-box;
}
.fb-page-md{
	box-sizing: border-box;
	min-width: 500px;
}
.fb-page-sm{
	display: none !important;
}
.map iframe{
	min-width: 400px;
	min-height: 300px;
	width: 70%;
	height: 40vh;
	border: 5px solid var(--yellow);
}
/*galeria.php*/
.galeria h2{
	color: var(--yellow);
	font-size: 3rem;
}
/*remonty.php*/
.remontyBx{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.remonty{
	padding: 1rem;
}
.remontyBx img{
	height: 10rem;
	padding-right: 2rem;
}
.remont .text{
	color: #fff;
}
.remont{
	padding: 1rem;
	border-bottom: 5px solid var(--yellow);
	box-sizing: border-box;
}
.remont:last-of-type{
	border-bottom: 5px solid transparent;
}


@media (max-width: 991px) {
	  
}
@media (max-width: 767px) {
	.social-media{
	  	height: 14rem;
	  }
	.sponsorsBx .row div{
	  	display: flex;
	  	align-items: center;
	  	justify-content: center;
	  }
}

@media (max-width: 700px) {
	section:first-of-type{
		padding-top: 15rem;
	}
	.history p{
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-bottom: 5px solid var(--yellow);
	}
}
@media (max-width: 546px) {
	.fb-page-md{
	  	display: none !important;
	}
	.fb-page-sm{
	  	display: inline !important;
	}
}





/*tmp*/
.sponsorsBx .sponsor{
	display: none !important;
}