header, nav, main, aside, footer, article, section {
  display: block;
}
body {
	height:1500px;
}
.maincontainer {
	margin: 0 auto;
	text-align: center;
}
@media screen and (min-width:400px){
.maincontainer	{
	width:400px;
	height:auto;}}
@media screen and (min-width:600px){
.maincontainer	{
	width:600px;
	height:auto;}}
@media screen and (min-width:800px){
.maincontainer	{
	width:800px;
	height:auto;}}
@media screen and (min-width:1000px){
.maincontainer	{
	width:1000px;
	height:auto;}}
@media screen and (min-width:1200px){
.maincontainer	{
	width:1200px;
	height:auto;}}
@media screen and (min-width:1600px) and (max-width:2000px){
.maincontainer	{
	width:1600px;
	height:auto;}}
.naglowek_grafika {
	width:100%;
	height:auto;}
.nawiguj_button{
	
}
.main{
		text-align: center;
		font-family:'Century gothic';
		padding:10px;
		border-radius:10px;
		margin-top:10px;
		margin-bottom:10px;
		background-color:#eddede;
		min-height:500px;
}
.mapagraf{
		border-radius:10px;
		max-width: 60%;

}
.mapa{
	margin-top:10px;
	margin-bottom:10px;
	border-radius:10px;
}
.mapa:hover {
	opacity: 0.6;
}
.social {
	border-radius:100px;
	min-height:50px;
	display:inline-block;
	width:300px;
	height:300px;
	text-align:center;
	margin:3%;
}

.socialgraf {
	background-color:#FFFFFF;
	border-radius:100px;
	min-height:50px;
	display:inline-block;
	width:300px;
	height:300px;
	text-align:center;
}
.socialgraf:hover {
	opacity: 0.3;
}	
.footer	{
	width:auto;
	font-family:arial;
	font-size:8px;
	background-color:#e7e4e4;
	border-radius:3px;
	clear:center;
	display:block;
	text-align:center;
}

.adres	{
	width:200px;
	min-height:50px;
	border-radius:25px;
	display:inline-block;
	padding:20px;
	background-color:#e7e4e4;
	font-weight:bold;
}
.cookies {
   position: fixed;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1000;
}

.d-none{
   display:none;
}

p {
	display:inline;
}