body {
	margin: 0;
	background-color: #ab169e;
	color: white;
	font-family: 'Merriweather', serif;
}

#baner {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	align-items: center;
}

@keyframes baner {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#logo {
	height: 200px;
	width: 200px;
}

h1 {
	text-align: center;
	width: 500px;
}

#kontener_2 {
	background-color: white;
}

#nawigacja {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#tajemnica {
	display: none;
}

.menu {
	display: flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-weight: bold;
	border-right: 1px dotted black;
	width: 25%;
	padding: 20px;
	font-family: 'Raleway', sans-serif;
}

nav:first-child {
	border-left: 1px dotted black;
}

nav {
	display: flex;
	justify-content: center;
	align-items: center;
} 

.menu:hover {
	text-decoration: underline;
	cursor: pointer;
	background-color: lightgray;
}

a:link {
	text-decoration: none;
}

#kontener_3 {
	background-color:  #736b73;
}

#sekcja {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	display: flex;
	height: 30%;
	align-items: center;
	animation: baner 1s ease-in-out;
}

#kontener_4 {
	background-color: #544e54;
}

footer {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
	font-family: 'Raleway', sans-serif;
}

h3 {
	font-family: 'Mitr', sans-serif;
	letter-spacing: 1px;
	font-size: 2em;
	font-weight: 300;
}

hr {
	color: white;
}

#info {
	width: 65%;
}

#empty {
	width: 5%;
}

#zdj1 {
	width: 100%;
}

#minigaleria {
	width: 30%;
}
#oferta {
	width: 100%;
}

.logo2 {
	margin: 0;
	padding: 0;
	letter-spacing: 10px;
	height: 50%;
	width: 100%;
	display: block;
	text-align: left;
}

#text_logo {
	margin-left: 25px;
	font-family: 'Raleway', sans-serif;
}

li {
	font-family: 'Merriweather', serif;
	list-style-type: square;
}

span {
	padding: 4px;
}

.kontaktowe {
	display: flex;
	align-items: center;
}

#fb {
	color: white;
	font-weight: bold;
}

#fb:hover {
	text-decoration: underline;
}

.img1{
	height: 12vw;
	width: 30%;
	background-color: black;
	padding: 4px;
	border: solid white 2px;
	object-fit: cover;
}

.fig{
	text-align: center;
}

#rozwijane {
	display: none;
}

#kontener_2a {
	background-color: white;
	display: none;
}

@media only screen and (max-width: 1000px) {
	
	#sekcja {
		display: block;
		font-size: 200%;
	}
	
	#empty, .menu {
		display: none;
	}
	
	#minigaleria {
		width: 100%;
	}
	
	#info {
		width: 100%;
	}
		
	#rozwijane {
		display: flex;
		align-items: center;
		justify-content: center;
		color: black;
		font-weight: bold;
		width: 100%;
		padding: 10px;
		font-family: 'Raleway', sans-serif;
		font-size: 200%;
	}
	
	nav:first-child {
		border-left: none;
	}
	
	.img1 {
		width: 40%;
		height: 20vw;
	}
	
	footer {
		font-size: 200%;
	}
		
	#kontener_2a {
		margin-top: -1px;
		display: none;
		border-top: 1px solid black;
	}
	
	#kontener_2:hover {
		cursor: pointer;
	}
	
	#kontener_2:hover ~ #kontener_2a {
		display: block;
	}
	
	#kontener_2a:hover {
		display: block;
	}
		
	#nawigacja_mobilne {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	color: black;
	display: flex;
	flex-direction: column;
	align-items: center;
	}

	#nawigacja_mobilne > a {
	width: 100%;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 200%;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: 'Raleway', sans-serif;
	}
	
	#nawigacja_mobilne > a:hover {
		text-decoration: underline;
		background-color: lightgray;
	}
}