/*
Theme Name: SMALoan Theme
Author: Hootie
Description: Custom theme for SMALoan.com
Version: 1.0
Tags: bootstrap
*/

/* Hero Section Background */
.hero {
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: white;
  box-shadow: 0 0 400px rgba(0, 0, 0, 1) inset;
}

/* Footer Styling */
footer {
  background-color: #212529;
  color: rgb(177, 177, 177);
  padding: 10px 0;
}

/* Optional Spacing */
.section {
  padding: 80px 0;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  margin-bottom: 30px;
}

.ronellee-img {
  border-radius: 50%;
  max-width: 300px;
}

.lhi-logo {
  max-width: 150px;
}

.footer-links ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 5px;
}

.footer-links ul li a {
  text-decoration: none;
  color: rgb(177, 177, 177);
}
