body {
  font-family: Lato, sans-serif;
}
div#cookie_info {
  background: black;
  padding: 20px 0;
  color: #ccc;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin-bottom: -20px;
  display: none;
}
div#cookie_info > div {
  position: relative;
  width: 830px;
  text-align: justify;
  padding-right: 100px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 120%;
}
div#cookie_info a {
  color: #ccc;
}
div#cookie_info b {
  color: #fff;
}
section#home-page-top {
  background-color: #efefef;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0px 2px 2px #ccc;
}
section#home-page-top #contact-top-bar {
  background-color: #dedede;
  font-size: 1rem;
  text-align: right;
  padding: 0.4rem 0;
  border-bottom: 1px solid #cdcdcd;
}
section#home-page-top #contact-top-bar .phone-number {
  display: inline-block;
  margin-left: 1rem;
}
section#home-page-top #contact-top-bar .phone-number a {
  color: #212529;
}
section#home-page-top #home-page-banner {
  padding: 3rem 0;
  margin-bottom: 2rem;
}
section#home-page-top #home-page-banner h1 {
  font-weight: normal;
  text-align: center;
  font-family: Rowdies, sans-serif;
}
main.home-page-main {
  margin-bottom: 2rem;
}
main.home-page-main div.main-card {
  background-size: cover;
  border: 1px solid #cdcdcd;
  height: 20rem;
  position: relative;
  filter: grayscale(30%);
  transition: 500ms;
  margin-bottom: 2rem;
}
main.home-page-main div.main-card h2 {
  color: white;
  font-weight: normal;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
}
main.home-page-main div.main-card div.links {
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  position: absolute;
  color: white;
}
main.home-page-main div.main-card div.links a {
  color: white;
}
main.home-page-main div.main-card.apartments {
  background-image: url("../img/sample_flat.jpg");
}
main.home-page-main div.main-card.houses {
  background-image: url("../img/sample_house.jpg");
}
main.home-page-main div.main-card:hover {
  filter: none;
}
main.home-page-main .other-items {
  border: 1px solid #cccccc;
  padding: 1rem 1rem 0 1rem;
  color: #ddd;
}
main.home-page-main .other-items h6 {
  color: #212529;
}
main.home-page-main .other-items .item {
  margin-bottom: 1rem;
}
section#about-us {
  margin-bottom: 2rem;
  background-color: #f9f9f9;
  padding: 2rem 0;
}
/*# sourceMappingURL=client.css.map */