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

img {
  width: 100%; }

.logo {
  width: 320px; }

.navbar {
  opacity: 0.9; }

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

.top0-row {
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  background: rgb(92, 92, 92);  
}

.top0-bot {
  width: 100%;
  height: 45px;
  align-items: center;

  background: rgb(200, 200, 200);
}
}

.top-row {
  width: 100%;
  height: 45px;
  align-items: center;
  position: relative;
  background: rgb(200, 200, 200);
}
}

.bot-row {
  width: 100%;
  height: 45px;
  position: relative;
  align-items: center;
  background: rgb(255, 255, 255);
}

.align-items-right {
  display: flex;
  align-items: center;  /*Aligns vertically center */
}

.align-items-center {
  display: flex;
  align-items: center;  /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}

.maxWidth {
       max-width:1200px;
}

#showcase {
  background-image: url(../img/building.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  min-height: 400px;
  color: #fff;
  padding-top: 4.5rem; }
  #showcase .home-search {
    min-height: 100px;
    position: relative;
    border-radius: 5px; }
    box-shadow: 5px 10px;
  #showcase .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100px;
    width: 100%;
    background: rgba(32, 134, 107, 0.8); }


#showcase_1 {
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  min-height: 360px;
  color: #fff;
  padding-top: 0.5rem; }
  #showcase_1 .home-search {
    min-height: 90px;
    position: relative;
    border-radius: 5px; }
    box-shadow: 5px 10px;
  #showcase_1 .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 90px;
    width: 100%;
    background: rgba(32, 134, 107, 0.8); }


#fondo_pantalla {
  background-image: url(../img/building.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  min-height: 400px;
  color: #fff;
  padding-top: 4rem; }
  #fondo_pantalla .home-search {
    min-height: 150px;
    position: relative;
    border-radius: 3px; }
  #fondo_pantalla .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 150px;
    width: 100%;
    background: rgba(51, 102, 204, 0.2); }

#services {
  background-image: url(../img/service.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 300px;
  position: relative;
  overflow: hidden; }
  #services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background: rgba(115, 115, 115, 0.5); }

#showcase-inner {
  background-image: url(../img/building.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 200px; }
  #showcase-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
     }
  #showcase-inner.showcase-search {
    min-height: 270px; }

#work {
  background-image: url(../img/service.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  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; } }

#map {
  height: 400px;
  width: 500px; }

.btn-fb {
  background-color: RoyalBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn-fb:hover {
  background-color: DodgerBlue;
}
