.nav-container {
	position: relative;
	display: inline-block;
	overflow: visible;
	outline: none;
  }
  
  .nav-container.is-active .nav-toggle:before, .nav-container.is-active .nav-toggle:after {
	box-shadow: none;
  }
  .nav-container.is-active .nav-toggle:before {
	transform: rotate(-45deg);
  }
  .nav-container.is-active .nav-toggle:after {
	transform: rotate(45deg);
  }
  .nav-container.is-active .nav-items {
	transform: translate(0, 0);
  }
  .nav-container .nav-toggle {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 10px;
	z-index: 2;
	float:right;
	display:none;
  }
  .nav-container .nav-toggle:hover {
	cursor: pointer;
  }
  .nav-container .nav-toggle:before, .nav-container .nav-toggle:after {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	transform: translate(0, 0);
	width: 100%;
	height: 4px;
	background: #fc6eba;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .nav-container .nav-toggle:before {
	box-shadow: 0 13.3333333333px 0 0 #fc6eba;
  }
  .nav-container .nav-toggle:after {
	box-shadow: 0 -13.3333333333px 0 0 #fc6eba;
  }
  .nav-container .nav-items {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 300px;
	max-width: 50vw;
	width: 100vw;
	height: 100vh;
	z-index: 1;
	padding: 80px 20px 20px 10px;
	transition: transform 0.3s ease;
	transform: translate(calc(-100% - 50px), 0);
	background: #EFEFEF;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 5px 0;
	align-content: start;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  }
  .nav-container .nav-items .nav-item {
	background: #e2e2e2;
	padding: 10px;
	transition: background-color 0.3s ease;
  }
  .nav-container .nav-items .nav-item:hover {
	cursor: pointer;
	background: #d6d6d6;
  }

#map {height: 50%;}

@font-face {
	font-family : Oxygen;
	src : local("Oxygen Regular"), local("Oxygen-Regular"), url(Oxygen-Regular.ttf);
}

a {
	color : inherit;
	text-decoration : inherit;
}

body {
	font-family : Oxygen;
	margin : 0;
	background : #9f9f9f;
}

.hide {
	display: none;
}
.hr {
	width : 90%;
	color : #868686;
	border : #868686 solid;
	border-width : 1px 1px 0;
}
.grad {
	background : linear-gradient(#595959, #9f9f9f);
	height : 300px;
	width : 100%;
	position : absolute;
	z-index : -2;
}

.news {
	font-size : 15px;
	color : white;
	text-align : justify;
}

.header {
	background-image : url("B1x.png");
	width : 960px;
	height : 146px;
	margin : 0 auto;
}

.bialyTekst {
	font-weight : bold;
	font-size : 18px;
	color : white !important ;
}
.menu {
	font-weight : bold;
	font-size : 18px;
	color : white !important ;
	text-align : left;
	padding : 10px 30px 10px 30px;
	width : 900px;
	height : 70px;
	background-image : url("B2x.png");
	margin : 0 auto;
}

.tekst_menu {
	position : relative;
	left : -16px;
}

.srodek {
	overflow : hidden;
	height : auto;
	width : 960px;
	background : url(B3.png) left top no-repeat scroll transparent;
}

.tlo {
	background : black;
	width : 960px;
	margin : 0 auto;
}

.lewy {
	color : white;
	float : left;
	overflow : hidden;
	padding : 0 5px 10px 20px;
	width : 310px;
}

.tylkoDlaMobile 
{
	display:none;
}
.przyciskPrzelaczWidoki
{
	color: #fc6eba;
	cursor: pointer;
	font-weight: bold;
}

@media only screen and (max-width: 600px) {
	.mobileWidth10 {
		width : 10px;
	}
	#lewaGrafika 
	{
		display:none;
	}
	.tylkoDlaMobile 
	{
		display:block;
	}
	.display_none_on_mobile
	{
		 display:none;
	}
	.hide_on_mobile
	{
		max-width: 20px;
	}
	.menu {
		font-size : 25px;
	}
	.hidden_menu {
	  max-width: 50px;
	  max-height: 50px;
	}
	.nav-container .nav-toggle {
		display:block;
	}
  }
  
.prawy {
	color : white;
	width : 600px;
	float : left;
	overflow : hidden;
	padding : 0 5px 10px 5px;
}
@media only screen and (max-width: 600px) {

	.prawy {
		width : 580px;
	}
}
.kreska {
	width : 960px;
	height : 10px;
	margin : 0 auto;
	padding : 0 0 10px 0;
}

.footer {
	font-weight : bold;
	color : white;
	font-size : 14px;
	width : 920px;
	height : auto;
	margin : 0 auto;
	padding : 20px 20px 20px 20px;
}

/*
NOWE 10 LAT BLOGA – STRONA GŁÓWNA
*/

.section-title {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.2em;
  color: #fc6eba;
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding-bottom: 5px;
}

.milestones-grid {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.milestones-grid li {
  display: grid;
  grid-template-columns: 1fr 160px 1fr;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255,255,255,.1);
}


ul.milestones-grid li span.comment {
  grid-column: 1 / span 3 !important;
  display: block !important;
  width: 100%;
  box-sizing: border-box;
  color: #ccc; /* dodatkowo, żebyś widział czy kolor się zmienia */
}