@charset "utf-8";
/* CSS Document */

body {
	background-image:url(image/papier.jpg);
	margin:0px;
	font-family: 'Faustina', Georgia, "Times New Roman", serif;
}

.page {
	width: 100vw;
	background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	font-size:16px;
}

@media screen and (min-width: 600px) {
	.page {
		width: 90vw;
		}
	}

/* BANNER AREA */
.banner_name {
	width: 90vw;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	padding-top: 70px;
	margin-bottom: 35px;
}

@media screen and (min-width: 380px) and (max-width: 700px) {
	.banner_name {
		padding-top: 55px;
		margin-bottom: 25px;
		}
	}
	
@media screen and (max-width: 380px) {
	.banner_name {
		padding-top: 55px;
		margin-bottom: 20px;
		}
	}

.logo {
	background-image: url(image/stempel.svg);
	background-repeat:no-repeat;
	background-size: contain;
	width: 500px;
	height: 250px;
	margin-left:auto;
	margin-right:auto;
	}
	
@media screen and (min-width: 1100px) {
	.logo {
		width: 400px;
		height: 200px;
		}
	}
	
@media screen and (min-width: 700px) and (max-width: 1100px) {
	.logo {
		width: 360px;
		height: 180px;
		}
	}

@media screen and (min-width: 470px) and (max-width: 700px) {
	.logo {
		width: 270px;
		height: 135px;
		}
	}
	
@media screen and (min-width: 370px) and (max-width: 470px) {
	.logo {
		width: 250px;
		height: 125px;
		}
	}
	
@media screen and (min-width: 200px) and (max-width: 370px) {
	.logo {
		width: 228px;
		height: 114px;
		}
	}

/* NAVIGATION */
.nav-bar {
    background: #FFF;
    width: 100vw;
    position: fixed;
	overflow-y: scroll;
	max-height: 100vh;
	text-align: center;
    border-bottom: solid 1px lightgray;
	font-family: inherit;
}

@media screen and (min-width: 600px) {
	.nav-bar {
		width: 90vw;
		}
	}

.nav-bar__label {
    color: #B11B1D;
	display: block;
    padding: 12px 0;
    text-align: center;
    width: 100%;
	font-size: 1.1em;
	max-height: 10vh;
}

.nav-bar__label,
.nav-bar__sub-label {
    cursor: pointer;
}

.nav-bar__list {
	background: #FFF;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
	font-size: 1.0em;
}

.nav-bar__list,
[id^="toggle"] {
    display: none;
}

[id^="toggle"]:checked + .nav-bar__list {
    display: block;
}

.nav-bar__list-item {
    display: block;
}

.nav-bar__link,
.nav-bar__sub-label {
    color:#444;
    display: block;
    padding: 5px 20px 15px 20px;
    text-decoration: none;
    word-wrap: break-word;
	text-align: center;
}

.nav-bar__sub-label {
	color: #B11B1D;
}

.nav-bar__list-item .nav-bar__list-item .nav-bar__sub-label {
    padding: 5px 20px 15px 20px;
}

.nav-bar__list-item .nav-bar__list-item .nav-bar__link {
	padding: 0px 20px 10px 20px;
	font-size: 0.95em;
}

.nav-bar__link:hover,
.nav-bar__link:active,
.nav-bar__sub-label:hover {
	font-weight: inherit;
}

/* CONTENT AREA */
.content {
	width: 86vw;	
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
}

@media screen and (min-width: 600px) {
	.content {
		width: 80vw;
		}
	}

.con_text{
	font-family: inherit;
	font-size: 1.00em;
	line-height: 150%;
	color:#444;
	text-align:justify;
}

@media screen and (max-width: 600px) {
	.con_text {
		font-size: 1.1em;
		}
	}

.con_text a{
	color:#B11B1D;
	text-decoration:none;
	font-weight:normal;
}

