body {
  background-image: url('/images/home.jpg');
  /* background-repeat: no-repeat; */
  background-position: center top;
  background-attachment: fixed;
}

header .navbar-brand {
  max-width: 50%;
}

header .navbar-brand img {
  max-height: 76px;
}

section {
  padding-top: 102px;
}

.footer-image {
  background-image: url('/images/ipx-retirement.png');
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.text-orange {
  color: #DFAB32
}

.btn-orange {
  color: white;
  background-color: #DFAB32;
  border-color: #DFAB32;
}


/*# sourceMappingURL=../app~f075b844.d3e5ac54d0d48d6c113a.bundle.map*/