main {
    position:relative;
}
.landing-filter {
    /*
    background: url(/images/background/filter-02.jpg) 0 50% no-repeat #ccc;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
}
.landing-filter:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top:-30px;
}
.landing-filter>div{
    /*padding-top:13%;*/
}
.multiselect__tags {
    border-color: #999!important;
}
body{
    /*background: url(/images/background/filter-04.jpg) 50% 50% no-repeat #ccc;*/
   /* background: url(/images/background/background-flat.jpg) 50% 50% no-repeat #ccc;*/
    /*  background: url(/images/background/4.jpeg) 50% 50% no-repeat #ccc;*/
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 1024px;
 }
 main {
     /*min-height:50vh;*/
     min-height: 80vh!important;
 }
#app {
     height: 100vh;
}
#stats {
    background-color: #343a40bb!important; /*#ffffff;*/
    width: 100%;
    height: 170px;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    position: relative;
}
#openHouse {
    background-color: #ffffff99; /*#ffffff;*/
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
}
#openHouse>div {
    //margin: 0 auto;
    right: 45px;
    color: black;
    //font-weight: bold;
    font-size: .8rem;;
    position: absolute;
}
.statLinks {
    color: black;
    display: flex;
}
.statLinks>div {
    flex-basis: 14.28%;
    text-align:center;
    text-transform: uppercase;
    color: white
}
.statLinks>div>span {
    display:block;
    font-size: large;
    font-family: 'Raleway';
}
@media (max-width:586px) {
    .landing-filter>div {
        padding-top: 0;
    }
    .content-main {
        min-height: auto;
    }
    main {
        min-height: auto
    }
}

@media (max-width: 575px) {
    .statLinks>div {
        font-size: .6rem;
    }
}
.twentytwenty-handle {
    border-radius: 0!important;
}
.homePagePropertyText {
    color: white;
    text-align: right;
    /*text-shadow: 0.5px 0.5px 0.5px white;*/
}
.homePagePropertyLink:hover {
    color: white;
}
#emailDistributionExampleBlock {
    margin: 0px auto; width: 70%; box-shadow: rgb(136, 136, 136) 0px 0px 8px;
}