body {
	/*font-family: "Audiowide", sans-serif;*/
	font-family: 'Open Sans',sans-serif;
	line-height:1;
	background-color: #e6e8eb;
	margin:auto;
	display:flex;
	flex-direction:column;
	min-height: 100vh;
	min-width: 305px;
}

a {
color: inherit;
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
}
a:visited {
    color: inherit; /* Ustawia kolor tekstu dla odwiedzanych linków */
}

a:hover {
    color: inherit; /* Ustawia kolor tekstu na hover */
}

a:active {
    color: inherit; /* Ustawia kolor tekstu po kliknięciu */
}


input:focus {
    outline: none;
}


.main-wrapper {
	flex:1;
	padding-bottom: 1em;
	min-height: calc(100vh - 220px);
	background-color: 	rgb(255, 255, 255);
	margin-top:121px;
}


.main-wrapper h2 {
	font-size: 18px ;
	color:#111;
	line-height: 50px;
	text-align: center;
}



/* NAGŁÓWEK STRONY*/

header {
	background-color: #000; 
	width:100%;
	position:fixed;
	z-index: 1000;

}

/* NAV */


nav {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 120px;
}

nav > div {
	margin: 2px;	
}


.nav-search {
	/*background-color: orange;*/
	/*display:none;*/
	font-size: 14px;
	color: #000 !important;
	padding: 0px 5px 0px 5px;
	/*flex-grow: 1;*/
	
}

.nav-search input[type=text] {
	height: 28px;
	width: 35%;
	font-size: 12;
	border-radius: 10px;
	border: 0px;
	padding: 0px 30px 0px 10px;
}


.nav-search form{
	height:100%;
	width:100%;
	
}

.navbtn {
	background-color: #000;
	outline: none !important;
	color: #fff; 
	border: none; 
	cursor: pointer;
}

.nav-icon {
	height: 55px; 
	font-size:24px!important; 
	color:#fff !important;
}



/* -- SITE TITLE --*/

.site-title {
	/*background-color: red;*/
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	text-align: center;	
	font-size: 26px !important;
	font-weight:bold;
	width: 100%;
	height: 100%;
}

.site-title a{
	color: #fff; 
	font-size: 1.5rem;
}

.site-subtitle {
	color: #fff; 
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
}

/* koniec SITE TITLE */


.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left {
    display: flex;
	float: left;
    justify-content: left;
    align-items: center;
   
}

.right {
    display: flex;
    justify-content: right;
	align-items: center;
	float: right;
   
}

.show {
	display: block;
}

.hide {
	display: none !important;
}


footer {
	bottom: 0px;
	height: 2em;  
	width:100%;
	text-align: center;
	background-color: #000; 
	vertical-align: middle;
	color: #fff;
	margin: 0 auto;
	display:inline-block;
}

footer p {
	font-size: 14px;
	
}


.flex-container {
	height:100%;
	width:95%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	/*align-items: baseline;*/
	align-content: flex-start;
	margin: 10px auto;
}

.flex-container > div {
  font-size: 14px;
  height:55px;
  flex-grow:0;
}

.calendar-item {
	margin:5px;
	height:80px; 
	width:80px;
	
	font-weight:bold;

}


.menu-button {
	border-radius: 10px;
	border:none;
	display: block; 
	margin: 5px 10px;
	height: 80%; 
	width: 150px;
	background-color:#F2F3F4; 
	font-size: 14px; 
	color: #000; 
	cursor: pointer;
	font-weight:bold;
}

.menu-button.active{
    background-color: black;
    color: white;
}


.calendar-button {
	border-radius: 10px;
	border:none;
	display: block; 
	/*margin: 5px auto;*/
	height: 100%; 
	width:100%;
	background-color: #F2F3F4; 
	font-size: 14px; 
	color: #000; 
	cursor: pointer;
	font-weight:bold;
}

.calendar-button.active{
    background-color: black;
    color: white;
}

.info {
	margin-left: 10px;
}

.page-header {
	text-align: center;
	margin-block-start: 0px;
}
.section-header {
	margin-left:10px;
	line-height: 0.5;
}

.section-header h4 {
margin-bottom: 5px;
}

.section-header hr {
	width:98%;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
}


.one {background-color:orange;}
.two {background-color:yellow;}
.three {background-color:cyan;}

.emisje {
	display: block;
	/*flex-direction: row;*/
	/*flex-wrap: wrap;*/
	width:75%;
	margin: 10px auto;
}

.program {
	background-color: #F2F3F4;
}

.data{
	text-align: center;
	font-size: 18px ;
}

hr.emisja {
	margin-left: -40px;
}
/* 					Kalendarz 							*/
.container {
    text-align: center;
}

#calendarContainer {
    display: flex;
	
	flex-direction: column;
    align-items: center; 
	
    /*flex-wrap: wrap;*/
    /*justify-content: center;*/
    /*margin-top: 20px;*/
}
	

#calendarContainer  h2 {
	text-align: center;
    margin: 0;
    margin-bottom: 10px;
}

.months {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap; /* Pozwala zawijać elementy */
    justify-content: center; /* Wyśrodkowanie elementów div */
	gap:10px;
}


.month {
	border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    width: 230px;
    background-color: #fff;
}

.month h1 {
    text-align: center;
    margin: 0;
    /*margin-bottom: 10px;*/
}

.days {
    display: flex;
    flex-wrap: wrap;
}

.days div {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 1px;
    text-align: center;
    border: 1px solid #ddd;
}

.days .link {
    background-color: #99a3a4;
    cursor: pointer;
}
/* 					koniec Kalendarz 							*/


.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}


.login-input[type="password"] {
    padding: 10px;
    font-size: 16px;
    width: 300px;
    border: 0px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.login-button {
    padding: 10px;
    font-size: 16px;
    background-color: #F2F3F4;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 50%;
}



.person {
    width: 60%; /* Kontener zajmuje 60% szerokości strony */
    margin: 0 auto; /* Wyśrodkowanie kontenera */
    position: relative;
    display: flex;
    justify-content: center; /* Wyrównanie poziome do środka */
    align-items: center; /* Wyrównanie pionowe do środka */
}

.main-section {
    position: relative;
    width: 100%;
    text-align: center; /* Wyrównanie tekstu do środka */
    padding: 5px;
}

.overlay-section {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); /* Wyrównanie do środka pionowo */
    width: 20%; /* Szerokość sekcji overlay */
    display: flex;
    justify-content: center; /* Wyrównanie poziome obrazu do środka */
    align-items: center; /* Wyrównanie pionowe obrazu do środka */
}


/* 					@media 							*/

@media only screen and  (max-width: 769px) {
	 /* For tablets  and smartfons*/
	
	body{ height:100%; margin:0px;}
		
	/*footer {width: 100%;}*/
		
}

@media only screen and (min-width: 796px) and (max-width: 1280px) {
	
	
	body { 
		
		height:100%; 
		margin:0 20% 0 20% !important;			
	} 
	
	header {
		width:60%;
	}
	
}



@media only screen and (min-width: 1280px) {
	 /* For desktop: */
		 
	body{ 
		height:100%; 
		margin:0 20% 0 20% !important;			
	} 

	header {
		width:60%;
	}

}
