   :root{
      /* Farby v odtieňoch srsti ridžbeka */
      --rr-primary:#444444;  /* karamelovo-medená */
      --rr-dark:#101010;     /* tmavohnedá */
  /*    --rr-light:#e1e1e1;    piesková 
      --rr-wlight:#D4D4D4;   piesková */
/*     --rr-light:#2c2c2c;    piesková */
 /*    --rr-wlight:#3c3c3c;   piesková       */
      --rr-accent:#262626;   /* zlatomedená na akcenty */
    }
    body{ background: var(--rr-light); color: var(--bs-gray-100); }
    .navbar{ 
    
    transition:  all 0.5s;
           padding-top:18px;
           padding-bottom:18px; }
    .navbar.scrolled {       
          background: linear-gradient(90deg,var(--rr-dark), var(--rr-primary));     
               background-color: #313D20 !important;
            transition: all 0.5s;
           padding-top:0px;
           padding-bottom:0px; 
           }
    .navbar .nav-link, .navbar .navbar-brand{ color:#fff !important; }
    .navbar-nav .nav-link {
            border-left:2px solid transparent;
            border-bottom:2px solid transparent;
            
            border-bottom-left-radius: 5px;
    }
    .navbar-nav .nav-link:hover,.navbar-nav .nav-link.active {
            color: rgb(255, 245, 223) !important;
            border-left:2px solid rgb(255, 245, 223);
            border-bottom:2px solid rgb(255, 245, 223);
            opacity: 0.7;
        }
    .hero{
       min-height:calc(100vh - 110px);
      color:black; 
    }
    .bg-brown{
          background: var(--rr-light);
    }
    .bg-white{
    background: var(--rr-wlight)!important;
    }
    .btn-rr{ background: var(--rr-accent); color:#fff; border: none; }
    .btn-rr:hover{ filter: brightness(.95); }
    .section-title{ color: var(--bs-gray-100); mix-blend-mode: difference; }
    .badge-rr{ background: var(--rr-accent); }
    .card{ border: none; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
    .rr-divider{ height:4px; width:90px; background: var(--rr-accent); border-radius: 10px; }
    .gallery-img{ cursor:pointer; object-fit:cover; height:220px; }
    .story-quote{ border-left:4px solid var(--rr-accent); padding-left:1rem; color:#633f2c; }
    footer{ background: var(--rr-dark); color:#e9dccb; }
    /* malé detaily */
    .award-icon{ font-size: 1.25rem; color: var(--rr-accent); }
       .bg{
             width:100%;
             height:100vh;
             position:fixed;             
background: #D8D8D8;
//background: linear-gradient(0deg,rgba(216, 216, 216, 1) 0%, rgba(103, 103, 103, 1) 50%, rgba(0, 0, 0, 1) 100%);
background: linear-gradient(0deg, rgba(216, 216, 216, 1) 0%, rgba(167, 167, 167, 1) 10%, rgba(0, 0, 0, 1) 100%);
       //      background: url('images/bx1.jpg') center/cover no-repeat;
        }
        .mask{
            position:absolute;
            width:100%;
            height:100%;
            background-color: rgba(255, 255, 255, 0.1);
        }
        
          .video-item{
        
            border: none;
            border-radius: 1rem;
            overflow: hidden;
            transition: transform 0.3s, box-shadow 0.3s;
            background: white;
        }
         .video-item:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.15);
        }
            min-width:auto!important;
            background:white;
        }
        .video-item h5{
                 color: #ECAF7D; 
        }
        .video-item iframe{
            border-radius: 0.7rem;
        }
        .noborder{
          border:0px!important;
        }

.section-title{
text-align:left!important;
}
#footer{
  text-align:center;
   bottom:0px;
   width:100%;


   font-size:12px;

}

.menu small{
    display: block;
    text-align: center;
    font-size: 11px;
}
.navbar-light .navbar-toggler {
    background-color: rgba(255,255,255,.6);
    border-color: rgba(0,0,0,.1);
}



 
 
