
	body{
		background-color: rgb(205, 251, 204);
		font-family: "Arimo", sans-serif;
	}
	
#container
	{
		width: 1000px;
		margin: 0 auto;
		background-color: rgb(242, 248, 241);
    
	}
	#logo
	{
		background-color: black;
		color: white;
		height: 279px;
	}
  #menu
{
    background-color: rgb(10, 201, 29);
    display: flex;
}

a.menu
{
    flex: 1;
    text-align: center;
    padding: 15px;
    border-right: 1px solid rgb(11, 192, 29);
    color: white;
    text-decoration: none;
}
a.menu:hover
{
    flex: 1;
    text-align: center;
    background-color: rgb(14, 155, 12);
    padding: 15px;
	color: white;
}
	#nav
	{
		float: left;
		background-color: lightgray;
		width: 140px;
		min-height: 620px;
		padding: 10px;
	}

    #imgp{
        float: left;
		background-color: rgb(139, 15, 15);
		width: 200px;
		min-height: 620px;
		padding: 10px;
    }


	a{
		  text-decoration: none;
		  color: black;
		  margin: 0,auto;
	}

	a:hover{
		  
		  color: rgb(32, 136, 56);
		  margin: 0,auto;
	}

	#footer
	{
		clear: both;
		background-color:rgb(11, 192, 29);
		color: white;
		text-align: center;
		padding: 20px;
	}	

	.nava{
		 text-decoration: none;
		 color: black;
		 font-size: 18px
	}

/* Główny kontener slidera */
.slider-container {
    max-width: 800px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.slider {
    position: relative;
    width: 100%;
    height: 400px; /* Możesz dostosować wysokość */
}

/* Styl pojedynczego slajdu */
.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Zapobiega zniekształceniom zdjęć */
}

/* Przyciski nawigacji (lewo/prawo) */
.prev-btn, .next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s;
}

.prev-btn:hover, .next-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev-btn { left: 15px; }
.next-btn { right: 15px; }

#container
{
	width: 1000px;
	margin: 0 auto;
	background-color: rgb(242, 248, 241);

	overflow: hidden;
}



.przepis-box
{
	width: 920px;

	min-height: 200px;

	margin: 25px auto;

	padding: 15px;

	background-color: rgb(230, 240, 230);

	border: 2px solid rgb(120, 170, 120);

	display: flex;
}



.przepis-zdjecie
{
	width: 250px;
	height: 250px;



	margin-right: 20px;

	flex-shrink: 0;
}



.przepis-zdjecie img
{
	width: 100%;
	height: 100%;

	object-fit: cover;
}



.przepis-tekst
{
	flex: 1;
}



.przepis-tytul
{
	background-color: rgb(10, 201, 29);

	color: white;

	padding: 10px;

	font-size: 28px;

	margin-bottom: 15px;

	text-align: center;
}



.przepis-opis
{
	background-color: white;

	padding: 15px;

	font-size: 17px;

	line-height: 1.5;

	min-height: 60px;

	margin-bottom: 15px;

	border-left: 5px solid rgb(10, 201, 29);
}



.przepis-przycisk
{
	display: block;

	width: 220px;

	background-color: rgb(180, 160, 130);

	color: black;

	text-align: center;

	padding: 12px;

	font-size: 22px;

	text-decoration: none;

	border: 2px solid black;
}



.przepis-przycisk:hover
{
	background-color: rgb(160, 140, 110);

	color: white;
}

h2{
	text-align: center;
}
h1{
	text-align: center;
}
p{
	text-align: center;
	padding: 10px;
}