body {
    margin: 0;
    font-family: 'Monomakh Sans', sans-serif;
    background-color: #191716;
    color: #F4D7C8;
    text-align: center;
}
.header {
 
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;

}
.nav-links {
	margin-top:45px;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-grow: 1;
}
.nav-links a {
    color:  #eb4810;
    text-decoration: none;
    font-weight: 900;
    font-size: 1.2em;
    white-space: nowrap;
    position: relative;
    top: 5px;
}
.social-icons {
    display: flex;
    gap: 15px;
}
.social-icons i {
    color:  #eb4810;
    font-size: 1.5em;
}
.main-image {
    position: relative;
    width: 100%;
    height: calc(100vh - 40px);
    background: url('glavna.jpg') no-repeat center top;
    background-size: contain;
    background-attachment: fixed;
    margin-top: 50px;
	
}


.nav-extra {
    display: flex;
    gap: 20px;
    justify-content: center;
   
	
}
.nav-extra a {
    color: #F4D7C8;
    font-weight: 400;
    text-transform: none;
    font-size: 12px;
    text-decoration: none;
}
/* Održava bijelu boju i na hover/active */
.nav-extra a:hover,
.nav-extra a:focus,
.nav-extra a:active {
    color: #F4D7C8;
	
}

.nav-extra a:link,
.nav-extra a:visited {
    color: #F4D7C8;
}
@media (max-width: 768px) {
    .nav-extra {
        flex-direction: column;
        gap: 5px;
    }
}

















section {
    padding: 50px 20px;
	 max-width: 800px; 
    margin: 0 auto; 
    text-align: justify; 
}
h2 {
    color:  #eb4810;
    font-size: 1.8em;
    font-weight: 900;
	text-align: center;
}
footer {
    font-size: 12px;
    padding: 20px;
}
footer a {
    color:  #eb4810;
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}

#kontakt {
    text-align: center;
}

.program {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    text-align: justify;
    font-size: 1em;
    line-height: 1.6;
}

.program h2 {
    text-align: center;
    color: #EC4D16;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 30px;
}

.program h3 {
    color: #EC4D16;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 20px;
}

.program p {
    margin: 5px 0;
}

.program ul {
    list-style-type: none;
    padding: 0;
}

.program ul li {
    margin: 5px 0;
}

/* Mobilna prilagodba */
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        height: 90px;
        padding: 5px 0;
    }
    .nav-links {
        flex-direction: column;
        gap: 5px;
		margin-top:20px;
    }
    .social-icons {
        margin-top: 5px;
        gap: 10px;
		 justify-content: center;
    }
    .nav-links a {
        top: 0;
        font-size: 1em;
    }
	
	
	
    .main-image {
        
		 background-position: center;
		
    }
	
	
	h2 {
     text-align: center;
}
}
