@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Comfortaa:wght@300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Comfortaa", serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    font-family: "Comfortaa", serif;
}

body {
    background-color: #FCFBF1;
}

main {
    background-color: #FCFBF1;
}

.navbar-light .navbar-brand {
    font-family: "Abhaya Libre", serif;
    font-weight: 800;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0;
}

.navbar-light .navbar-brand {
    margin-top: 7px;
}

header {
    height: 100px;
}

.navbar-nav .nav-link {
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0;
    padding-top: 8px;
}

header.fixed-top + main {
    padding-top: calc(1.5rem + 90px);
}

.range-text-sum, .range-text-date {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #9698A1;
}

.range-output {
    font-weight: 600;
    color: #2E3038;
    font-size: 20px;
}

.header-girl {
    height: 275px;
    margin-left: auto;
    margin-right: auto;
}

.header-text h1 {
    font-size: 52px;
    color: #ffffff;
}

.header-text p {
    font-size: 28px;
    color: #ffffff;
}

.bg-mode {
    color: #ffffff;
    background-color: #467048 !important;
}

.bg-mode a {
    color: #ffffff;
}

.b1-form {
    background: #ffffff;
    border: 4px solid #467048 !important;
    box-shadow: unset;
}

.header-text > div {
    background: #467048 !important;
}

.rangeslider__fill {
    --bs-indigo: #DEAE48;
}

.rangeslider--horizontal .rangeslider__handle {
    --bs-indigo: #DEAE48;
}

.b3 .b3-list:nth-child(odd) {
    color: #ffffff;
    --bs-indigo: #467048;
    border-radius: 0;
    padding: 1.5rem 1rem;
}

.b3 .b3-list {
    color: #ffffff;
    background-color: #467048;
    border-radius: 0;
    padding: 1.5rem 1rem;
}

.b3 .b3-list h2 {
    color: #ffffff;
}

h2.display-4 {
    font-size: 48px !important;
}

.b2-list-num {
    font-weight: 400;
    font-size: 200px;
    line-height: 200px;
    color: #000000;
}

.b2-list-desc {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: #1E1E1E;
}

.card-title {
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
}

.nav .nav-item .nav-link.active {
    color: #ffffff;
}

footer.bg-mode {
    color: #467048;
    background-color: #FCFBF1 !important;
}

footer.bg-mode a {
    color: #467048;
}

footer.bg-mode a.navbar-brand {
    font-size: 32px;
}

.tiny-slider {
    background: #ebeff1;
}

footer ul {
    margin-top: 14px;
}

@media (max-width: 768px) {
    .header-girl {
        display: none;
    }

    .header-text p {
        font-size: 18px;
    }

    body {
        width: 100%;
    }

    h2.display-4 {
        font-size: 26px !important;
    }

    .b2-list-num {
        font-size: 128px;
        line-height: 128px;
    }

    .b2-list-desc {
        font-size: 28px;
        line-height: 100%;
    }

    .card-title {
        font-size: 24px;
        line-height: 24px;
    }

    footer ul {
        margin-top: 0;
    }

    footer .nav-link {
        padding: 0.25rem 0.25rem !important;
    }
}