body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f8f9fa;
  line-height: 1.6;
}

.blog-header {
  background: url('/DQM_Background.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
}

main.bg-white {
  background-color: #fff;
  border-left: 1px solid #ddd;
  min-height: 100vh;
}

.sidebar {
  background-color: #4b0000;
  padding: 2rem 1rem;
  min-height: 100vh;
  color: #f5f5f5;
}

.sidebar .nav-link {
  color: #f8dcdc;
  font-weight: 500;
}
.sidebar .nav-link:hover {
  color: #ffffff;
}
.sidebar .social-icons a {
  font-size: 1.25rem;
  margin: 0 0.5rem;
  color: #f8f8f8;
}
.sidebar .social-icons a:hover {
  color: #ffa07a;
}

.blog-post h1 {
  font-family: 'Alfa Slab One', cursive;
  font-weight: 700;
  color: #333;
}

.post-meta .badge {
  background-color: #6c757d;
  font-size: 0.85rem;
}

a {
  color: DodgerBlue;
}
a:hover {
  color: Crimson;
  text-decoration: none;
}

.post-content p {
  margin-bottom: 1rem;
  font-family: 'Cabin', sans-serif;
  line-height: 1.6;
}

.post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 6px;
}

main .post-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
  border-radius: 6px;
}


.card h4 a {
  color: #333;
  text-decoration: none;
}
.card h4 a:hover {
  color: DodgerBlue;
  text-decoration: underline;
}
.card-text {
  font-size: 0.95rem;
  color: #555;
}

.badge-info {
  background-color: #17a2b8;
}
.badge-success {
  background-color: #28a745;
}
.badge-warning {
  background-color: #ffc107;
}

@media (max-width: 576px) {
  .blog-post h1 {
    font-size: 1.75rem;
  }
}
