:root {
    /*--bg-primary: #018942;*/
    /*--border-primary: #00800D;*/
    /*--hover-primary: #3e9c40;*/

    --bg-color: #f3f6fc;
    --bg-table-color: #dee1ff;
    --bg-primary: #002e81;
    --border-primary: #003c9d;
    --hover-primary: #0041a8;
    --text-hover-primary: #004fbe;
    --button-color: #0e2848;
    --button-color-hover: #2d4f79;
}

.col-image {
    width: 100%;
    aspect-ratio: 3/2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-fit {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.content-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
}

.content-img img {
    width: 100%;
}

.content-text {
    box-sizing: border-box;
}

.image-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.image-group-item {
    flex: 1 1 48%;
    box-sizing: border-box;
    text-align: center;
}

.image-group-item img {
    width: 100%;
    height: 100%;
}

.activity-wrapper {
    margin-bottom: 80px;
}

.activity-main {
    width:100%;
    margin:0 auto;
    text-align: center;
}

.activity-main-short {
    width:80%;
}

.activity-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-link {
    width: auto;
    text-align: center;
}

.activity-img {
    width: 100%;
    aspect-ratio: 5/4;
    flex: 1 1 calc(33.33% - 10px);
    box-sizing: border-box;
    margin: 5px;
    text-align: center;
}

.activity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-frame iframe {
    width: 100%;
    aspect-ratio: 7/4;
}

.info-footer-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-footer {
    margin-top: 60px;
    max-width: 1200px;
    padding: 10px 30px;
}

.logo-title-text {
    font-size: 1.4rem;
}

.menu-text a {
    font-size: 1.2rem;
}

.table3 {
    font-size: 1.3rem;
}

.table3 tbody tr td {
    padding: 15px 20px;
}

@media (max-width: 600px) {
    .activity-wrapper {
        margin-bottom: 60px;
    }

    .image-group-item {
        flex: 1 1 100%;
    }

    .activity-img {
        flex: 1 1 100%;
        height: auto;
    }

    .info-footer {
        max-width: 100%;
    }

    .content-fit {
        display: block;
    }

    .logo-title-text {
        font-size: 1.3rem;
    }

    .menu-text a {
        font-size: 1.1rem;
    }

    .table3 {
        font-size: 1.1rem;
    }
}
