
.background_wrapper{
    background: url("https://investors.pikestreetcapital.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NTUzNywicHVyIjoiYmxvYl9pZCJ9fQ==--816f252904884af00bab5f1fe597f3a593b27cee/Seattle%20skyline%20homepage%20photo.jpg") no-repeat center center fixed;
}

.nav-logo {
    background: transparent url("/public/setting_logo/website_logo") no-repeat 0 center;
}

.button-blue {
    background-color: #337FCC !important;
}

/* was button-blue but became btn-fill-blue */
.btn-fill-blue, .btn-blue {
    background-color: #337FCC !important;
}

.property-status.completed {
    background: #5DD078;
}

.property-status-following{
    background: #474BEA;
}

.property_card .card_image .property-status.current_opportunity {
  background: #f37253;
}

.funding_bar {
  background-color: #337FCC !important;
}

