html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    /* padding: 20px; */
}

.header {
    text-align: center;
    padding: 20px 0;
}

.section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    height: 152px !important;
    flex: 1;
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*margin-right: 10px;*/
    min-width: 190px;
    border: 1px solid #E0BF00;
    border-radius: 8px;
    padding: 15px;
    /* text-align: center;*/
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.fleft {
    float: left !important;
}
 

    .card img {
        max-width: 100%;
        border-radius: 8px;
    }

.calendar {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

.upcoming-events {
    text-align: center;
}

.upcoming-events {
    text-align: center;
    padding: 20px 0;
}

    .upcoming-events h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .upcoming-events p {
        font-size: 16px;
        margin-bottom: 20px;
    }

.calendar {
    display: inline-block;
}

    .calendar .month {
        display: flex;
        justify-content: space-between;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .calendar table {
        width: 100%;
        border-collapse: collapse;
    }

    .calendar th, .calendar td {
        width: 14.28%;
        padding: 10px;
        text-align: center;
    }

    .calendar .highlighted {
        background-color: #083D16;
        border-radius: 21px;
        color: white;
        /* background-color: #f0f0f0; */
    }

.event-details {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.event {
    width: 45%;
    text-align: left;
}

    .event h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .event p {
        font-size: 14px;
    }

.fontp {
    font-family: Poppins !important;
}

.fontj {
    /* font-family: jakarta  Plus Jakarta Sans !important; */
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
}

.fleft {
    float: left !important;
}

.highlights {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    margin-top: 45px;
}

.highlight {
    text-align: left;
    width: 32%;
}

    .highlight img {
        border-radius: 10px !important;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

.b-radius10 {
    border-radius: 10px;
}

footer {
    background-color: #59595B;
    color: #fff;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
}

.footer-content {
    width: 50%;
    text-align: center;
}

    .footer-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .footer-content button {
        padding: 10px 20px;
        background-color: #fff;
        color: #000;
        border: none;
        cursor: pointer;
    }

.contact {
    width: 30%;
    text-align: left;
}

    .contact p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .contact address {
        font-style: normal;
        font-size: 15px;
        line-height: 1.6;
    }

.format1 {
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 18px;
    color: #083D16;
}




/*/*//*/*//**//**/

/*.topnav {
    overflow: hidden;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

        .topnav a.active {
            background-color: #04AA6D;
            color: white;
        }

    .topnav .icon {
        display: none;
    }*/