@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500&display=swap');

body, html {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.kc-program-title {
    font-family: "Dosis", sans-serif;
    color: #000000 !important;
    font-weight: 300 !important;
    text-transform: uppercase;
    font-size: 50px !important;
    line-height: 63px!important;

    @media (max-width: 768px) {
        font-size: 48px !important;
    }
}

.map-container {
    position: relative;
    z-index: 0;
    margin-bottom: 5% !important;
    margin-top: 5% !important;
}


#main {
    padding-bottom: 0;
}

/* .fusion-page-title-bar.fusion-page-title-bar-breadcrumbs.fusion-page-title-bar-left{
    display: none;
} */
#cogimHead {
    background-color: rgb(248, 248, 248);
    margin-bottom: 30px;
}

.kc-program-list-header {
    margin-top: 5%;
    text-align: center;

    @media (max-width: 768px) {
        margin-top: 5%;
        margin-bottom: 5%;
        text-align: start;
    }
}

.kc-program-list-content {
    margin-bottom: 5%;
}

h1.h1design {
    margin-top: 30px;
}

.list-component {
    padding-top: 60px;
}

.program-popup h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 31px !important;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 0 !important;
    width: 350px !important;
}

@media (max-width: 1200px) {
    h1.h1design {
        font-size: 4em;
    }
}

@media (max-width: 970px) {
    h1.h1design {
        font-size: 3.5em;
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    .list-component {
        padding-top: 0;
    }
}

@media (max-width: 540px) {
    h1.h1design {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 360px) {
    h1.h1design {
        font-size: 2.2rem;
        margin-top: 0;
    }

    .list-component {
        padding-top: 120px;
    }
}

