body {
    font-family: "Roboto";
    color: #1C1C1C;
}

.container {
    margin: 0 auto;
    width: 80%;
    line-height: 1.5;
}

.site-header_top {
    border-bottom: solid 1px #E0D5C0;
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.site-header_top-navs {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.menu, .cta-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: 0;
    padding: 0;
}

.menu-item {
    margin: 0 10px;
}

.menu-item a {
    text-decoration: none;
    font-size: 1.1em;
    color: #303030;
}


.cta-menu .menu-item a {
    background-color: #e0d5b5;
    padding: 8px 12px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.site-header_logo img {
    width: 4rem;
}

.main {
    border-bottom: solid 1px #E0D5C0;
    padding-bottom: 5rem;
    padding-top: 3rem;
}
.section {
    border-bottom: solid 1px #E0D5C0;
    padding-bottom: 4rem;
}
.main-header_heading {
    font-size: 3.7rem;
}
.main-header {
    width: 60%;
}

.main-header_content p, 
.external-link,
.subpage_description p {
    font-size: 22px;
}

p {
    font-weight: 300;
    margin: 1rem 0;
}
p.subpage_level2 {
    font-size: 1rem;
}
.external-link {
    color: #B49248;
}
.hero_heading {
    border-top: solid 4px #946E24;
    display: inline-block;
    font-size: 2.1176470588rem;
    font-weight: 500;
    margin-top: 0.7px;
    margin-bottom: 1rem;
    padding-top: 1rem;
}
.subpage_heading {
    display: inline-block;
    font-size: 2.1176470588rem;
    font-weight: 500;
    margin-top: 0.7px;
    margin-bottom: 1rem;
    padding-top: 1rem;
}
section p {
    font-size: 19px;
}

.pano img {
    width: 100%;
    padding-top: 2rem;
}
.subpano img {
    width: 80%;
}
.slideshow-container {
    position: relative;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.mySlides {
    display: none;
    margin-top: 3em;
}

.mySlides img {
    width: 40vw;
    height: auto;
    margin: 0 auto;
}

.slider-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    padding: 0 10px;
}

.prev, .next {
    cursor: pointer;
    font-size: 24px; 
    color: black; 
    background-color: transparent;
    border: none; 
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px; 
}

.pagination {
    font-size: 18px;
    color: black;
    padding: 0 10px;
    min-width: 60px;
    text-align: center;
}
.cta_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    gap: 25px;
    margin-top: 3rem;
}
.cta_item {
    display: flex;
    width: 23.5rem;

}
.button {
    display: flex;
    flex: 1;
    justify-content: center;
    background-color: #946E24;
    color: white;
    font-size: 20px;
}
.button:hover {
    background-color: white;
    border: 2px solid #946E24;
    color: #1C1C1C;
}
.site-footer {
    background-color: #F8F5EE;
}
.footer {
    margin-top: 2rem;
    display: flex;
    gap: 6rem;
    justify-content: space-between;
}
.home_foot {
    padding-top: 2rem;
}
.subpage_foot {
    padding-top: 30px;
    border-top: solid 1px #E0D5C0;
}
.footer_logo {
    text-align: center;
}
.footer_logo p {
    color: #946E24;
    font-weight: bold;
}

.footer_content p {
    font-weight: 16px;
    line-height: 0.5;
}
.social_media_list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
h6 {
    font-size: 13px;
    align-self: flex-end;
    margin-left: auto;
}
.collaboration_img {
    width: 8rem;
}


.breadcrumb {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    margin-right: 10px;
}

.breadcrumb li a {
    text-decoration: none;
    color: black;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb li + li::before {
    content: "/";
    margin-right: 10px;
    color: #6c757d;
}

.breadcrumb li.active {
    color: #6c757d;
}

/* Osnovni stilovi za container */
.section_holder {
    display: flex; /* Flexbox za postavljanje sekcija */
    justify-content: space-between; /* Razmak između sekcija */
    align-items: flex-start; /* Poravnanje sekcija na vrh */
    gap: 20px; /* Razmak između sekcija */
  }
  
  /* Stilovi za section_left */
  .section_left {
    flex: 2; /* Veći deo prostora zauzima levi sadržaj */
    padding: 20px;
    background-color: #fff;
  }
  
  /* Stilovi za section_right (sidebar) */
  .section_right {
    flex: 1; /* Sidebar zauzima manji deo prostora */
    position: sticky; /* Sticky ponašanje */
    top: 20px; /* Zadržava sticky na 20px ispod vrha */
    background-color: #f8f9fa; /* Svetlo siva pozadina */
    padding: 10px;
  }
  
  /* Stilovi za side-menu unutar section_right */
  .side-menu {
    list-style: none; /* Ukloni bullet poene */
    padding: 0;
    margin: 0;
  }
  
  .side-menu li {
    margin-bottom: 3px; /* Razmak između stavki */
  }
  
  .side-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
    transition: background-color 0.2s ease;
  }
  
  .side-menu li a:hover,
  .side-menu li a:focus {
    background-color: #946E24;
    color: white;
    outline: none;
  }
  
  .side-menu li a:focus {
    box-shadow: 0 0 0 3px black;
  }

.side-menu li a.active {
    color: #946E24;
    font-weight: bold;
}
.side-menu li a.active:focus,
.side-menu li a.active:hover {
    color: white;
    font-weight: bold;
}
#side-menu-header {
    font-size: 1.2rem;
    position: relative;
    padding: 0.75rem;
}
#side-menu-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%; /* Širina linije */
    border-bottom: 1px solid #E0D5C0; /* Boja i stil linije */
}
#side-menu-header a {
    text-decoration: none;
    color: #1C1C1C;
    padding: 10px;
}
#side-menu-header a:hover,
#side-menu-header a:focus{
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .mySlides img {
        width: 80vw;
    }

    .prev, .next {
        font-size: 20px;
        width: 25px;
        height: 25px;
    }

    .pagination {
        font-size: 16px;
    }

    .section_right {
        display: none;
    }
}