.glava 
 {height:50vh;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: 
  url('zelena.jpg');
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
   clip-path: polygon(
    0 0, 
    100% 0, 
    100% 90%, 
    23% 100%, 
    0 90%);}
 
 nav
	{display: flex;
	align-items: center;
	padding:0px 30px;
	background-color:white;
	justify-content: space-between;
	height:70px;
	box-shadow: 0 20px 20px rgba(0,0,0,0.5)}
	
 ul
  {list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
  display: flex; 
  height: 70px;
  align-items: center;
  gap: 20px}

.meni ul li a 
	{text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 22px;
	color:black;
	padding:17px;
	font-family: 'Georgia', sans-serif;}	
	
.meni ul li a:hover
    {background:#00b359;
	color: white;
	border-radius: 5px;}

.logo
    {height: 50px}
	
	
.tekst1
{color: white;
	position: absolute;
	top: 25%;
	left: 8%;
	text-align: left;}
	
.tekst1 h1
 {font-size: 74px;
	margin: 0;
	font-family: 'Georgia', sans-serif;
	font-weight: bold;}		
	
.poglavje1 .article1
{max-width: 900px;
  margin-left: 0;   
  margin-right: auto;
 background:white;
 padding: 20px 90px;
 line-height: 1.6;
  }
 
.poglavje1 h2
    {display: block;
    margin:90px 50px 30px ;
    width: 850px;
    border-bottom: 7px solid #00b359;
    padding:7px 0;
	font-size: 32px;
	font-family: 'Georgia',sans-serif;
	font-weight: bold;
	text-align:center}

.poglavje1 p 
{ font-size: 22px;
	font-family: 'Georgia', sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
	padding:5px 80px;
	line-height: 1.6;}

.slika1
{width: 600px;
  height: 400px;
  border-radius:50%;   
  object-fit: cover;        
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: absolute;
	top: 75%;
	right: 10%;}
	
	
	
.poglavje2 
{ padding: 100px 0;
    text-align:center;}
	
.poglavje2 .article2
{max-width: 700px;
  margin-left: auto;   
  margin-right:175px;
 background:#F2FFF2;
 padding: 20px 50px;
 line-height: 1.6;
 box-shadow: 0 5px 15px rgba(0,0,0,0.3)}
 
.poglavje2 h2
    {display: block;
    margin:center;
    width: 700px;
    border-bottom: 7px solid #00b359;
    padding:7px 0;
	font-size: 32px;
	font-family: 'Georgia',sans-serif;
	font-weight: bold;
	text-align:center}

.poglavje2 p 
{ font-size: 22px;
	font-family: 'Georgia', sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align:left;
	padding:5px 40px;
	line-height: 1.6;}
	
.slika2
{width: 650px;
  height: 400px;
  border-radius:1%;   
  object-fit: cover;        
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: absolute;
	top: 135%;
	left: 9%;}
	

footer 
{padding: 40px 0;
    background-color: #f8fafa;}
	
	
	
@media (max-width: 768px) {

  body {
    font-size: 16px;
	width:100%;
	max-width: 100%;
    overflow-x: hidden;
 margin: 0;
  padding: 0;

  }

  nav {
    flex-direction: column;   
    height: auto;
    padding: 10px 10px;
    gap: 8px;
  }

  ul {
    flex-direction: row;      
    justify-content: center;  
    flex-wrap: wrap;          
    gap: 3px;
    height: auto;
    padding: 0;
  }

  .meni ul li a {
    font-size: 16px;            
	display: inline-block;
  padding: 10px 12px;
  }
  
  .logo
    {height: 35px}

.glava {
    height: auto;
    min-height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('zelena.jpg');
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); 
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      23% 100%, 
      0 90%
    );
  }

  .tekst1 {
    position: absolute;
    top: 29%;
    left: 6%;
    text-align: left;
    width: 90%;
  }

  .tekst1 h1 {
    font-size: 36px; 
  }


  .poglavje1 .article1,
  .poglavje2 .article2 {
    width: 85%;
    max-width: 400px;
    padding: 15px 20px;
    margin: 40px auto;
    min-height: auto;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  }

  .poglavje1 h2,
  .poglavje2 h2 {
    width: 85%;
    font-size: 24px;
    margin: 20px auto 15px auto;
    text-align: center;
  }

  .poglavje1 p,
  .poglavje2 p {
    font-size: 16px;
    padding: 5px 13px;
    line-height: 1.4;
    text-align: left;
  }


  .slika1,
  .slika2 {
    position: relative; 
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    margin: 20px auto;
    top: auto;
    left: auto;
    right: auto;
  }

  .slika2 {
    border-radius: 5%;
  }}


	

