* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Libre Baskerville', serif;
}

h2 {
  font-size: 2.5em;
}

a {
  color: white;
  text-decoration: none;
}

.mt-2 {
  margin-top: 2em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-1 {
  margin-bottom: 1em;
}

.logo {
  width: 300px;
  max-height: 100%;
  height: auto;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.col {
  width: 100%;
}

.col-hover:hover, .bg-gray {
  background: #f8f8f8;
  border-radius: 5px;
  -webkit-box-shadow: #c7c7c7 0px 0px 11px 0px;
          box-shadow: #c7c7c7 0px 0px 11px 0px;
}

.bg-gray {
  background: #f8f8f8;
  -webkit-box-shadow: #a7a7a7 0px 0px 11px 0px;
          box-shadow: #a7a7a7 0px 0px 11px 0px;
}

.col-hover:hover img {
  border-radius: 5px;
}

.text-center {
  text-align: center;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-dark {
  color: #062b48;
}

.intro {
  background: url("../img/kopalnia kwarc impekstir.jpg") center center no-repeat;
  background-attachment: scroll;
  min-height: 80vh;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.of-auto {
  overflow: auto;
}

.backdrop {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.intro-logo-bar {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 200px;
}

.intro-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-content-headers {
  margin-top: 15px;
  margin-bottom: 65px;
}

.intro-text-primary {
  font-size: 3rem;
  line-height: 4.3rem;
  text-align: center;
  font-weight: 100;
}

.intro-text-secondary {
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  margin-top: 5px;
}

.intro-contact-line {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 4px;
  text-align: center;
}

.footer {
  color: #2b2b2b;
}

.footer-container {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-content {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: 0.8rem;
  padding-top: 20px;
}

.impekstir-logo {
  height: 50px;
  width: auto;
}

.footer-logo {
  width: 200px;
  height: auto;
  max-width: 100%;
}

.fb-logo {
  height: 30px;
  width: auto;
  margin-top: 0;
}

.footer-contact-line {
  text-align: end;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.padding-10 {
  padding: 10px;
}

.flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sm-text-center {
  text-align: center;
}

.sm-my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.row-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .sm-text-center {
    text-align: left;
  }
  .sm-my-50 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .intro {
    background-attachment: fixed;
  }
  .intro-logo-bar {
    text-align: left;
  }
  .intro-text-primary {
    font-size: 4rem;
    line-height: 5.5rem;
  }
  .intro-text-secondary {
    font-size: 1.2rem;
    letter-spacing: 4px;
  }
  .col {
    width: 33.33%;
  }
  .footer-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer-content {
    padding-top: 0;
    font-size: 1rem;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fb-logo {
    margin-top: 20px;
  }
  .footer-contact-line {
    text-align: right;
    line-height: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */