@font-face {
    font-family: "Figtree";
    src: url("/assets/font/static/Figtree-SemiBold.ttf") format("tff");
}

.charcol {
    color: #16232B;
    opacity: 0.6;
}

body {
    font-family: "Figtree";
}

.bg-teal {
    background-color: #00494E;
}

.dark-bg {
    background-color: #05383C;
}

.light-bg {
    background-color: #E4EEF0;
}

.light-bg-2 {
    background-color: #F5F9FA;
}

.button-org {
    background-color: #F47134 !important;
    color: white !important;
}

.fw-color-teal {
    color: #05383C;
}

.about-us {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.no-border {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.md-hero {
    width: 100vw;
    height: 100vh;
    background-image: url("/assets/media/hero.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100vw;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .text-area-sz {
        min-height: 200px !important;
        max-height: 200px !important;
    }

    .large-text {
        color: white;
        font-size: 30px;
    }

    .hero {
        width: 100vw;
        height: 100vh;
        background-image: url("/assets/media/hero-mb.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100vw;
        background-attachment: fixed;
    }

    .fw-sz-1 {
        font-size: 16px;
    }

    .fw-sz-2 {
        font-size: 30px;
    }

}

@media (min-width: 767px) {
    .large-text {
        color: white;
        font-size: 40px;
    }

    .text-area-sz {
        min-height: 10vh !important;
        max-height: 10vh !important;
    }

    .hero {
        width: 100vw;
        height: 100vh;
        background-image: url("/assets/media/hero.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100vw;
        background-attachment: fixed;
    }

    .fw-sz-1 {
        font-size: 24px;
    }

    .fw-sz-2 {
        font-size: 46px;
    }

}
