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

img {
  width: 100%; }

.fas.fa-comment.fa-4x.mr-4:hover {
  color: grey;
}

.logo {
  width: 80px; }

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

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

#showcase {
  background: url(../img/gård.jpg) no-repeat top center fixed;
  position: relative;
  min-height: 650px;
  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: 250px;
    width: 100%;
    border-radius: 6px;
    background: rgba(70, 67, 67, 0.8); }
#showcase2 {
  background: url(../img/delav.PNG) no-repeat top center fixed;
  position: relative;
  min-height: 650px;
  color: #fff;
  padding-top: 6rem; }
  #showcase2 .home-search {
    min-height: 400px;
    position: relative;
    border-radius: 5px; }
  #showcase2 .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 250px;
    border-radius: 6px;
    width: 100%;
    background: rgba(36, 36, 36, 0.8); }

#services {
  background: url(../img/building.jpg) no-repeat top 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(0, 0, 0, 0.8); }

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

#work {
  padding: 2rem 0;
  background: linear-gradient(180deg, rgb(114, 109, 106) 0%, rgb(126, 122, 122) 20%, rgb(99, 98, 97) 100%); }

.listing-preview a {
  position: relative; }
@media (min-width: 990px) {
  #ruak { display: none;}
}
@media (max-width: 991px) {
  #showcase {
    padding-top: 4rem; }
    #showcase h1 {
      font-size: 40px; }
  .hide-md-down {
    display: none; } 
  section#top-bar.p-3 {
    display: none;
  }}

@media (max-width: 768px) {
 
  #showcase {
    padding-top: 3rem; }
    #showcase h1 {
      font-size: 40px; }
  #showcase2 {
        padding-top: 3rem; }
    #showcase2 h1 {
          font-size: 40px; }
  #work, .display-4 {
    font-size: 35px; }
    /* #showcase p {
      display: none; } */
  #top-bar {
    text-align: center; }
    #top-bar .social {
      text-align: center !important; }
    #work, h4 {
      font-size: 1.0rem;
    } 
    #work, h2 {
      font-size: 35px;
    }}

@media (max-width: 576px) {
  #showcase h1 {
    font-size: 30px; }
  #showcase-inner h1 {
    font-size: 40px; } }
