 .malanavigacija{
        background-color: brown; 
        color: white;
    }
    .oddeli{
        margin-top: 1%;
        margin-bottom: 1%;
    }
     .topnav {
  background-color:brown;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: yellow;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  /*
  background-color: brown;
  color: white;
  */
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #malanavigacijaslika
  {
    float: right;
    background-color: brown;
   padding-right: 3%;
   padding-top: 3%;
   color: white;
  }
#malapocetna
{
  float: left;
  background-color: brown;
  padding-left: 2%;
  padding-top: 2%;

}
  #malapocetnaislika
  {
    background-color: brown;
overflow: hidden;
padding-bottom: 3%;
  }
 
.efekt:hover{
    background-color: yellow;
    color:blue;
  }
  .zaoblenokopce {
    padding-left: 2%;
    padding-bottom: 3%;
    padding-top: 3%;
    width: 40%;
    border-radius: 8px;}
}