.con_text a:hover{
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

.con_town{
	color:#0F0F0F;
	text-align:justify;
}

.con_town a{
	color:#0F0F0F;
	text-decoration:none;
	font-weight:normal;
}

.con_town a:hover{
	color:#32659A;
	text-decoration:none;
	font-weight:normal;
}

.con_red {
	color:#B11B1D;
	font-weight: bold;
}

.references {
	font-size:0.86em;
	line-height: 150%;
	text-indent: -1em;
	margin-left: 1em;
}

.references p{
	margin-bottom: -0.7em;
}

.bibliografia {
	font-size:inherit;
	line-height: 150%;
	text-indent: -1em;
	margin-left: 1em;
}
.bibliografia p{
	margin-bottom: -0.7em;
}

/* FOOT */

.foot {
	width: 95%;
	height:5em;
	margin-left:auto;
	margin-right:auto;
}

.foot_text{
	font-family: inherit;
	font-size: 0.65em;
	padding-top: 0.3em;
	line-height: 170%;
	color:#666;
	text-align:center;
}

.foot_text a{
	text-decoration:none;
	color:#666;
}

.foot_text a:hover{
	text-decoration:none;
	color:#000;
}

/* IMAGE */

.lightbox {
	/** Default lightbox to hidden */
	display: none;
	
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(192,192,192,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 96%;
	max-height: 96%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	cursor: zoom-out;
	
	/** Unhide lightbox **/
	display: block;
}

figcaption {
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: inherit;
	font-size: 0.85em;
	line-height: 130%;
	color:#3F3F3F;
	text-align: center;
}

@media screen and (max-width: 499px) {
	figcaption {
		padding-bottom: 0px;
		}
	}

figure {
	margin:0;
}

.img_right {
	float: right;
	margin-left: 20px;
	width: min-content;
}

@media screen and (max-width: 499px) {
	.img_right {
		float:none;
		text-align:center;
		margin: 10px auto 10px auto;
		}
	}
	
.img_left {
	float: left;
	margin-right: 20px;
	width: min-content;
}

@media screen and (max-width: 499px) {
	.img_left {
		float:none;
		text-align:center;
		margin: 10px auto 10px auto;
		}
	}
	
.img_left_wide {
	float:left;
	width: min-content;
	margin-right: 20px;
}

@media screen and (max-width: 699px) {
	.img_left_wide {
		float:none;
		text-align:center;
		margin: 10px auto 10px auto;
		}
	}

.img_right_wide {
	float: right;
	margin-left: 20px;
	width: min-content;
}

@media screen and (max-width: 699px) {
	.img_right_wide {
		float:none;
		text-align:center;
		margin: 10px auto 10px auto;
		}
	}

.img_left_squat {
	float:left;
	width: min-content;
	margin-right: 20px;
}

@media screen and (max-width: 550px) {
	.img_left_squat {
		float:none;
		text-align:center;
		margin: 10px auto 10px auto;
		}
	}

@media screen and (min-width: 550px){
	.img_left_squat {
		margin: 10px 20px 10px 0px;
		}
	}
	
.img_right_squat {
	float:right;
	width: min-content;
	margin-right: 20px;
}

@media screen and (max-width: 550px) {
	.img_right_squat {
		float:none;
		text-align:center;
		margin: 10px auto 10px auto;
		}
	}

@media screen and (min-width: 550px){
	.img_right_squat {
		margin: 10px 0px 10px 20px;
		}
	}
	
.photo_squat {
	border:none;
}

@media screen and (max-width: 550px) {
	.photo_squat {
		margin: auto;
		max-height: 80vh;
		max-width: 86vw;
		margin-top: 0px;
		}
	}
	
@media screen and (min-width: 550px) and (max-width: 699px){
	.photo_squat {
		max-width: 50vw;
		max-height: 80vh;
		}
	}
	
@media screen and (min-width: 699px) and (max-width: 999px){
	.photo_squat {
		max-width: 40vw;
		max-height: 90vh;
		}
	}
	
@media screen and (min-width: 1000px) {
	.photo_squat {
		max-width: 30vw;
		max-height: 90vh;
		}
	}

.photo_side {
	border:none;
	max-height: 90vh;
	max-width: 40vw;
	margin-top: 10px;
}

@media screen and (max-width: 499px) {
	.photo_side {
		margin: auto;
		max-height: 90vh;
		max-width: 86vw;
		margin-top: 0px;
		}
	}

@media screen and (min-width: 699px) {
	.photo_side {
		margin: auto;
		max-height: 90vh;
		max-width: 35vw;
		margin-top: 10px;
		}
	}

@media screen and (min-width: 850px) {
	.photo_side {
		max-width: 30vw;
		max-height: 90vh;
		}
	}

@media screen and (min-width: 900px) {
	.photo_side {
		max-width: 25vw;
		max-height: 90vh;
		}
	}
	
.photo_wide {
	border:none;
	margin-top: 10px;
}

@media screen and (max-width: 599px) {
	.photo_wide {
		margin: auto;
		max-height: 80vh;
		max-width: 86vw;
		margin-top: 0px;
		}
	}
	
	@media screen and (min-width: 599px) and (max-width: 699px){
	.photo_wide {
		max-width: 80vw;
		max-height: 80vh;
		}
	}
	
@media screen and (min-width: 699px) and (max-width: 999px) {
	.photo_wide {
		max-width: 50vw;
		max-height: 90vh;
		}
	}
	
@media screen and (min-width: 1000px) {
	.photo_wide {
		max-width: 40vw;
		max-height: 90vh;
		}
	}

.img_center {
	margin-left:auto;
	margin-right:auto;
	width: min-content;
}

.photo_center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	max-width: 86vw; 
	max-height: 86vh;
	border:none;
}

@media screen and (min-width: 600px) and (max-width: 999px) {
	.photo_center {
		max-width: 80vw;
		}
	}
	
@media screen and (min-width: 1000px) {
	.photo_center {
		max-width: 60vw;
		}
	}

.mapa {
	border: none;
	margin-left:auto;
	margin-right:auto;
	margin-top: 7px;
	margin-bottom: 7px;
	text-align:center;
		}

	.mapa iframe{
		width: 100%; 
		height: 80vh;
		border: none;
		}

.img_track_yellow {
	background:url(image/szlakzolty.svg);
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 10px;
	width: 18px;
	border: solid 1px lightgray;
}

@media screen and (max-width: 1200px) {
	.img_track_yellow {
		min-height: 1em;
   		min-width: 1.8em;
		}
	}

.img_track_blue {
	background:url(image/szlakniebieski.svg);
	background-repeat:no-repeat;
	background-size:cover;
	float:left;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 10px;
	width: 18px;
	border: solid 1px lightgray;
}

@media screen and (max-width: 1200px) {
	.img_track_blue {
		min-height: 1em;
   		min-width: 1.8em;
		}
	}

.linia_foot {
	background:url(image/linia_foot.svg);
	background-size:contain;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	width: 378px;
	height: 12px;
	margin-top:25px;
	margin-bottom:5px;
	max-width: 70vw;
}

.linia {
	background-color:#a7a7a7f5;
	margin-left:auto;
	margin-right:auto;
	height: 1.0px;
	display: flex;
	max-width: 20vw;
	margin-top:20px;
	margin-bottom:20px;
	}

@media screen and (max-width: 500px) {
	.linia {
		max-width: 40vw;
		}
	}


.palec {
	background:url(image/dalej.svg);
	background-repeat:no-repeat;
	background-size:contain;
	float:left;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	height: 10px;
	width: 18px;
}

@media screen and (max-width: 1200px) {
	.palec {
		min-height: 1.1em;
   		min-width: 2em;
		}
	}
