/* CSS Document */

body{margin: 0;
background-color: #6698DD;
}
.home-header{
background-size: cover;
background-position: center;
padding-top: 10px;
}
.home-header h1{
text-align: center;
font-size: 3em;
margin-top: 0;
color: aliceblue;
}
nav ul li a{
text-decoration: none;
color: aliceblue;
background-color:#434343;
display: block;
text-align: center;
font-size: 130%;
}
nav ul li a:hover{
background-color: #4F5C85;
}
nav ul li{
flex: 1;
margin: 8px;
}
nav ul{
display: flex;
list-style: none;
padding-left: 0;
}

.project{
background-color: #151414;
display: flex;
}
.projecttext{
flex: 1;
}
.projecttext h2{
color: #F08C28;
text-align: center;
}
.projecttext p{
color:#E2E2E2;
text-align: center;
}
.team{
padding-left: 5em;
margin: 5px;
}
.team h2{
text-align: center;
}
.teaminformation{
display: flex;
}
.teaminformation2{
	display: flex;
}
.image1{
width: 30em;
height: 20em;
background-image: url("image/composting.jpg");
background-size: cover;
background-position: center;
flex: 1;
}
.Husainimage{
width: 10em;
height: 12em;
background-image: url("image/Husain Aldawood.jpg");
background-size: cover;
margin-left: 21.5em;
}
.Husain{
flex: 1;
}
.Husain h3{
padding-left: 1.5em;
padding-right: 4em;
text-align: center;
}
.Husain p{
padding-right: 4em;
}
.Connorimage{
width: 11em;
height: 11em;
background-image: url("image/Connor.jpg");
background-size: cover;
margin-left: 21.5em;
}
.Connor{
flex: 1;
}
.Connor h3{
padding-left: 1.5em;
padding-right: 4em;
text-align: center;
}
.Connor p{
padding-right: 4em;
}
.Hope{
flex: 1;
}
.Hopeimage{
width: 12em;
height: 12em;
background-image: url("image/Hope.jpg");
background-size: contain;
	margin-left: 21.5em;
}
.Hope h3{
padding-left: 1.5em;
padding-right: 4em;
text-align: center;
}
.Hope p{
padding-right: 4em;
}
.Shi{
flex: 1;
}
.Shiimage{
width: 12em;
height: 12em;
background-image: url("image/Shi Zhang.jpg");
background-size: cover;
margin-left: 21.5em;
}
.Shi h3{
padding-left: 1.5em;
padding-right: 4em;
text-align: center;
}
.Shi p{
padding-right: 4em;
}
.clientimage{
width: 20em;
height: 20em;
background-image: url("image/Dianne-McDonnell-ek.jpg");
background-size: cover;
background-position: center;
border-radius: 100%;
flex: 0.6;
}
.Client{
background-color:#2E2D2D;
}
.client{
display: flex;
padding-left: 2em;
}
.clientinfotmation{
flex: 0.8;
text-align: center;

}
.clientintroduction{
flex: 1;
text-align: center;

}
.clientintroduction p{
color: aliceblue;
	font-size: 1.5em;
}
.clientintroduction h3{
color: aliceblue;
font-size: 2.5em;
}
.clientinfotmation p{
	color: aliceblue;
	font-size: 1.5em;
}
.clientinfotmation h3{
	color: aliceblue;
	font-size: 2em;
}
.Client h4{
text-align: center;
background-color: #2E2D2D;
padding-left: 0;
	color: #8979F0;
	font-size: 2.5em;
}
.clientintroduction li{
padding-bottom: 30px;
}
