*{
    margin:0;
    padding:0;
    }
    body{
      background: #111;
  color: #222;
    }
    .header {
    height:150px;
    background-color: black;
    position: fixed;
    top:0;
    display: flex;
    justify-content: space-between;
    flex:1;
    z-index:100;
    right:0;
    left:0;
}
.header .meni{
    margin-top:40px;
    margin-left:10px;
    cursor: pointer;
}
.header .logo{
    margin-top:1.3%;
}
.header .logo:hover{
    cursor: pointer;
}
.header .broj{
    color:white;
    font-family: impact, arial;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    visibility: hidden;
}
@media only screen and (max-width: 760px) {
    .header .broj {
        font-size: 18px;
    margin-top: 0px;
    visibility: hidden;
    }}
    @media only screen and (max-width: 760px) {
        .header .meni img {
            width:50px;
            margin-top: -35px;
            margin-left: -8px;
        }}
.sidebar {
    position:fixed;
    top:150px;
    width:0px;
    height:100%;
    left:0;
    transition: 0.3s ease;
    background-color: black;
    overflow:auto;
    z-index:100;
}
.sidebar .text{
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: rgb(28, 28, 28);
    letter-spacing: 1px;
}
.sidebar .closebtn{
    position: absolute;
    color:white;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  text-decoration: none;
}
.sidebar .closebtn:hover{
font-size:45px;
transition: 0.5s ease;
border-radius:10px;
}
.sidebar .closebtn:active{
    color:rgba(255, 0, 0, 0.800);
    transition: none;
}
.openbtn:hover {
    background-color: rgba(30, 30, 30, 0.5);
    transition: 0.5s ease;
    border-radius:10px;
  }
  .openbtn:active{
    background-color: rgb(69, 69, 69);
    transition: none;
}
nav ul{
    background: black;
    height: 100%;
    width: 100%;
    list-style: none;
}
nav ul li{
    border-bottom: 1px solid rgb(30, 30, 30);
    user-select: none;
}
nav ul li:last-child{
    border-bottom: 1px solid goldenrod;
}
nav ul li a{
    color:white;
    text-decoration: none;
    font-size:18px;
    font-weight: 500;
    display: block;
    border-left: 3px solid transparent;
}
nav ul li a:hover{
    color:goldenrod;
    background: rgba(148, 148, 148, 0.1);
    border-left-color:gold;
    transition: 0.5s;
}
nav ul li a:active{
    background-color: rgba(200, 0, 0, 0.500);
    transition: 0.1s;
}
    .onama{
        margin-top:150px;
        margin-left: 10%;
        margin-right: 10%;
        background-color: black;
        height: fit-content;
    }
    .naslov{
        text-align: center;
        font-family: 'Playfair Display', serif;
        padding-top:20px;
        color: #f2f2f2;
        font-size: 50px;
    }
    .para{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
  opacity: 0.85;
  max-width: 720px;
  margin: 0 auto;
  visibility: 2;
  -webkit-background-clip: text;
  background-clip: text;
  color: #e0e0e0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.45);
  padding: 8%;
    }
    @media only screen and (max-width: 1159px){
        .para{
            margin:0;
            padding: 3% 3% 3% 3%;
        }
        .onama{
            margin-left: 5%;
            margin-right:5%;
        }
    }
    .para li{
        list-style: inside;
        font-size: large;
    }
    .footer{
        height:250px;
        background-color: black;
        color:white;
        display: flex;
        justify-content: space-between;
        border-top: 3px solid red;
        text-align: center;
        align-items:center;
        font-size: larger;
    }
    .sekcija-jedan{
        display: inline-block;
        text-align: center;
        padding-left:50px;
    }
    @media only screen and (max-width: 1159px){
        .footer{
            display:block;
            height: fit-content;
            padding:0;
            margin: 0;
            text-align: center;text-decoration: underline 3px;
        }
        .sekcija-jedan{
            padding-left:0;
            padding-bottom:50px;
            text-decoration: underline 3px;
            padding-top: 30px;
        }
        .sekcija-tri{
            padding-left:50px;
        }
    }
    .sekcija-jedan a,li{
        color: white;
        text-decoration: none;
        list-style: none;
    }
    .sekcija-dva li,a{
        color: white;
        text-decoration: none;
        list-style: none;
    }
    .footer-logo{
        margin-top:50px;
    }
    .sekcija-tri{
        padding-right:50px;
    }