html, body {
    height: 100%;
    margin: 0;
}

@media screen and (min-width: 1200px) {
    .first-section {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .first-container {
        transform: scale(0.7);
    }
}

/*Nawigacja*/
.navbar {
    position: unset;
    width: 100%;
    z-index: 10;
    color: whitesmoke !important;
}

.navbar.bg-dark {
    background-color: #000 !important;
}

.nav-link {
    color: whitesmoke !important;
}

@media (min-width: 992px) {
    .collapse.navbar-collapse {
        position: relative;
        top: 15px;
    }

    .navbar {
        height: 90px;
    }
}

#navbar-logo {
    height: 50px;
}

.navbar-login-icon {
    z-index: 11;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 100%;
}

.navbar-login-icon .right {
    text-align: right;
}

/*Hexagons*/
.hexagon-galerry-mobile {
    margin: 0 !important;
    position: relative;
    left: -36px !important;
}

/*Sekcje*/
section {
    padding-top: 125px;
    padding-bottom: 100px;
}

section:nth-child(even) {
    background-color: white;
}

section:nth-child(odd) {
    background-color: black;
    color: whitesmoke;
}

.section-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 50px
}

section hr {
    padding-bottom: 35px;
}

/* Sekcja 1 */
.btn-see-all {
    padding: 10px 50px;
    margin-top: 50px;
    background-color: #ff7701;
    border-color: #ff7701;
    border-radius: 0;
    color: white;
}

.btn-see-all:hover {
    background-color: #dd5500;
    border-color: #dd5500;
    color: white;
}

/* Sekcja 2 */
.offer-background {
    background-color: #ff7701;
    text-align: center;
    color: white;
    padding: 30px 0;
}

.offer-background .image {
    height: 250px;
    width: 220px;
    margin: auto;
    margin-bottom: 20px;
    cursor: pointer;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #dddde2;
}

.offer-text {
    margin: 50px;
    margin-bottom: 0;
}

/* Galeria */
#galeria img {
    height: 225px;
    object-fit: cover;
    max-width: 300px;
    cursor: pointer;
    width: 100%;
}

.gallery-navigation .page-link {
    background-color: #eeeede;
    color: #d17300;
}

.gallery-navigation .page-link:hover {
    color: #d17300;
}

.gallery-navigation .page-item.active .page-link {
    background-color: #ff7701;
    border-color: #ff7701;
    color: black;
}

/*Kontakt*/
.btn-send-contact-form {
    padding: 15px;
    width: 100%;
    background-color: #ff7701;
    border-color: #ff7701;
    border-radius: 0;
    color: white;
}

.btn-send-contact-form:hover {
    background-color: #dd5500;
    border-color: #dd5500;
    color: white;
}

.contact-form input, .contact-form textarea, .contact-form select {
    border-color: #ff772275;
    border-radius: 0;
}

.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus {
    border-color: #ff7722;
    box-shadow: unset;
}

.form-width {
    margin-top: 10px;
    width: 75%;
}

.form-section {
    padding-left: 100px;
    padding-right: 100px;
}

/*Stopka*/
footer {
    min-height: 85px;
    background-color: black;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 25px;
    color: ghostwhite;
}

@media (max-width: 768px) {
    #navbar-logo {
        height: 30px;
    }

    footer {
        text-align: center;
    }
}

@media (max-width: 991px) {
    #write-mail {
        padding-top: 40px;
    }

    section {
        padding-top: 105px;
    }
}

/* Linki */
.text-warning {
    color: #d17300 !important;
}

a.no-hover:hover {
    text-decoration: none;
}

@media (max-width: 1199px) {
    .hexagon-gallery-desktop {
        display: none !important;
    }

    .funny-text {
        display: none !important;
    }

    .small-funny-text {
        display: unset;
        position: absolute;
        top: 125px;
        right: 35px;
        font-size: 26px;
        font-style: italic;
    }

    .small-funny-text .first {
        max-width: 200px;
        text-align: center;

    }

    .small-funny-text .second {
        max-width: 200px;
        text-align: right;
    }

    .hexagon-gallery {
        padding-bottom: 0 !important;
    }

    .mobile-hide {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hexagon-galerry-mobile {
        display: none !important;
    }

    .small-funny-text {
        display: none;
    }

    .desktop-hide {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-hide-list2 {
        display: none;
    }

    .form-width {
        width: unset;
    }

    .form-section {
        padding-left: unset;
        padding-right: unset;
    }

    .navbar-login-icon {
        display: none;
    }
}

@media (min-width: 992px) {
    .desktop-hide-list2 {
        display: none;
    }

    .desktop-hide-log-in {
        display: none;
    }
}

@media (max-width: 767px) {
    .offer-text {
        display: none;
    }

    #onas {
        padding-bottom: 0;
    }

    .title-offer {
        display: none;
    }
}

@media (min-width: 768px) {
    .title-offer-in {
        display: none;
    }
}

@media (min-width: 992px) {
    .item-desktop-hide {
        display: none;
    }
}

.fb-menu-icon-link {
    text-decoration: none;
    font-size: 13px;
    color: #d17300 !important;
    position: relative;
    top: 1px;
    margin-left: 32px;
}

.fb-menu-icon-link:hover {
    text-decoration: none !important;
    color: #ffc107 !important;
}

.instagram-menu-icon-link svg {
    height: 38px;
    width: 38px;
}

.yt-menu-icon-link svg {
   height: 38px;
   width: 38px;
}

/* Pagination */
.page-link {
    color: #ffc107;
}

.page-link:hover {
    color: #d17300;
}

.page-item.active .page-link {
    background-color: #ffc107;
    border-color: #ffc107;
}

/* News */
.news-image-width img {
    max-width: 100%;
}

/* Modal */
.modal img {
    max-width: 100%;
}
