article {
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
  color: #2d3e50;
}

article header {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

article header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  /*color: #2d3e50;*/
  color: #506882;
}

article header p {
  font-size: 0.9rem;
  color: #6c757d;
}

article section {
  padding: 2rem 1rem !important;
}

article section p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

article section h2, article section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #003366;
}

article section h2 {
  font-size: 1.4rem;
}

article section h3 {
  font-size: 1.2rem;
}

article section a {
  color: #0057a0;
  color: #a0000b;
  text-decoration: underline;
}

article section a:hover {
  color: #002f5e;
}

article section img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin: 1.5rem 0;
}

article footer {
  margin-top: 3rem;
  border-top: 1px solid #dee2e6;
  padding-top: 1.5rem;
  text-align: center;
}

article footer a {
  color: #6c757d;
  font-size: 0.9rem;
  text-decoration: none;
}

article footer a:hover {
  text-decoration: underline;
  color: #2d3e50;
}

article footer .btn {
  margin-top: 1rem;
}

.featured-article {
  /* background-color: #f8f9fa;
    background-color: #1962ac!important;*/
  background-color: #e1edf9 !important;
  padding: 2rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  border-left: 5px solid #7a8289;
  margin-bottom: 3rem;
}

.featured-article h2 {
  font-size: 1.25rem;
}

.featured-article h2 a {
  color: #003366;
  text-decoration: none;
}

.featured-article h2 a:hover {
  color: #0057a0;
}

.featured-article p {
  font-size: 0.95rem;
  color: #555;
}

.featured-article .btn {
  margin-top: 0.5rem;
}

.luma-article-card {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.luma-article-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}

.luma-article-card h2 a {
  color: #003366;
  text-decoration: none;
}

.luma-article-card h2 a:hover {
  color: #0057a0;
}

.luma-article-card .luma-article-excerpt {
  font-size: 0.95rem;
  color: #6c757d;
}
