body {
    background-color: #F4F4F4;

}



/* nav.html */
#mainNav {
    background-color: white;
    -webkit-box-shadow: 0px 0px 24px -11px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 24px -11px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 24px -11px rgba(66, 68, 90, 1);
}

.contactButton {
    background-color: #35ABFF;
    color: white;
    border-radius: 30px;
    padding: 0.4rem 1rem !important;
    margin-left: 0.5rem;
    font-weight: 600;
    width: fit-content;
}

.contactButton:hover,
.contactButton:active {
    color: rgb(238, 238, 238);
}

.contactButton:focus {
    color: white;
}


/* index.html */
header {
    height: 580px;
}

.backgroundContainerMin {
    position: relative;
    height: 200px;
}

@media (max-width: 767.98px) {

    .backgroundContainerMin {
        height: 140px;
    }

}

/* section::before {
    content: "";
    display: block;
    height: 77px;
    margin-top: -77px;
    visibility: hidden;
} */

.backgroundImage {
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-position: center center; /* Wyśrodkowanie w pionie i poziomie */
    background-size: cover; /* Dopasowanie obrazu do kontenera */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(50%);
    z-index: -1;
}

h1, h2, .h4, .h1{
    color: white;
}

.buttonGreen {
    background-color: #C3DE05;
    border-radius: 30px;
    color: black;
    padding: 0.4rem 1.2rem;
    text-align: center;
    width: max-content;
    text-decoration: none;
    font-weight: 600;
}

.white-card {
    background-color: white;
    border-radius: 24px;
}


.imageGallery {
    border-radius: 18px;
}



/* footer.html */
footer {
    background-color: #191B2B;
    color: white;
}
.footer a {
    color: white;
}

.footer a:hover {
    color: rgb(201, 201, 201);
}







@media (max-width: 991.98px) {

    flex-direction: row-reverse;


}