body {
  font-family: "Montserrat", sans-serif;
  min-width: 333px;
  height: 100%;
}

nav {
  background-color: white !important;
}

.gray-container {
  background: gray;
}

.nav-link {
  color: black;
}

.product-tab-lg {
  height: 450px;
  /* background-color: #e4e4e4; */
  margin-bottom: 10px;
}

.product-tab-md {
  height: 450px;
  background-color: #e4e4e4;
  margin-bottom: 10px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding-left: 2px;
  padding-right: 2px;
}

.product-tab-light {
  background-color: #e4e4e4;
  color: black;
}

.product-tab-white {
  background-color: white;
  color: black;
}

.product-tab-dark {
  background-color: #111111;
  color: white;
}

.headline-lg {
  font-size: 2.5rem;
  font-weight: 600;
  display: block;
  line-height: 3rem;
  padding-bottom: 5px;
}

.headline-md {
  font-size: 2.5rem;
  font-weight: 600;
  display: block;
  line-height: 3rem;
  padding-bottom: 5px;
}

.subheadline {
  font-size: 1.5rem;
  display: block;
  padding-top: 0;
  padding-bottom: 0.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.hero-text-box {
  text-align: center;
  padding-top: 50px;
}

.product-wrapper {
  background-image: url(/images/beznazwy.png);
  height: 100%;
  width: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.foot-tab{
    background-color: #e4e4e4;
    padding-top: 15px;
    font-size: 0.8rem;
}

.foot-container{
    max-width: 1000px;
}

.footer-item{
    color: #86868b;
    text-decoration: none;
    display: block;    
}

.footer-col{
  padding-left: 5px;
  padding-right: 5px;
}

.footer-header{
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.full-width-image{
  height: 100px;
}

@media (min-width: 600px) {
  .product-tab-lg {
    height: 550px;
    margin-bottom: 10px;
  }

  .headline-lg {
    font-size: 3rem;
    font-weight: 700;
    display: block;
    line-height: 4rem;
    padding-bottom: 5px;
  }

  .headline-md {
    font-size: 2.5rem;
    font-weight: 700;
    display: block;
    line-height: 4rem;
    padding-bottom: 5px;
  }

  .full-width-image{
    height: 150px;
  }
}


@media (min-width: 790px) {

  .product-tab-lg {
    height: 650px;
    margin-bottom: 10px;
  }

  .headline-lg {
    font-size: 3.5rem;
    font-weight: 700;
    display: block;
    line-height: 4rem;
    padding-bottom: 5px;
  }
  .headline-md {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 4rem;
    padding-bottom: 5px;
  }

  .full-width-image{
    height: 200px;
  }
}

@media (min-width: 1200px) {
  .product-tab-lg {
    height: 700px;
    margin-bottom: 10px;
  }

  .headline-lg {
    font-size: 4rem;
    font-weight: 700;
    display: block;
    line-height: 4rem;
    padding-bottom: 5px;
  }

  .headline-md {
    font-size: 2rem;
    font-weight: 700;
    display: block;
    line-height: 3rem;
    padding-bottom: 5px;
  }

  .full-width-image{
    height: 400px;
  }
}
