/* .btn-secondary {
  color: #fff !important; } */

img {
  width: 100%; }

.logo {
  width: 80px; }

.navbar {
  opacity: 0.9;
  text-transform: uppercase; }

.social a {
  margin-right: 0.4rem; }

#showcase {
  background: url(../img/showcase.jpg) no-repeat top center;
  position: relative;
  min-width: 980px;
  min-height: 620px;
  color: #fff;
  padding-top: 6rem; }
  #showcase .home-search {
    min-height: 400px;
    position: relative;
    border-radius: 5px; }
  #showcase .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
    width: 100%;
    background: rgba(51, 51, 51, 0.8); }

#services {
  background: url(../img/building.jpg) no-repeat top center/ cover 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/building.jpg) no-repeat top center/ cover fixed;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 25px;   
  padding-bottom: 20px; 
  /* min-height: 92px;  */
}
  #showcase-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(255, 170, 157, 1) 35%, rgba(247, 181, 131, 1) 65%, rgba(216, 194, 121, 1) 100%);

    /* background: rgba(32, 134, 107, 0.8); */
   }
  #showcase-inner.showcase-search {
    min-height: 270px; }

#work {
  padding: 6rem 0; }

.listing-preview a {
  position: relative; }

/* Custom button styling */
.btn {
  font-size: 1.2rem !important;
}

@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; } }

/* Centered navbar styles */
.navbar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.navbar-brand {
  margin-right: auto;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.left-btn-group {
  margin: 0 0.5rem;
}

.right-btn-group {
  margin-left: auto;
}
