:root {
 --bs-primary-rgb: 63, 61, 71;
 --bs-secondary-rgb: 182, 180, 194; 
 --bs-info-rgb: 219, 217, 219;
 --bs-success-rgb: 70, 63, 68; 
 --bs-body-bg: #060607; 
}

nav{
  background: linear-gradient(rgba(23, 22, 24, 0.822), rgba(31, 30, 32, 0.603));
}

.navbar-nav {
  font-size: 1.1rem;
}

.nav-link:hover {
  text-decoration: underline;
}

.dropdown-item:hover {
  background-color: #fff;
  text-decoration: none;
}

.link-info {
  color: #dbd9db !important;
}
.link-info:hover, .link-info:focus {
  color: #dbd9db !important;
  text-decoration: underline !important;
}

#cijeli {
    background: linear-gradient(rgba(20, 19, 22, 0.829), rgba(36, 35, 41, 0.822)), url(/slike/dole.jpg) fixed; 
    background-position: center;
    background-size: cover;
}


#knjige {
  background: linear-gradient(rgba(33, 33, 36, 0.918), rgba(40, 39, 44, 0.842)), url(/slike/azulejo3.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#dvijepjesme {
  background: linear-gradient(rgba(24, 23, 26, 0.884), rgba(32, 32, 36, 0.932)), url(/slike/inca.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#indosh {
  background: linear-gradient(rgba(24, 23, 26, 0.884), rgba(32, 32, 36, 0.932)), url(/slike/cabo.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#novikargo {
  background: linear-gradient(rgba(24, 23, 26, 0.884), rgba(32, 32, 36, 0.932)), url(/slike/m-trava.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#opjesmama{
  background: linear-gradient(rgba(24, 23, 26, 0.884), rgba(32, 32, 36, 0.932)), url(/slike/azulejo6.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#tele {
  background: linear-gradient(rgba(36, 36, 39, 0.89), rgba(51, 50, 56, 0.938)), url(/slike/azuloker.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#animirani {
  background: linear-gradient(rgba(36, 36, 39, 0.89), rgba(51, 50, 56, 0.938)), url(/slike/azulejo4.jpg) fixed; 
  background-position: center;
  background-size: cover;
}


#suradnje {
  background: linear-gradient(rgba(36, 36, 39, 0.89), rgba(51, 50, 56, 0.938)), url(/slike/azulejo2.jpg) fixed; 
  background-position: center;
  background-size: cover;
}


#izdanja {
  background: linear-gradient(rgba(36, 36, 39, 0.89), rgba(51, 50, 56, 0.938)), url(/slike/azulbrod2.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#novapjesma {
  background: linear-gradient(rgba(36, 36, 39, 0.89), rgba(51, 50, 56, 0.938)), url(/slike/azulejo.jpg) fixed; 
  background-position: center;
  background-size: cover;
}


#razgovori {
  background: linear-gradient(rgba(33, 33, 36, 0.918), rgba(40, 39, 44, 0.842)), url(/slike/pogled.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

#cijelibio {
  background: linear-gradient(rgba(33, 33, 36, 0.918), rgba(40, 39, 44, 0.842)), url(/slike/luz.jpg) fixed; 
  background-position: center;
  background-size: cover;
}

h1, h2, h3 {
    margin-top: 2rem;
}

h1, .h1 {
  font-size: calc(1.2rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

#naslovni {
  font-size: calc(2.5rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.2rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}


h3, .h3, h4, .h4 {
  font-size: 1.25rem;
}

p {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }

.img-wrapper {
position: relative;
width: 100%;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}


hr.divider {
  height: 0.5rem;
  max-width: 8.25rem;
  margin: 1.5rem auto;
  background-color: #d0e9dc;
  opacity: 1;
}


.img-overlay:before {
  content: ' ';
  display: block;
}

.card {
  background: none; 
  --bs-card-border-width: 0px;
}


.list-group {
  --bs-list-group-color: #e7eef5;
  --bs-list-group-bg: none;
  --bs-list-group-border-color: rgba(0, 0, 0, 0);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #f4623a;
  --bs-list-group-active-border-color: #f4623a;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl, #portfolio .container-xxl {
    max-width: 1920px;
  }
  #portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box, #portfolio .container-xxl .portfolio-box {
    position: relative;
    display: block;
  }
  #portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption, #portfolio .container-xxl .portfolio-box .portfolio-box-caption {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    opacity: 0.7;
    color: #fff;
    background: rgb(89, 87, 99);
    transition: opacity 0.25s ease;
    text-align: center;
  }
  #portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-category {
    font-family: "Merriweather Sans", -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";
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  #portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-name {
    font-size: 1.2rem;
  }
  #portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xxl .portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
  }

  footer.footer {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    background: linear-gradient(rgba(43, 42, 44, 0.466), rgba(17, 17, 19, 0.815));
  }
  
  footer.footer .social-link {
    display: block;
    text-decoration: none;
    height: 4rem;
    width: 4rem;
    line-height: 4.3rem;
    font-size: 2rem;
    background-color: #525058;
    transition: background-color 0.15s ease-in-out;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  footer.footer .social-link:hover {
    background-color: #dbd9db;
    text-decoration: none;
  }
  
