@charset "UTF-8";
@font-face {
    font-family: VKLmainfont;
    src: url(EuclidFlexRegular.ttf);
    }
@font-face {
    font-family: VKLmedium;
    src: url(EuclidFlexMedium.ttf);
    }
    @font-face {
    font-family: VKLbold;
    src: url(EuclidFlexBold.ttf);
    }
:root {
  --bs-primary-rgb: 106, 138, 119; /***** Header background color *****/
  --bs-warning-rgb: 226, 149, 120;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #4C5D4C, #AEBCAE);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212921;
  --bs-body-bg: #fff;
  --bs-border-width: 0.125rem;
  --bs-border-style: solid;
  --bs-border-color: #7CA28B;
  --bs-border-color-translucent: rgba(125, 150, 125, 0.175);
  --bs-border-radius: 0.5rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #7ad87a;
  --bs-link-hover-color: #000000;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-light-rgb:227, 232, 227;
  --bs-dark-rgb: 34, 42, 34;
}
/***** basic fonts+sizes *****/
html, body {
  height: 100%;
  margin: 0;
}
    body {
    font-family: VKLmainfont;
    min-height: 100%;
      margin: 0;
      padding: 0;
      display: flex;
    flex-direction: column;
    }

    h4, .h4, h3, .h3, h2, .h2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: VKLmedium;
    }
    h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-family: VKLbold;
    }
    @media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
    }
    h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
    }
    @media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2rem;
    }
    }

    h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
    }
    @media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.75rem;
    }
    }

    h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
    }
    @media (min-width: 1200px) {
    h4, .h4 {
        font-size: 1.5rem;
    }
    }

    p {
      font-size:18px;
    margin-top: 0;
    margin-bottom: 1rem;
    }



/***** navbar ' header *****/

.navbar {
    overflow: hidden;
  background-color: transparent;
  padding: 20px 40px; /* Initial padding */
  transition: background-color 0.4s ease, padding 0.4s ease;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}
.navbar-brand img {
  display: block;
  filter: invert(1); 
  height: 50px;     /* or 32px for a tighter look */
  width: auto;      /* maintain aspect ratio */
  transition: color 0.3s ease, height 0.4s ease, transform 0.4s ease;
}
.navbar-brand img:hover {
  transform: scale(1.1); /* Increase size by 10% */
}
.navbar .text-link:hover {
 background-color: rgba(255, 255, 255,0.8);
  color: black;
}
.navbar .nav-link {
  color: white; /* or any other default color */
  transition: color 0.3s ease;
}

.navbar .navicon{
  filter: invert(1); 
  transition: color 0.3s ease;
}


@media screen and (max-width: 580px) {
  #navbar {
    padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
  }
#navbar a {
    float: none;
    display: block;
    text-align: left;
  }
  #navbar-right {
    float: none;
  }
}
.navbar-scrolled {
background-color: rgba(124,162,139, 0.95) !important;
  padding: 5px 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.navbar-scrolled a.nav-link {
  color: black;
}
.navbar-scrolled a.nav-link:hover {
  background-color: transparent;
  transform: scale(1.1);
}
.navbar-scrolled .navbar-brand img {
  height: 30px;
  filter: invert(0);
transition: height 0.4s ease, transform 0.4s ease;
}

.navbar-scrolled .navicon {
  filter: invert(0);
}
/***** masthead / header / index *****/

.masthead {
  padding-top: calc(6rem + 74px);
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
  background-image: url('slike/NaslovnaSlika.jpg');
  background-size: cover;    /* Cover entire area */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent tiling */
}
.masthead .masthead-heading {
  font-size: 2.75rem;
  line-height: 2.75rem;
}
.masthead .masthead-subheading {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .masthead {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .masthead .masthead-heading {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .masthead .masthead-subheading {
    font-size: 1.5rem;
  }
}

.header {
  padding-top: 14rem;
  height: 40vh;
  min-height: 25rem;
  position: relative;
  z-index: 1;
  background-color: #9cb8a7;
  background-size: cover;    /* Cover entire area */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevent tiling */
}

@media (max-width: 992px) {
  .header {
    padding-top: 10rem !important;
  }}

  @media (max-width: 1100px) {
  .header {
    padding-top: 14rem !important;
  }}
/***** footer *****/

.footer {
  background-color: #9cb8a7;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  padding: 5px;
  width: 100vw;
  position: relative;
  left: 0;
  right: 0;
}
table.table thead tr th {
    background-color: #b2c8bbff !important;
  }

table.table tbody tr:hover td{
    background-color: rgba(171, 222, 192, 0.1) !important; /* light blue example */
  }

  table.table tbody tr:hover th{
    background-color: rgba(171, 222, 192, 0.1) !important; /* light blue example */
  }
.thumbnail{
    height: 5rem;
  }
.document{
    height: 2rem;
  }
  .sponsor-img {
    max-width: 100%;
    height: auto;
    width: 200px; /* Default size on desktop */
    transition: all 0.3s ease-in-out;
}
.sponsor-img:hover{
transform: scale(1.1);
}
@media (max-width: 768px) {
    .sponsor-img {
        width: 150px; /* Smaller size on tablets/phones */
    }
}

@media (max-width: 480px) {
    .sponsor-img {
        width: 150px; /* Even smaller on very small screens */
    }
}

.seznam-kartic {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px;
}
.kartica{
    width: 20rem;
    padding: 10px;
    margin: 10px;
    background-color: #d3e0d8ff;
    text-align: center;
    border-radius: 10px;
  }

.kartica img {
    display: block; /* Ensures it's treated as a block element */
    margin: 10px auto; /* Top, horizontal auto-center, bottom */
    width: 95%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.btn-kartica{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: VKLmedium;
    transition: height 0.4s ease, transform 0.4s ease;
    }
    @media (min-width: 1200px) {
    .btn-kartica{
        font-size: 1.75rem;
    }
    }

.kartica .btn-kartica:hover {
  transform: scale(1.1); /* Increase size by 10% */
}

.modal .modal-content img{
 width: auto;
 padding:25px;
}

.bsb-timeline-6 .timeline::after {
  background-color: #b2c8bbff !important; /* Bootstrap green */
}

.bsb-timeline-6 .timeline-item::after {
  background-color: #6b8b78 !important;
  border-color: #b2c8bbff !important;
}

.mybtn{
        background-color: rgba(124, 162, 139,0.70)!important;
        
}
.mybtn:hover{ background-color: #7CA28Bff!important; color: white!important;}
.mybtn:active{
    background-color:#415549ff!important;
    color: #b2c8bbff!important;
        
}

