@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, #8b52ff, #f68c5c);
  --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: #f68c5c;
  --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: ##8b52ff;
  --bs-link-hover-color: #000000;
  --bs-code-color: #f68c5c;
  --bs-highlight-bg: #fff3cd;
  --bs-light-rgb:227, 232, 227;
  --bs-dark-rgb: 34, 42, 34;
}
/***** basic fonts+sizes *****/
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}
    body {
    font-family: monospace;
    min-height: 100vh;
      padding:0 ;
      display: flex;
    flex-direction: column;
    }

    h4, .h4, h3, .h3, h2, .h2{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: monospace;
    }
    h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
    font-family: monospace;
    }
    @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 */
   background-color: rgba(246, 140, 92, 0.95) !important;
  }
  #body {
    padding-top: 20px !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: linear-gradient(to left,#f68c5c, #8b52ff) !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 {
  margin-top:0px;
  padding-top: calc(6rem + 74px);
  padding-bottom: 6rem;
  position: relative;
  z-index: 1;
  background-image: url('slike/NaslovnaSlika.png');
  background-size: cover;    
  background-position: center; 
  background-repeat: no-repeat; 
}
.masthead .masthead-heading {
  font-size: 2.75rem;
  line-height: 2.75rem;
  text-shadow: 2px 2px 8px #000000;
}
.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: #F68C5C;
  background: linear-gradient(236deg,rgba(246, 140, 92, 1) 0%, rgba(139, 82, 255, 1) 100%);
  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: #E78472;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  padding: 5px;
  left: 0;
  right: 0;
 /**   position: fixed;**/
    height: 150px;
    bottom: 0;
    width: 100%;

}
.footer .p {
 margin-bottom: 0;
  }

@media (max-width: 992px) {
  .footer {
    height: 200px ;
  }}


.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: monospace;
    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% */
}

.aktivnosti {
  text-decoration:underline;
  color: rgba(139, 82, 255, 1);
  cursor:pointer;
}

.aktivnosti :hover {
  transform: scale(1.1); 
   color:rgba(246, 140, 92, 1);
}

.arhiv-seznam {
  font-size: 20px
}

.arhiv-seznam li a{
   color: rgba(139, 82, 255, 1)
}
.arhiv-seznam li a:hover{
   transform: scale(1.05);
   color: #E78472
}


  .pdf-container {
    height: 100vh;
  }

  .pdf-container object,
  .pdf-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }

  .document{
    height: 2rem;
  }
