


.right {
     text-align: right;
}

.left {
     text-align: left;
}


#galeria {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #000;
   
}



.carousel-control-next-icon {

background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000;
  margin: auto;
  padding: 0;
  width: 90%;
  
}


 .close {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: right;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}





img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}




.navbar-brand {
    font-family: 'mouse memoirs';
    font-size: 30px;
}


.jumbotron {
    height:  auto !important;
}

@media only screen and (max-width: 600px) {
  .jumbotron {
    margin-top: 0px;
  }
}





.nadole {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

body.page-template-strona-domowa footer,
body.page-template-strona-domowa-fancy footer{
    background-color: #fff;
}
.scm {
    height: 30px;
    fill: #888;
}

.scm:hover {

    fill: #666;
}

.scmt {
    height: 23px;
    fill: #888;
}

.scmt:hover {

    fill: #666;
}
@media screen and (max-width: 750px) {
    .nadole {
        display: flex;
        flex-direction: column;

    }


    div.f1,
    div.f2,
    div.f3,
    div.f4 {
        display: flex;
        justify-content: center;
        text-align: center;
    }
    div.f1{order: 4;}}


footer {
    line-height: 170%;
    padding: 0px;
    overflow: hidden;
    border-top: 1px solid #ccc;

}


footer a {
    color: #999;

}

#cennik,
#oferta,
#onas,
#zamow {overflow: hidden;}

.onas-color{background-image: linear-gradient(2deg, #f37038, #FFB03A)!important;}
.jumbotron {box-shadow: none!important;}
.navbar-brand {background-color: #FFB03A;
  background-image: linear-gradient(45deg, #FFB03A, #f37038);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-text-fill-color: transparent;
  }
  li.nav-item a{font-size: 25px;font-family: 'mouse memoirs'!important;font-weight: 500;background-color: #FFB03A;
    background-image: linear-gradient(45deg, #FFB03A, #f37038);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;}
    
      li.nav-item a:hover{
        animation: rainbow-text-simple-animation-rev 0.5s ease-in forwards;
    }
    
    
    /* Move the background and make it smaller. */
    /* Animation shown when entering the page and after the hover animation. */
    @keyframes rainbow-text-simple-animation-rev {
        0% {
            background-size: 650%;
        }
        40% {
            background-size: 650%;
        }
        100% {
            background-size: 100%;
        }
    }