@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,400;0,700;0,900;1,600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,700;0,900;1,600&display=swap');


.raleway600 {
	font-family: raleway, sans-serif;
	font-weight: 600;
	font-style: italic;
}

.raleway900 {
	font-family: raleway, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size: 4em;
}



* {
	font-family: "Raleway", sans-serif;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding-top: 60px;
	width: 100%;
	font-family: "Raleway", sans-serif;
	overflow-x: hidden;
	background-color: #F8F9FA;
}

.navbar {
	font-family: "Raleway", sans-serif;
}

.container {
	padding-top: 10rem;
}


@media screen and (max-width: 767px) {
	body {
		padding-top: 60px;
	}
}

@media screen and (min-width:768px) and (max-width: 991px) {
	body {
		padding-top: 110px;
	}
}

@media screen and (min-width: 992px) {
	body {
		padding-top: 60px;
	}


}




footer {

	position: relative;
	background-color: rgb(11, 11, 11);
	width: 100vw !important;
	top: 5%;
	left: 50%;
	transform: translate(-50%, -5%);
}



.kontakt {
	margin: 0.3em;
}




.logo {
	width: 7rem;
	height: 7rem;

}



.podopieczni {
	margin: 1rem;
	padding: 1rem;
}


#banner {
	position: relative;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/tlo.jpeg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}


.podmargin {
	padding: 0.5em !important;
	margin: 0.2em !important;
}

.row-fluid {
	text-align: center;
	justify-content: center !important;
}

.img-responsive {
	margin: 0 auto
}

.zalozyciele p {

	line-height: 1.9em;
}

.PodopieczniMargin {
	padding: 5rem;
}

.show-read-more .more-text {
	display: none;
}

#zalozyciele {
	border-top: 1px solid #eaeded;
	border-bottom: 1px solid #eaeded;
	margin: 0 auto;
	width: 60vw;
	background-color: white;
}

#SekcjaZalozyciele {
	margin: 2.5em;
}

#bannerPomoc {
	position: relative;
	background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url("../images/pomoc.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100vh;
	width: 100vw;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
}

.pomoc-text {
	text-align: center;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;

}


.btn-square-md {
	width: 5em !important;
	min-width: 100% !important;
	min-height: 100% !important;
	height: 5em !important;
	text-align: center;
	font-size: 12rem;
}


.formularz {
	padding-top: 2rem;
	top: 50%;
	left: 50%;

}



.margines {
	display: inline-block;
	padding: 2rem !important;
}

.icon {
	padding: 2rem;
}


.sekcjaHeader {
	position: relative;
}

nav {
	overflow: auto;
}

header {
	height: 100vh;
	position: relative;
}


.card-img-top {
	width: 100%;
	height: 17vw;
}

@media screen and (min-width:360px) and (max-width: 610px) {
	#banner {
		top: 8%;
		left: 50%;
		transform: translate(-50%, -8%);
	}

	.logo {
		width: 4rem;
		height: 4rem;
	}
}

@media screen and (min-width:611px) and (max-width: 1366px) {
	#banner {
		top: 13%;
		left: 50%;
		transform: translate(-50%, -13%);
	}

	.logo {
		width: 5rem;
		height: 5rem;
	}
}

.navbar-nav li {
	margin-left: 3rem;
}

@media only screen and (max-width: 765px) {
	.mobile-100 {
		min-height: 60vw;
	}
}



@media only screen and (max-width: 1200px) {
	.navbar-nav li {
		margin-left: 1rem;
	}
}

@media only screen and (min-width:1200px) and (max-width: 1600px) {
	.navbar-nav li {
		margin-left: 2rem;
	}
}


@media only screen and (min-width:766px) and (max-width: 1200px) {
	.mobile-100 {
		min-height: 40vw;
	}
}