/* Change all headings to Dark Green */
h1, h2, h3, h4, h5, h6 {
  color: darkgreen;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: darkgreen;
}
/* Change Container to match */
.container-header {
  background-color: darkgreen;
  background-image: none;
}
/* Same for top bar */
.container-topbar {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto

/* Put dividing lines between items 
.article_ seperator {
border-top: 1px solid #000000;
display: block;
width: 95%;
margin-left: 10px;
margin-top: 10px;
}*/ 

/* Remove the "foot" or underline from social icons */
.social-icons a {
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important; /* Some Joomla styles use shadow for underlines */
    outline: none;
}

/* Ensure the icon itself doesn't have an underline */
.social-icons a .fab {
    text-decoration: none !important;
    display: inline-block;
}