.navbar-brand {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 45px;
}

.about-banner-overlay{
    background: rgba(115, 106, 106, 0.3);
    height: 100%;
}

.about-banner-content {
    font-family: 'Oswald', sans-serif;
}

.about-banner-content h3{
    color: #0D96D3;
    font-weight: 600;
    font-size: 3.2vw;
}

.about-banner-content p{
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    font-size: 2.5vw;
}

.summary-container {
    background: #0D96D3;
}

.mission-container {
    font-family: 'Oswald', sans-serif;
}

.mission-container h2 {
    font-size: 60px;
}

.mission-container p {
    font-size: 35px;
}

@media (max-width: 900px) {
    .mission-container h2, .programs-container h2{
        font-size: 40px !important;
    }

    .mission-container p, .summary-container h4 {
        font-size: 20px !important;
    }

    .summary-container h3{ 
        font-size: 35px !important;
    }

    .card-img-overlay {
        padding-top: 5px !important;
    }

    .program-card h5{
        margin-bottom: 2px;
    }

    .funding-container h2 {
        font-size: 30px !important;
    }

    .funding-container p{
        font-size: 20px !important;
    }

    .funding-container a {
        font-size: 15px !important;
    }


}

@media (max-width: 1200px) {
    .get-started-content h2, .get-started-content h3{
        font-size: 35px !important;
    }
}

.summary-container {
    color: white;
}

.summary-container h3{
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
    font-size: 50px;
}

.summary-container h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 150%;
}

.summary-container a {
    font-size: 2.2vw;
    border-width: 4px;
}

#read-faqs-btn:hover {
    background-color: white;
    color: #0D96D3;
}

.programs-overlay {
    background-color: rgba(0, 0, 0, 0.50);
    border-radius: 15px;
}

.programs-container {
    font-family: 'Oswald', sans-serif;
}

.programs-container h2 {
    font-size: 60px;
}

.program-card {
    border-radius: 15px !important;
}

.program-card img {
    border-radius: 15px;
}

.program-card h5{
    font-size: 2.5vw;
    font-weight: 600;
}


.program-card li,  .program-card p{
    font-size: 2vw;
    font-weight: 400;
}

/* Get Started section */
.get-started-container{
    overflow: hidden;
}
.get-started-overlay{
    background: rgba(0, 0, 0, 0.64);
    height: 100%;
}

.get-started-content{
    color: white;
}

.get-started-content h2, .get-started-content h3{
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
}

.get-started-content h2 {
    font-weight: 700;
}

.get-started-content h3 {
    font-weight: 400;
    font-size: 50px;
}

.take-me-btn, .refer-btn{
    background: rgba(0, 0, 0, 0.64) !important;
    border: black !important;
    color: white !important;
    border-radius: 0 !important;
    font-family: 'Kanit', sans-serif;
    font-size: 30px !important;

}

.take-me-btn:hover, .refer-btn:hover{
    background: rgba(255, 255, 255, 0.64) !important;
    color: black !important;
}

.view-app-btn:hover{
    background: rgba(0, 0, 0, 0.64) !important;
    color: white !important;

}

.view-app-btn {
    background: rgba(255, 255, 255, 0.65) !important;
    border: white !important;
    color: black !important;
    border-radius: 0 !important;
    font-family: 'Kanit', sans-serif;
    font-size: 30px !important;
}

.funding-container p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 40px;

}

.dcf-btn {
    color: black !important;
    background: #82AB2F !important;
    border: #82AB2F !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 700 !important;
    font-size: 25px !important;
}

.dcf-btn:hover{
    background: rgba(130, 171, 47, 0.9) !important;
}

