/* fund.css: ONLY overrides for the hero block. Keep global theme from common.css */

header.fund-hero{
  background:
    linear-gradient(rgba(0,0,0,.65),rgba(0,0,0,.75)),
    url("/brand/fon-fonda.jpg") center/cover no-repeat;
  color:#fff;
  padding:120px 20px;
  text-align:center;
  border-bottom:2px solid #e62e2e;
}

header.fund-hero .container{max-width:1000px;margin:0 auto}

header.fund-hero img.logo-main{
  max-width:180px;
  height:auto;
  margin-bottom:18px;
  filter:drop-shadow(0 0 18px rgba(0,0,0,.85));
}

header.fund-hero h1{
  font-size:42px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  text-shadow:0 6px 20px rgba(0,0,0,.55);
  margin:10px 0;
}

header.fund-hero .muted{
  opacity:.92;
}

header.fund-hero .actions .btn{
  text-transform:uppercase;
  font-weight:800;
}
