html{
    scroll-behavior: smooth;
    color: #504e4b !important;
    background-color: black !important;
}

.modal-dialog-rodo{
    overflow-y: initial !important;
    
}

.modal-body-rodo{
    overflow-y: auto;
    max-height: 300px;
}

ul {  
    list-style-type: disc;
}



.navbar-brand img{
    max-height: 60px;
}
.navbar{
    color: #444;
    background-color:white;
}

.nav-item{
    font-size: 18px;
}

.navbar a{
    color:#444;
}

.navbar a:hover{
    color:#996600;
}

.background-main {
    height: 100vh;
    width: 100%;
    background:
        /* top, transparent black, faked with gradient */ 
        linear-gradient(
          rgba(0, 0, 0, 0.3), 
          rgba(0, 0, 0, 0.3)
        ),
        /* bottom, image */
        url(img/bg.jpg);
    background-size: cover;
background-repeat: no-repeat;
  background-attachment: fixed;
    }

.font-chojnowski{
    font-family: 'Cinzel', serif;
}

.display-4{
    padding: 50px 0px !important;
}

li{
    padding-top: 8px;
    font-size: 15px;
}

.pad{
    padding:90px 0px !important;
}

hr{
    border-color: #996600;
    margin: 20px 0;
    height: 2px;
}

.white{
    border-color: white;
    width: 100%;
    margin-top:0px;
    color:white;
}

.pop{
    cursor: pointer;
}


.quote-padding{
    padding: 30px 0px;
    width: 100%;
}

.blockquote{
    padding: 40px;
    background-color: #996600;
    color: white;
    font-size: 17px;
}

.blockquote-footer {
    color: white;
}

.bg-grey{
    background-color:#e9ecef;
}

.bg-carmel{
    background-color:#f1f1e5;
}

#kontakt{
    background-image: url(img/kontakt-bg.jpg);
    background-size: cover;
background-repeat: no-repeat;

    color:white;
}

#kontakt hr{
    color:white;
}

.aqua, .aqua:hover {
    color:white;
}



.img-margin{
    margin-top: 70px;
    height: 70px;
    
}

.chiorino-color{
  color:#996600;
}


.lol {
    height: 80px;
}


a:hover{
    text-decoration: none;
}



#linki {
    background-color: black;
    color: white;
}

.footer-chiorino{
    background-color: black;
    padding-top: 60px;
    padding-bottom: 50px;
}

ul.infolist{
    list-style-type:none;
    margin-top: 30px;
}


::-moz-selection { /* Code for Firefox */
  background:#996600;
      color: white;
}

::selection {
  background:#996600;
    color: white;
}
