/* Gallery image uniform height */
.gallery-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
    color: #222;
    margin: 0;
}

.hero-section {
    height: 100vh;
    background: linear-gradient(135deg, #323232 0%, #fff 100%), url('../image/header.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    margin-top: -15px;
    border-top: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #f10000;
    font-weight: 700;
}

footer {
    font-size: 14px;
    background-color: #222;
    color: #fff;
}

.navbar, .footer {
    background-color: #222 !important;
    margin-bottom: 0;
    border-bottom: none;
}

.navbar-brand, .nav-link.active, .nav-link:hover {
    color: #f10000 !important;
}

.btn-danger, .btn-primary {
    background-color: #f10000 !important;
    border-color: #f10000 !important;
}
