/* GLOBAL STYLES
-------------------------------------------------- */

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  scroll-padding-top: 5.6rem;
}
/* Padding below the footer and lighter body text */
body {
	position: relative;
  padding-top: 3rem;
  color: #595959;
  font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for rendering */
	-webkit-text-size-adjust: 100%;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #595959; font-weight: bold;
}

.btn-warning {color: #595959;}

.szary {color: #595959;}

.font700 {font-weight: 700;}

.mt-57 {margin-top: 5.6rem;}
.pt-57 {padding-top: 5.6rem;}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-top: 2.6rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 10rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 47rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 47rem;
}

/* ETAPY PROJEKTOWANIA */

.full-foto {overflow: hidden;}
.bg-full-foto {
	object-fit: cover; 
	position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: -1;
}

.full-img2 {background-image: url(../grafika/etapy-projektowania.png); background-position: top center; background-repeat: no-repeat; background-size: cover;}

.paragraf {
    width: 150px;
    height: 150px;
    background: url(../grafika/paragaf.svg) no-repeat 50%;
    font-size: 2.7em;
    color: #fff;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.odstep375 {padding-bottom: 0.375rem;}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5.7rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/*===============================================================================================================================================================================*/




/*===============================================================================================================================================================================*/


.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }




/*
 * Galeria
 */
 
.galerie {
  display: flex;
  flex-wrap: wrap;
  padding: 0 8px;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 8px;
}

.column img {
  margin-top: 16px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 600px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
} */

/*
 * Ceny
 */

.box-shadow {box-shadow: 0 .5rem .75rem rgba(0, 0, 0, .1); border-radius: 5px; margin-bottom: 1.5rem!important;}
.img-check {border-radius: 0px; border: 1px solid #D9DADA;}
.check {border-radius: 10px; border: 3px solid #FFC107;}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.form-check {padding-left: 0rem;}




.zoomik {transition:all 0.5s ease-in-out; overflow: hidden;}
.zoomik img {transition: transform 0.5s ease; vertical-align: middle;}
.zoomik img:hover {transform: scale(1.2);}


