/* html {
    scroll-behavior: smooth;
  } */
  
.hamburger-menu{
    display: none;
    height: 250px;
    position: absolute;
    top: 70px;
    left: 0;
    padding-top: 30px;
    text-align: center;
    background-color: #6CACB0;
    width: 100%;
}

.hamburger-menu .nav-link{
    color: #EDF6E5 ;

}

.sesija{
    background-color: #C0DDD2;
    color: #0E758D;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}


.notch-line{
    transition: width 0.3s ease;
  }

  .link-block:hover .notch-line {
    width: 100%;
  }
  
.footer_div a{
  text-decoration: none;
  color: #edf6e5;
  
}

.ogranicen {
  white-space: nowrap; 
  overflow: hidden;    
  text-overflow: ellipsis; 
  width: 200px; 
}
