body {
    font-family: Raleway;
}

.parallax {
    /* The image used */
    background-image: url("images/index-header.jpg");
  
    /* Set a specific height */
    height: 700px;
    max-height: 100%; 
    background-position: center;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.parallax-footer {
    /* The image used */
    background-image: url("images/parallax-footer.jpg");
  
    /* Set a specific height */
    height: 500px;
    max-height: 100%; 
    background-position: center;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.parallax-footer-oferta {
    /* The image used */
    background-image: url("images/oferta-header.jpg");
  
    /* Set a specific height */
    height: 400px;
    max-height: 100%; 
    background-position: center;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.parallax-footer-kontakt {
    /* The image used */
    background-image: url("images/kontakt-header2.jpg");
  
    /* Set a specific height */
    height: 300px;
    max-height: 100%; 
    background-position: center;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.parallax-footer-referencje {
    /* The image used */
    background-image: url("images/referencje-header.jpg");
  
    /* Set a specific height */
    height: 400px;
    max-height: 100%; 
    background-position: center;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


  .parallax-oferta {
    /* The image used */
    background-image: url("images/oferta-header.jpg");
  
    /* Set a specific height */
    height: 500px;
    max-height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .parallax-kontakt {
    /* The image used */
    background-image: url("images/kontakt-header2.jpg");
  
    /* Set a specific height */
    height: 500px;
    max-height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .parallax-referencje {
    /* The image used */
    background-image: url("images/referencje-header.jpg");
  
    /* Set a specific height */
    height: 500px;
    max-height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }


.title {
    position: absolute;
    z-index: 1000;
    top: 350px;
    left: 0;
    width: 100%;
    text-align: center;
}
.title-oferta {
    position: absolute;
    z-index: 1000;
    top: 250px;
    left: 0;
    width: 100%;
    text-align: center;
}

.title1 {
    color: white;
    text-align: center;
    background-color: rgba(120,120,120,0.6);
    font-size: 2.1rem;
    padding: 10px 20px;
    width: auto;
    height: auto;
    margin: 0 0 10px 0;
    display: inline-block;
    text-shadow: 2px 2px 4px rgba(26, 26, 26, 0.6);
}

.title2 {
    color: white;
    text-align: center;
    background-color: rgba(120,120,120,0.6);
    font-size: 1.7rem;
    padding: 5px 12px;
    margin-top: 10px;
    width: auto;
    height: auto;
    text-shadow: 2px 2px 4px rgba(26, 26, 26, 0.6);
    margin: 0 0 10px 0;
    display: inline-block;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.main-intro {
    margin-top: 50px;
    font-size: 1.5rem;
}

.oferta-main {
    margin-top: 50px;
    font-size: 1.5rem;
    text-align: center;
    
}

#certyfikaty {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-text {
    text-align: center;
    font-size: 1.3rem;
}

.card-columns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.card {
    background-color: rgba(120,120,120,0.2);
    text-shadow: 2px 2px 4px white;
    margin: 10px;
    max-width: 400px;
}

.footer {
    background-color: rgba(128, 127, 127, 0.75);
    color: white;
    /* padding-top: 50px; */
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    float: none;

}

.left-footer {
    width: 50%;  
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;  
}

.right-footer {
    width: 50%;  
    float: left;
    height: 180px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;  
}

.podpis {
    text-align: right;
    margin-top: 50px;
}

.clear {
    clear: both;
}

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

.footer-container {
    position: relative;
    text-align: center;

}

.footer a:link {
    color: white;
    text-decoration: underline;
}

.footer a:visited {
    color: white;
    text-decoration: underline;
}



hr {
    width: 35%;
    border-top: 1px solid rgba(255, 255, 255, 0.637);

}

.card a:link {
    color: black;
    text-decoration: underline;
}

.card a:visited {
    color: black;
    text-decoration: underline;
}

.contact-footer {
    letter-spacing: 1px;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
}

#footer-navbarr {
    padding-top: 15px;
    margin-bottom: 15px;
}

.kontakt-container {
    text-align: center;
    padding-top: 50px;
}

.kontakt-info {
    margin: 50px auto;
    font-size: 1.3rem;
}

.kontakt-form {
    width: 50%;
    text-align: center;
    margin: 50px auto 50px auto;
}

textarea {
    resize: none;
}

.referencje-info {
    margin: 50px auto;
}

.card-img-top.referencje-info {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}

#last-card-deck {
    margin: 0 auto;
}

.active {
    text-decoration: underline;
}

.refe {
    width: 100%;
    height: 15vw;
    object-fit: inherit;
}
