.btn-secondary {
  color: #fff !important; 
}
img {
  width: 100%; 
}
.logo {
  width: 80px; 
}
.navbar {
  opacity: 0.9;
  text-transform: uppercase; 
}
.social a {
  margin-right: 0.4rem; 
}
#top-bar {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-weight: bold;
  font-size: 14px;
}
#showcase {
  background: url("../img/home_background.jpg") no-repeat center fixed;
  position: relative;
  min-height: 600px;
  color: #fff;
  padding-top: 6rem; 
}
  #showcase .home-search {
    min-height: 400px;
    position: relative;
    border-radius: 5px; 
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
}
#listings .card-img-top {
  width: 100%;
  height: 17vw;
  object-fit: cover;
}
#listing .thumbs img {
  width: 100%;
  height: 8vw;
  object-fit: cover;
}
#services {
  background: url("../img/services_back.jpg") no-repeat center fixed;
  min-height: 300px;
  position: relative;
  overflow: hidden; 
}
  #services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    /* background: rgba(32, 134, 107, 0.8);  */
}
#showcase-inner {
  background: url("../img/listings_header.jpg") no-repeat bottom fixed;
  position: relative;
  overflow: hidden;
  min-height: 230px; 
}
  #showcase-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    /* background: rgba(32, 134, 107, 0.8);  */
}
  #showcase-inner.showcase-search {
    min-height: 270px; 
}
#showcase-inner-listings {
  background: url("../img/listings_header.jpg") no-repeat bottom fixed;
  position: relative;
  min-height: 250px;
  color: #fff;
  padding-top: 6rem; 
}
  #showcase-inner-listings .home-search {
    position: relative;
    border-radius: 5px; 
    color: #000;
}
  #showcase-inner-listings.showcase-search {
    min-height: 270px; 
} 
#work {
  padding: 6rem 0; 
}
.listing-preview a {
  position: relative; 
}
@media (max-width: 991px) {
  #showcase {
    padding-top: 4rem; }
    #showcase h1 {
      font-size: 40px; }
  .hide-md-down {
    display: none; } }

@media (max-width: 768px) {
  #showcase {
    padding-top: 3rem; }
    #showcase h1 {
      font-size: 40px; }
    #showcase p {
      display: none; }
  #top-bar {
    text-align: center; }
    #top-bar .social {
      text-align: center !important; } }

@media (max-width: 576px) {
  #showcase h1 {
    font-size: 30px; }
  #showcase-inner h1 {
    font-size: 40px; } }
  #top-bar .phone,
  #top-bar .email {
    padding-bottom: 12px;
  }
  #top-bar .social {
    margin-right: 0.4rem;
  }

