<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-secondary {
  color: #fff !important; }

img {
  width: 100%; }

.logo {
  width: 80px; }

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

.nav-link {
  color: #fff !important;
}

.btn-primary {
  background-color: #1b4488 !important;
}
.social a {
  margin-right: 0.4rem; }

#showcase {
  background: url(../img/showcase.jpg) no-repeat top center fixed/cover;
  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: 400px;
    width: 100%;
    background: #10284e; }

#services {
  background: url(../img/building.jpg) no-repeat top center fixed/cover;
  /* min-height: 300px; */
  position: relative;
  overflow: hidden; }
  #services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%;
    background-color: #10284e; }

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

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

.admin-container {
  background-color: #ededed;
}

.admin-list {
  background-color: #ededed;
}

.navbar-dark {
  background-color: #000 !important;
}

.description-container {
  padding: 10px;
}

/* Container holding the image and the text */
.img-container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 75%;
}

/* Bottom left text */
.top-left {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.home-images {
  max-width: 100%;
  max-height: 100%;
}

.card-img {
    width: 100%!important;
    height:300px!important;
    object-fit: cover;
}

.img-main {
    width: 100%!important;
    height:100%!important;
    object-fit: cover;
}

.img-main-text {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2px;
}

.img-main-text-listing {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 2px;

}

.adminheader {
  background-color: #1b4488;
  border-radius: 0.25rem;
}

.non-current-3day {
  background-color: #f5ab22!important;
}

.non-current-late {
  background-color: #faa916!important;
}

.non-current-evicting {
  background-color: rgba(150, 3, 25)!important;
}

.noi-list-group {
  font-size: 1em;
}

.table-bold {
  font-weight: bold;
}

.fas {
  color: rgba(150, 3, 25);
}

.breadcrumb  {
  background-color: #fff ;
}

.user-dashboard-header {
  color: rgba(150, 3, 25);
}
</pre></body></html>