@charset "UTF-8";
/* CSS Document */
h1 {line-height:48px!important;}
.property1-color {background-color:#b6bf82;}
.property2-color {background-color:#158da7;}

.property1-color-60 {background-color:rgba(182,191,130,0.60)}
.property2-color-60 {background-color:rgba(21,141,167,.60)}

.bg-property1 {background-image:url("../images/bg-arial-view.jpg"); background-size:cover;}
.bg-property2 {background-image:url("../images/bg-mom-daughter.jpg"); background-size:cover; background-position: right;}

.bg {background: rgb(182,191,130);
background: -moz-linear-gradient(left, rgba(182,191,130,1) 50%, rgba(21,141,167,1) 50%);
background: -webkit-linear-gradient(left, rgba(182,191,130,1) 50%,rgba(21,141,167,1) 50%);
background: linear-gradient(to right, rgba(182,191,130,1) 50%,rgba(21,141,167,1) 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6bf82', endColorstr='#158da7',GradientType=1 );
}

@media (min-width:768px) and (max-width:1004px) {
    .stretch {min-height:650px!important;}
}
