/* css/main.css */
/* Global custom styles for the Midwest Multifamily Fund site */

:root {
  --brand-blue: #00407D;
  --brand-blue-dark: #003261;
}

/* Header logo on dark backgrounds */
.header-logo {
  height: 2rem;
  width: auto;
}

/* Parallax hero helpers */
.parallax {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Home hero background image */
.hero-home {
  background-image: url("/images/wangard-midwest-fund-locklyn-hero.jpg");
}

/* Strategy hero background image */
.hero-strategy {
  background-image: url("/images/wangard-midwest-fund-locklyn-pool.jpg");
}

/* Markets hero background image */
.hero-markets {
  background-image: url("/images/solhaven-the-commons-clubhouse-01.jpg");
}

/* Solhaven hero background image */
.hero-solhaven {
  background-image: url("/images/solhaven-the-commons-clubhouse-01.jpg");
}

/* Calculator hero background image */
.hero-calculator {
  background-image: url("/images/wangard-midwest-fund-locklyn-pool.jpg");
}

/* Solhaven brand logo for content sections */
.brand-logo {
  max-width: 220px; /* tweak as you like */
  width: 100%;
  height: auto;
  display: block;
}


/* Only use fixed attachment on larger screens where support is better */
@media (min-width: 1024px) {
  .parallax {
    background-attachment: fixed;
  }
}
