*{
    margin:0;
    padding:0;
    }
    body{
      background: #111;
      font-family: 'Playfair Display', serif;
      color: whitesmoke;
      letter-spacing: 1.5px;
    }
    .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;
}
.privatnost-politika-naslov{
    margin-top:150px;
    text-align: center;
    justify-content: center;
    align-items:center;
    font-family: impact, showcard gothic;
    border-bottom: 3px solid black;
    display: flex;
}
.text-pp{
    font-size:20px;
    font-family: sans-serif, arial;
}
.footer{
    height:250px;
    background-color: black;
    color:white;
    margin-top:50px;
    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-top: 30px;
        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;
}