* { color: rgba(0,0,0,0.75); text-shadow: none; }
.fa { padding: 5px; display: inline-block; }
/*body { background: url('../img/sample.jpg') no-repeat; background-size: contain; background-position: 0% 25%; }*/
a { text-decoration: none; }
span { color: var(--b2); }

li { list-style: none; text-indent: 5px; }

.footer { background: var(--b1); }
.footer * {color: var(--w1); }
.enble { background: var(--c43) !important; }

/* Custom Footer Styles */
.footer-simple {
  background-color: #000; /* Black background */
  color: #fff !important; /* White text, make it important to override */
  text-align: center; /* Centered text */
  padding: 20px 0; /* Add some vertical padding */
  margin-top: 40px; /* Add space above the footer */
  width: 100%;
}

.footer-simple p {
  margin: 5px 0; /* Space out the two lines of text */
  color: #fff !important; /* Ensure paragraph text is white */
}

.footer-simple a {
  color: #4db8ff !important; /* A nice blue for links, make it important */
  text-decoration: none; /* No underlines */
}

.footer-simple a:hover {
  text-decoration: underline; /* Underline on hover for clarity */
}