@charset "UTF-8";

#housingNav {
	width:80%;
	margin: 4% auto;
	justify-content: center;
}

#housingNav li {
	width:100%;
	padding: 0 2%;
	text-align: center;
}

#housingNav li a {
	font-weight: bold;
	line-height: 2.4;
}

#housingNav li span {
	display:block;
	font-family: copperplate;
	border-top: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 3.1;
	margin-top: 2%;
	position: relative;
	padding-top: 4px;
}

#housingNav li span:after,#housingNav li span:before {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: -1px;
	width: 25%;
	border-top: 1px solid #fff;
}

#housingNav li span:after {
	left: 0;
}

#housingNav li span:before {
	right: 0;
}

#housingNav li.current span,#housingNav li a:hover span  {
	border-top: 5px solid #000;
	padding-top: 0;
}

#housingNav li.current span:after,#housingNav li.current span:before,#housingNav li a:hover span:after,#housingNav li a:hover span:before {
	top: -5px;
	border-top: 5px solid #fff;
}

#housingNav li:first-child img {
	width: 70%;
}

@media screen and ( max-width:1120px) {

	#housingNav {
		width: 100%;
	}	

}

@media screen and ( max-width:960px) {

	#housingNav {
		width: 100%;
		flex-wrap: wrap;
	}	
	#housingNav li {
		width: 32%;
	}


}

@media screen and (min-width:320px) and ( max-width:767px) { 
	 	
	#housingNav {
		width: 100%;
		margin: 6% auto;
	}

	#housingNav li {
		width: 50%;
		margin-bottom: 4%;
	}

	#housingNav li a {
		line-height: 2.6;
		font-size: 13px;
		
	}

	#housingNav li:first-child img {
		width: 55%;
	}

}
