img {
    max-width: 100%;
}
.hero{
	background-image: url(../images/hero/hero.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 350px;
}
.h-22 {
    font-size: 36px;
    line-height: 48px;
}
.img-rendering{
	margin-bottom: 5px;
}
.carousel-indicators{
	bottom: 0!important;
}
.carousel-indicators .active,
.carousel-indicators li{
	padding-bottom: 0!important;
}

.glenway-house-name-wrapper{
	margin-bottom: 150px;
}
.glenway-house-name{
	float: left;
	display: table-row;
	vertical-align:middle;
	background-color: #032f5b;
	transition: .5s all ease-in-out;
	border: 1px solid #FFF;
	padding: 5px 0;
}
.glenway-house-name a{
	color: #FFF;
	font-size: 12px;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 20px;
}
.glenway-house-name:hover,
.glenway-house-name:hover a{
	background-color: #666;
	color: #FFF;
	transition: .5s all ease-in-out;
}
.glenway-sqft{
	font-size: 12px;
}
.col-25{
	width: 25%;
}
.col-33{
	width: 33.33%;
}
.col-20{
	width: 20%;
}
.img-download-brochure {
    padding-left: 15px;
}

@media(max-width: 425px ){
	.glenway-house-name a{
		font-size: 10px;
	}
	.glenway-sqft{
		font-size: 9px;
}
}
