body {
  background-image: url("/../images/contact-bg.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.content-box {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 50px 0;
  margin-top: 90px;
  margin-bottom: 80px; }

header + section {
  min-height: calc(100vh - 200px);
  padding: 0 0 100px; }

.purchase-box h1 {
  font-size: 25px;
  margin: 0 0 24px;
  padding: 0 0 2px;
  border-bottom: 1px solid #aaa; }

.purchase-box ul > li a {
  padding: 20px;
  border: 1px solid #aaa;
  font-size: 16px;
  display: block;
  float: left;
  width: calc(100% / 5 - 2%);
  text-align: center;
  margin: 1%;
  border-radius: 8px; }
  .purchase-box ul > li a:hover {
    background-color: #555; }

/*# sourceMappingURL=house_purchase.css.map*/