body
{ font-size: 21px;
	 font-family: 'Arial', sans-serif;
	font-weight:normal;
	text-decoration: none;
	text-align:left;}
 
.glava 
 {height:35vh;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: 
  linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), 
  url('okrasevanje.jpg');
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);}
 
 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;
	font-weight: bold;}	
	
.meni ul li a:hover
    {background:#00b359;
	color: white;
	border-radius: 5px;}

.logo
    {height: 50px}
	
	
	
	
.tekst1
{color: white;
	text-align: center;}
	
.tekst1 h1 
{font-size:75px;
	margin: 0;
	padding:0;
	font-family:'Georgia',serif;
	font-weight: bold;
	margin-bottom: 10px;
    letter-spacing: 2px;}
	
	
	

.poglavje1 h2
    {display: block;
    margin:90px auto 30px ;
    width: 300px;
    border-bottom: 7px solid #b56bff;
    padding:7px 0;
	font-size: 40px;
	font-family: 'Georgia',sans-serif;
	font-weight: bold;
	text-align:center}
	
article
{max-width: 1000px;
 margin: auto;
 background:#F7F0FF;
 border-radius: 20px;
 box-shadow: 0 10px 25px rgba(0,0,0,0.3);
 padding: 30px 60px;
 line-height: 1.6;
 }

.slika
{display: flex;
  justify-content: center; 
   align-items: flex-start;
  flex-wrap: wrap;
gap: 60px;}

.slika img 
{width: 400px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.1s ease,box-shadow 0.1s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.4);
  margin-top: 30px;
  margin-bottom: 60px;}

.slika img:active
{transform: scale(1.05);}



@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: 30vh;
    background-position: center;
    text-align: center;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  }

  .tekst1 {
    padding: 0 15px;
    text-align: center;
  }

  .tekst1 h1 {
    font-size: 45px;
  }

  .poglavje1 h2{
    width: 55%;
    padding: 0 10px;
    margin: 30px auto 20px auto;
    font-size: 28px;
    text-align: center;
  }

  .poglavje1 {
    margin: 0;
    padding: 10px 10px;
  }

  article {
    width: 75%;
    padding:15px 32px;
	margin: 10px auto;
    min-height: auto;
   
  }

  .okvir1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
  }

  .slika {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    width: 100%;
  }

  .slika img {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }}