body {
    background-color: #f5f7fa;
    padding-top: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    width: 100%;
    max-width: 1080px;
}
.header {
    text-align: center;
    margin-bottom: 40px;
}

.header h1 {
    font-size: 2.8rem;
    font-weight: bold;
}

.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 20px;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.card-title {
    /*font-size: 1.5rem;*/
    color: #343a40;
}

.card-text {
    color: #6c757d;
}

.card-event-title{
    height: 85px
}
.card-event
{
    height: 100px;
}

.event-date {
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    background-color: #f7672b;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 10px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 4;
    overflow: hidden;
    background-color: #f0f0f0;
}

.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}
 table.t1{
     margin: 1em auto;
     border-collapse: collapse;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }
 .t1 th, .t1 td{
     padding: 4px 8px;
 }

 .t1 thead th {
     background-color: #f7672b;
     color: #ffffff;
     text-transform: lowercase;
     text-align: left;
     font-size: 15px;
 }

.t1 tbody tr:nth-child(odd) {
    background: #dbe5f0;
}
.t1 tbody th, .t1 tbody tr:nth-child(even) td {
    border-right: 1px solid #95b3d7;
    border-left: 1px solid #95b3d7;
}
.t1 tbody th, .t1 tbody tr:nth-child(odd) td {
    border-right: 1px solid #95b3d7;
    border-left: 1px solid #95b3d7;
}

.t1 tfoot th {
background: #4f81bd;
text-align: left;
font-weight: normal;
font-size: 10px;
color: #fff;
}

.btn-lg
{
    font-size: 2.0rem;
}