body {
	background-color: #C5D4FA;
	font-family: 'Lato', sans-serif;
}
#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
}
/* NAPIS NA GÓRZE STRONY */
#logo
{
	color: #555555;
	font-size: 35px;
	letter-spacing: 3px;
	text-align: center;

}
/* GŁÓWNY KONTENER NA topbarL ORAZ topbarR */
#topbar
{
	background-color: #6d8ee7;
	height: 170px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: white;
	

}
/* CZĘŚĆ ZE ZDJĘCIEM */
#topbarL
{
	
	background-color: #6d8ee7;
	float: left;
	padding: 10px;
	width: 158px;
	border-right: 2px dotted #555555;
	text-align: center;
	

}
/* OPIS PODSTRONY */
#topbarR
{
	background-color: #6d8ee7;
	float: left;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	width: 760px;

}
/* MENU */
#sidebar
{
	background-color: #6d8ee7;
	float: left;
	width: 148px;
	min-height: 620px;
	max-height: 120%;
	color: white;
	padding: 20px;
	text-align: center;
	

	
		
}
/*TREŚĆ PODSTRONY*/
#content
{
	
	width: 732px;
	min-height: 580px;
	float: left;
	padding: 40px;
	background-color: #C5D4FA;
	text-align: justify;
	text-justify: inter-word;
	
}
/*STOPKA*/
#footer
{
	clear: both;
	color: #555555;
	text-align: center;
	padding: 20px;
	font-size: 16px;
}

/*POJEDYNCZY BLOK W MENU*/
.option
{
	width: 125px;
	height: 40px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #555555;
	text-align: center;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: white;
	font-weight: 700px;
	font-size: 16px;
	
	
}
.option:hover
{
	background-color: #C5D4FA;
	cursor: pointer;
	font-weight: 700px;
	color: black;
}

/* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: none;
}

/* selected link */
a:active {
  color: white;
  text-decoration: none;
}


/* DUŻY NAGŁÓWEK UMIESZCZANY W CONTENT */
.bigtitle
{
	font-size: 32px;
	font-weight: 700px;
	letter-spacing: 1px;
	color: black;
}

/* LINIA ROZDZIELAJĄCA DUZY NAGŁÓWEK OD TREŚCI */
.bigline
{
	height: 5px;
	width: 732px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #555555;
}
/* przeglądarka zdjęc z guzikami w lewo i prawo */
.mySlides
{
	display:none;
	float: center;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	height: auto;
	border: 2px solid #555555;
}
.button1
{
	text-align: center;
}

/* galeria do map z otwarciem w nowej karcie */
/* gallery jest na 3 zdjecia, gallery2 jest na dwa zdjecia */

div.gallery, div.gallery2 {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 350px;
}

div.gallery2 {
  width: 230px;
}

div.gallery:hover, div.gallery2:hover{
  border: 1px solid #555555;
 }

div.gallery img, div.gallery2 img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  background-color: #6d8ee7;
  color: white;
	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    padding-left: 20px;

}
