/* CSS Document */
body{
	margin: 0;
	background-color: bisque
}
.banner-home{
	background-image:url("../image/istockphoto-921483282-612x612.jpg");
		
	    background-size: cover;
	     background-position: center;
}
.banner-home h1{
	text-align: center;
	font-size: 3em;
	margin-top: 0;
	color: orangered
}
nav ul li a{
	text-decoration: none;
	color: blue;
	background-color: #C9C9D1;
	display:block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
nav ul li a:hover{
	background-color: #5c85a8;
}
nav ul{
	list-style: none;
	padding-left: 0;
}
body h2{
	margin-left: 2em;
	
}
.image1{
	height: 21.4em;
	width: 25.5em;
	background-image: url("image/Wheelchair.PNG");
	background-size: cover;
	margin-left: 20px;
}
.body{
	display: flex;
}

.text{
	flex: 1;
	margin-left: 5em;
	margin-right: 5em;
	background-color: cornsilk
}
.text p{
	font-size: 1.5em;
}
.text2 p{
	font-size: 1.5em;
}
.body2{
	display: flex;
}
.text2{
	flex: 1;
	margin-left: 5em;
	margin-right: 5em;
	background-color: cornsilk
}
.image2{
	height: 33em;
	width: 25em;
	background-image: url("image/image.png");
	background-size: cover;
	margin-left: 20px;
}
.BOM{
	margin-top: 5em;
	margin-left: 5em;
}