body{
	font-family: 'Lora', serif;
}

html {
  scroll-behavior: smooth;
}
a{
	text-decoration: none!important;
	color: black;
}

.informacja{
	left:0;
	position: fixed;
	z-index: 9999;
	top: 10%;
}

#komunikat_ciastka
{
	position:fixed;
	bottom:0px;
	left:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #0000009e;
	color: white;
	z-index:99999;
	font-size:14px;
	margin-bottom: 0px;
}

/* FRONTPAGE */

.pierwsza_strona {
	background: #fff;
	color: #010101;
	position: relative;
	min-height: 650px;
	height: 100vh;
	max-height: 1000px;
	background: url("../grafika/tlo.jpg");
	z-index: 2;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ludzik {
	position: absolute;
	left: 45%;
	bottom: 0;
	z-index: 5;
}

.ludzik img {
	/*padding-top: 30px;
	max-height: 60%;
	position: relative;
	z-index: 3;*/
	height: 75vh;
}

.pierwsza_strona_lewa h1{
	font-weight: 700;
	font-size: 45px;
    line-height: 50px;	
}

.nazwa_nawigacji{
	font-weight: 700;
	font-size: 45px;
    line-height: 50px;
	color: white;
	background-color: #2d4536;
	padding: 40px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
	
.pierwsza_strona_lewa {
	display: flex;
	align-items: center;
	max-width: 40%;
	height: 100vh;
	max-height: 1000px;
	position: relative;
	z-index: 3;
	padding-top: 70px;
}

#nawigacja_logo{
	max-height: 60px;
}

#nawigacja_prawa .nav-link{
	color: #ffffffad;
}

.container-fluid{
	max-width: 90vw;
}

@media (min-width: 576px){
	.navbar{
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 150px;
		padding-right: 150px;
	}
	
	.nav-link{
		margin-left: 20px;
	}
}

@media (max-width: 576px){
	#pioro{
		display: none;
	}
	
	.nazwa_nawigacji{
		font-weight: 700;
		font-size: 25px;
		padding: 8px;
	}
	
	.pierwsza_strona {
		background-color: #fff;
		background: url(../grafika/tlo_mobilna.jpg);
		background-size: cover;
		background-position: center center;
		background-size: cover;
		min-height: 650px;
		height: 50vh!important;
		max-height: 600px;
	}
	
	.pierwsza_strona_lewa {
		max-width: 100%;
		padding-top: 0px;
	}
	
	.pierwsza_strona_lewa h1{
		font-weight: 700;
		font-size: 25px;
		line-height: 25px;	
	}
	
	.pierwsza_strona_lewa p{
		font-size: 13px;
	}
	
	.navbar {
		background-color: white;
	}

	.ludzik{
		left: 55%;
	}
	
	.ludzik img {
		height: 170px;
	}
}

.nav-link{
	color: #000;
    font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.mala_informacja{
	display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #2d4536;
    line-height: 1;
    margin-bottom: 20px;
	font-weight: 700;
}

a:hover{
	color: #2d4536;
}

a:hover.btn-brazowy{
	color: white;
}

.btn-brazowy{
	background-color: #2d4536;
	color: white;
}

p{
	color: #7f8790;
	font-family: 'Poppins', sans-serif;
}

footer, footer p, footer a{
	color: #ffffffad;!important;
}
footer a:hover{
	color: white;!important;
}

.footer {
	background-color: #2d4536;
    background: url(../grafika/stopka.jpg);
    background-size: cover;
    background-position: center center;
    background-size: cover;
    padding: 50px 0 30px 0;
    color: rgba(255, 255, 255, 0.7);
}

.artykul{
	background-image: linear-gradient(white, #e5e5e5);
    padding: 50px 0 50px 0;
	max-width: unset;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

#pioro{
	position: absolute;
	width: 100px;
	bottom: 6%;
	right: 6%;
}