
:root{
    --primary_500: 12,37,84;
    --secondary_800: 12,37,84;
    --property-list-btn-color: 12,37,84;
    --property-view-overlay: 12,37,84;
}

.hero-splash-border {
    display: block;
    height: 5px;
    background-color: rgba(var(--primary_500));
}
#hero-splash {
    color: #fff;
}

/*
.btn-primary {
    color: #fff;
    background-color: rgba(12,37,84;
    border-color: 12,37,84;
} */

.navbar-rs-listing{
    background-color: rgb(12,37,84);
    padding-top: 15px;
    padding-bottom: 15px;
}

html.light-theme .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(4,5,5,0.1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

html.dark-theme .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.navbar-brand > img{
    height:50px;
}


.btn-request-appraisal{
    color: #fff;
    background-color: #C2362C;
    border-color: #C2362C;
}

.navbar-menu-items{
    padding: 20px;
    color: #fff;
}
.navbar-menu-items .nav li > a{
    color: #fff;
}

.agents-section {
    background-color: #fefefe;
}
.property-view .property-header h2{
    color: white;
}

/*
Moved to Site as using variables
.property-header{
    background: rgba(var(--primary_500));
    color: white;
}
.sub-header .price {
    color: rgba(var(--primary_500));
}
.sub-header .wrapper {
    border-bottom: 1px solid rgba(var(--primary_500));
}


.property-view h2{
    color: rgba(var(--primary_500));
}
*/


