.language-icon{
  padding: 4px;
}
.numbertext{
  -webkit-text-stroke: 1px black;
}
.logo-footer{
  width: 75%;
  max-width: 400px;

}
.flaticon-link{
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: small;
}
.popup-gallery{
  padding-bottom: 15px;
}
.language-icon-container{
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  margin-bottom: 7px;
  margin-right: 15px;
  margin-top: 7px;

}
.language-icon:hover{
  background-color: #6a5f5f;
  width: 40px;
  height: 40px;
  border-radius: 15px;
  transition-duration: 500ms;
}
.header-content{
  margin-top: 60px;
}
.navbar-right{
    flex-direction: column-reverse;
}
.portfolio-images{
    width: 100%;
    margin: 2px;
}
.footer-contact{
    padding-top: 15px;
}
#contact{
    margin-top: -8px;
    
}

.secondary-bg-color{
  background-color: #403939;
}
iframe{
    padding: 15px;
}
hr{
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer-icon:hover{
    width: 50%;
    background-color: #6a5f5f;
    border-radius: 15px;
    transition-duration: 1000ms;

}
.horizontal-footer-line{
    color: #6a5f5f;
    margin-top: 50px !important;
    margin-bottom: 150px !important; 
}
.kafelkowanie-tile,  .wooden-construction-tile, .doors-windows-tile, .furniture-tile, .kleding-tile, .stone-tile, .sanitary-devices-tile, .painting-tile{
    border-radius: 15px;
    border: solid black 2px;
    background-size: cover;

}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
/* Fading animation */
.fade-photo-modal {
  opacity: 1 !important;
}