/*

/asset/css/Airstair.css

*/

#airstairBdy {
	
/*	background-color: rgba(225, 225, 225, 0.8); */
	background-blend-mode: lighten; /* Or 'screen', 'overlay', 'soft-light' */
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;

}

/* for some reason the washed out background is not working with Firefox. */

#airstairGrd {
	
	display: grid;
	grid-template-columns: auto;
	padding-bottom: 50px;
/*	background-color: orange; */
	
}

.airstairRw {
	
	display: grid;
/*	background-color: green; */
	
}

.featureRw {
	
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 50px;
	width: 60%;
	max-width: 700px;
	
}

.backnumberRw {
	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 15px;
	padding-bottom: 20px;
	margin: 0 auto;
	width: 60%;
	max-width: 700px;
	
}

.featureImg {
	
	width: 100%;
	
}

.backnumberImg {
	
	width: 100%;
	padding-bottom: 15px;
	
}