/* Blog Content Styling */
#xcontent {
  color: #000; /* base text is black */
}

h1.entry-title {
    font-weight: bold !important;
    font-size: 40px !important;
color: #251c59 !important;
}

#xcontent h2 {
  padding: 0;
font-weight: bold;
color: #251c59 !important;
font-size: 32px !important;
}

#xcontent h3 {
  padding: 0;
font-weight: bold;
color: #251c59 !important;
font-size: 28px !important;
}

#xcontent h4 {
  padding: 0;
font-weight: bold;
color: #251c59 !important;
font-size: 22px !important;
}

/* All Headings */
#xcontent h1,
#xcontent h2,
#xcontent h3,
#xcontent h4,
#xcontent h5,
#xcontent h6 {
  color: #251c59;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
font-family: 'Source Sans Pro', sans-serif !important;
}

/* Paragraphs */
#xcontent p {
  color: #000;
  font-weight: normal;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 1em;
}

/* Inline links ONLY inside paragraphs */
#xcontent p a {
  color: blue;
  text-decoration: underline;
}

#xcontent p a:hover {
  text-decoration: none;
}

/* Button Style */
#xcontent .btn {
  display: inline-block;
  background-color: #251c59;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

/* Hover state */
#xcontent .btn:hover {
  background-color: #1d1547; /* slightly darker shade */
}
