* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {background-image: url(back.gif); margin-top: 5px;
}
body {
    padding-bottom: 30px;
}

.header {
    width: 982px;
    margin: 0 auto;
    /*padding: 5px 0 3px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo img {
    display: block;
    width: 750px;
    height: 100px;
}

.header-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 3px 12px;
    border: 1px solid #000000;
    border-radius: 4px;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 45%, rgba(0, 0, 0, 0.15) 100%),
        rgba(80, 85, 74, 0.8);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
}

.header-btn:hover {
    background: #000000;
}

.header-btn-flag {
    display: block;
    width: 24px;
    height: auto;
	border: 1px solid #000000;
}
.naslov {
    width: 982px;
    background:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.06) 45%, rgba(0, 0, 0, 0.15) 100%),
        rgba(80, 85, 74, 0.8);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    text-align: center;
    font-size: 14px;
	color:#FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 8px; /* Vraceno na va�ih pocetnih 4px */
    margin: 0 auto;
    /*display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center; 
    gap: 5px; /* DODATO: Pode�ava razmak izmedu gornjeg i donjeg reda na tacno 10px */
}





.gallery {
    width: 982px;
    background: #E5E4E2;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 465px);
    column-gap: 20px;
    row-gap: 20px;
    padding: 10px;
    justify-content: center;
    border: 2px solid #666666;
}

.gallery-item {
    display: block;
    width: 465px;
    height: 262px;
    line-height: 0;
}

.gallery-item iframe {
    display: block;
    width: 465px;
    height: 262px;
    border: 0;
}

.footer {
    width: 982px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
