
/*
Theme Name: LeSolace Mortgage Theme
Theme URI: https://lesolace.com
Author: LeSolace
Author URI: https://lesolace.com
Description: A professional mortgage brokerage theme for residential and commercial solutions.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lesolace-mortgage
*/

body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
header, footer {
  background-color: #000;
  color: #fff;
  padding: 1rem;
}
nav a {
  color: #fff;
  margin: 0 1rem;
  text-decoration: none;
}
main {
  padding: 2rem;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.team-member {
  text-align: center;
}
.team-member img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  max-width: 200px;
  margin-bottom: 1rem;
}
