/*LOGO*/
 @media (max-width: 1199px) {
 #sp-logo img {
    height: 80px;}
}
 @media (min-width: 1200px) {
 #sp-logo img {
    height: 120px;}
}

/*NAGOVOR*/
#sp-slider h1 {
   margin-top: 80px;
}
#sp-slider table {
   margin-top: 220px;
   margin-bottom: 50px;
}
#sp-slider img {
  border-radius: 5px;
}
#sp-slider a {
  color: #ffffff;
}

/*REMOVE FEATURED BADGE*/
span.badge.bg-danger.featured-article-badge {
    display: none;
}

/* Disable sticky header on the page with 'no-sticky' class */
.no-sticky #sp-header.header-sticky {
    position: relative !important;
    animation: none !important;
}

/* Optional: Prevent the body padding jump when scrolling */
.no-sticky .body-innerwrapper {
    padding-top: 0 !important;
}

/* Hide the burger menu icon on screens wider than 990px */
@media (min-width: 991px) {
    .burger-icon, 
    .offcanvas-toggler, 
    #offcanvas-toggler {
        display: none !important;
    }
}