	body { background-color: #f4f7f6; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
	.navbar { background-color: #2c3e50; }
	.hero-alert { border-left: 5px solid #dc3545; background-color: #fff; }
	.timer-card { background: linear-gradient(135deg, #212529 0%, #343a40 100%); }
	.section-title { color: #2c3e50; font-weight: 700; margin-bottom: 1.5rem; }
	.footer { padding: 3rem 0; background: #2c3e50; color: white; margin-top: 4rem; }

/* Keeps images consistent in cards */
.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover; /* This acts like a 'crop' so images don't stretch */
    background-color: #eee;
}

.object-fit-cover {
    object-fit: cover;
}

.hero-banner {
    position: relative;
    height: 600px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)),
                url("/images/galtees-view.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.hero-content {
    text-align: center;
}
    
/* For your news section title */
.section-title {
    font-size: 2.25rem; /* Equivalent to Bootstrap's h2 */
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #dc3545; /* Bootstrap danger red */
}
