body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fdfdfd;
  color: #333;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  color: #111;
}

a {
  color: #dc3545;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.btn-primary {
  background-color: #dc3545;
  border: none;
}

.btn-primary:hover {
  background-color: #bb2d3b;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

footer {
  background-color: #fff;
  color: #eee;
  padding: 0.43rem 0;
  text-align: center;
  font-size: 10px;
}

footer a {
  color: #ffcccc;
  font-size: 11px;
}

footer a:hover {
  color: #ffffff;
  font-size: 11px;
}

.container {
  max-width: 1140px;
}


@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 1.2rem;
  }
}

h1.display-5 {
  font-size: 1.9em;
}


.navbar-nav .nav-link {
  font-weight: 400;
  color: #fff !important;
  padding: 1.75rem;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0.5px;
  margin-left: 40px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #222529 !important;
  border-bottom: 2px solid #dc3545;
  background-color: #f8f9fa;
  margin-left: 40px;
}

.mt-20 {
  margin-top: 20px;
}

.emergency-banner {
  width: 100%;
  height: 550px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000; /* fallback w razie niedopasowania proporcji */
}

.emergency-banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
  display: block;
}

@media (min-width: 769px) {
  .emergency-banner img {
    object-fit: cover;
    max-height: 550px;
  }
}

@media (max-width: 768px) {
  .emergency-banner {
    height: auto;
  }
}