header {
    position: relative;
    background-color: black;
    height: 100svh;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    min-height: 100svh;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

body {background-color: #212125}

section {background-color: white;}

@media (min-width: 992px) {
    .max-container {
        max-width: 100%;
        padding-left: 65px;
        padding-right: 65px;
    }
}

.bg-container {
    background: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
    ),url("../images/o-fundacji-background.png");
    background-size: cover;
}

.container .bg-container {
    background-image: url("../images/o-fundacji-background.png");
    background-size: cover;
    max-width: 1920px;
}

.bottom-banner-content {
    display: flex;
    justify-content: space-between;
}

.bottom-banner-content h1{
    font-family: Big Shoulders Display;
    font-size: 104px;
    font-weight: 900;
    line-height: 104px;
    margin-top: 148px;
}

section.dark-intro {
    background-color: #212125;
    height: 560px;
}

.intro-holder {
    position: relative;
    height: 560px;
}

.text-white {
    position: absolute;
    bottom: 50px;
}

h2.about-title {
    font-family: Albert Sans;
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
    max-width: 871px;
    padding-top: 60px;
    padding-bottom: 30px;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.text {
    font-family: Albert Sans;
    padding: 30px 0px;
}

.section-title {
    font-family: Big Shoulders Display;
    font-size: 32px;
    font-weight: 900;
    line-height: 35.2px;
    text-align: left;
}

.about-text {
    font-family: Albert Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 30px;
}

.sub-title {
    font-family: Albert Sans;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: left;
    padding-top: 70px;
}

.section-title-container {
    padding-left: 0px;
    border-bottom: 1px solid rgba(33, 33, 37, .2);
}

.about-border-left {
    font-family: Albert Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    border-left: solid 2px #212125;
    padding-left: 20px;
}

section.project-card {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.bg-tree {
    background: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
    ),url("../images/fundacja-a-miasto-drzew.png");
    background-size: cover;
}

.bg-tree .text-white {
    position: absolute;
    bottom: 34%;
}

.bg-availability {
    background: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
    ),url("../images/fundacja-a-dostepnosc.png");
    background-size: cover;
}


.bg-availability .text-white {
    position: absolute;
    bottom: 34%;
}

.bg-scholarship {
    background: linear-gradient(
            rgba(0, 0, 0, 0.4),
            rgba(0, 0, 0, 0.4)
    ),url("../images/fundacja-a-stypendia.png");
    background-size: cover;
}

.bg-scholarship .text-white {
    position: absolute;
    bottom: 34%;
}

p.project {
    font-family: Albert Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
}

h2.project-title {
    font-family: Big Shoulders Display;
    font-size: 104px;
    font-weight: 900;
    line-height: 104px;
    text-align: left;
    padding-bottom: 10px;
}

.navbar-footer {
    flex-direction: row;
    justify-content: flex-end;
    padding-top: 60px;
}

.navbar-footer li {
    color: #212125;
    padding-right: 30px;
}

footer {
    padding-bottom: 60px;
    background-color: #F3F0E8;
}

p.footer-text {
    font-family: Albert Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    padding-top: 60px;
}

.align-item-end {
    text-align: end;
    padding-top: 100px;
}

div.copyright-holder {
    position: relative;
    width: 100%;
    height: 100%;
}

.item-to-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.data-title {
    padding: 30px 0px 0px;
}

.external-link {
    color: black;
    text-decoration: none;
}

.external-link:hover {
    color: black;
    text-decoration: underline;
}

.external-link::before {
    content: '';
    background: url(../images/arrow-dark.svg) no-repeat;
    display: inline-block;
    width: 37px;
    height: 17px;
    vertical-align: middle;
    margin-left: 3px;
}

@media (max-width: 1200px) {
    .bottom-banner-content img {
        display: none;
    }
}

@media (max-width: 992px) {
    .bg-container {
        background-position: 40%;
    }
    .bottom-banner-content h1 {
        font-family: Big Shoulders Display;
        font-size: 48px;
        font-weight: 900;
        line-height: 48px;
        margin-top: 44px;
    }
    .bottom-banner-content img {
        display: none;
    }
    .text-white {
        position: absolute;
        bottom: 25px;
    }
    h2.about-title {
        font-family: Albert Sans;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        text-align: left;
        max-width: 871px;
        padding-top: 44px;
        padding-bottom: 35px;
    }

    .bg-tree .text-white {
        position: absolute;
        bottom: 6%;
    }
    .bg-availability .text-white {
        position: absolute;
        bottom: 6%;
    }
    p.project {
        font-family: Albert Sans;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-align: left;
    }
    h2.project-title {
        font-family: Big Shoulders Display;
        font-size: 56px;
        font-weight: 900;
        line-height: 56px;
        text-align: left;
        padding-bottom: 10px;
    }

    .bg-tree {
        background-position: 50%;
    }
    .bg-availability {
        background-position: 50%;
    }

    .navbar-footer {
        flex-direction: row;
        justify-content: flex-start;
        padding-top: 36px;
    }
    .navbar-footer li {
        font-size: 16px;
        padding-right: 20px;
    }
    p.footer-text {
        font-family: Albert Sans;
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
        padding-top: 36px;
    }
    .align-item-end img {
        height: 80px;
    }
    footer {
        padding-bottom: 36px;
    }
    .data-section {
        padding-top: 30px;
    }
    .data-title {
        padding: 0px 0px 0px;
    }
    .section-title-container {
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .max-container {
        padding-left: 20px;
    }
}