.logo-font {
	font-family: 'Michroma', sans-serif;
	}


@media (max-width: 576px) {
.container {
    width: 540px;
    max-width: 100%;
}
.cover-1 h1 {
    font-weight: 200;
    font-size: 2rem;	
}
}
@media (max-width: 310px) {
.container {
    width: 250px;
    max-width: 100%;
}
.cover-1 h1 {
    font-weight: 200;
    font-size: 1.6rem;	
}
.cover-1 h2 {
    font-weight: 200;
    font-size: 0.6rem;	
}
}

.navbar-light {
		background-color:#FFF;
	    border-bottom: none;
		}
.cover-1 {
	padding-top: 5rem;
	}
.navbar-toggler-right {
    right: 1rem;	
}
a.dropdown-link {
	color: #292b2c;
	}
.cta-3 .container h2, .cta-3 .container .lead  {
	color: #292b2c;
	}	
/*
	nav {max-width:1440px;}
*/
.condo-listings .col-md-6 .title ul.top {
    background: #d3d5d6;
	width:100%;
	float:left;
}
.condo-listings .col-md-6 .title ul.bottom {
    background: #d3d5d6;
	width:100%;
	float:right;
}
.condo-listings .col-md-6 .title ul li.start {
    display: none;
}
    
.condo-listings .col-md-6 .title ul li {
    float: left;
    margin: 0;
    padding: 0 0.5rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    background: #d3d5d6;
    height: 37px;
    list-style: none;
    line-height: 37px;
    color: #383838;
}
.condo-listings .col-md-6 .title ul li #save {
    font-size: 1rem;
}
.condo-listings .col-md-6 .title ul li.sep {
    background: url(../images/sepli.png) no-repeat center center #d3d5d6;
    width: 22px;
    padding: 0;
}
.condo-listings .col-md-6 .title ul li.end {
    background: url(../images/sepli1.jpg) no-repeat center center;
    width: 22px;
    padding: 0;
    margin-left: -1px;	
}
.condo-listings .col-md-6 .title ul li.last {
    background: #d3d5d6;
}
#saturation:hover {
	-webkit-filter: contrast(150%);
    filter: contrast(150%);	
	}
#save {
    color: #383838;	
	text-decoration: none;
	font-weight:700;		
	}	
#save:hover {
	color: red;	
	text-decoration: none;		
	}
a.saved-red {
    color: #F08080;	
	text-decoration: none;
	font-weight:700;		
	}	
a.saved-red:hover {
	color: red;	
	text-decoration: none;		
	}	
#proceed {
	border-bottom: 1px black solid;			
	}
#proceed i {
		color: #696b6e;		
	}
#proceed:hover, #proceed:hover i {
	color: red;	
	text-decoration: none;		
	}	
.row-images	{
	padding-right: 0px !important;
    padding-left: 0px !important; 
	}
.gray-text	{
	color: #696b6e !important;
}
	
/**
 * Progress bars with centered text
 */
     /**
      * Progress bars with centered text
      */
     .progress span {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
		color: black;
		font-weight:600;
     }

     /* Not required - fixes text spacing a little since we move the span element. Tweak to your own needs */
     .progress {
        height: 1.0rem;
        line-height: 1.0rem;
     }
.badge	{
	font-size: 100% !important;
}
.badge-pill	{
	border-radius: 0.5rem !important;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;