/* CSS Document */
body{
	margin: 0;
	background-color: bisque
}
.head{
	padding-bottom: 1px;
}
.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;
}
nav ul li a:{
	background-color: #5c85a8;
}
nav ul{
	list-style: none;

}
.team{
	display: flex;
	margin-top: 0;
}
.image-one{
	text-align: center;
	padding: 0 20px;
}	

.feature-images{
	display: flex;
}
.image-one{
	flex: 1
}
nav ul{
	display: flex;
}
nav ul li{
	flex: 1;
	margin: 6px;
}
.art-one-home-img1{
	width: 20em;
	height: 20em;
	background-image: url("image/Trevas-David-sized-ek-300x300.jpg");
	background-size: cover;
	flex: 0.6;
	margin-left: 20px;
}
.p1{
	flex: 0.5;
	text-align: center;
	margin-top: 5em;
}
.p2{
	flex: 1;
	text-align: center;
	margin-top: 5em;
}
.article{
	display: flex;
}
.article p{
	flex: 1;
}
.feature-images{
	display: flex;
}
.ISM{
	weight:10em;
	height:30em;
	background-image:url("image/Simeng.PNG");
	background-size: cover;
}
.IJL{
	weight:10em;
	height:30em;
	background-image:url("image/Jialan.PNG");
	background-size: cover;
}
.IJX{
	weight:10em;
	height:30em;
	background-image:url("image/Jiaxin.PNG");
	background-size: cover;
}
.IZK{
	weight:10em;
	height:30em;
	background-image:url("image/Zhenkai.PNG");
	background-size: cover;
}
.IHR{
	weight:10em;
	height:30em;
	background-image:url("image/Haoran.PNG");
	background-size: cover;
}
.SM{
	padding-left: 4em;
	flex:1;
}
.JL{
	padding-left: 4em;
	flex:1;
}
.JX{
	padding-left: 4em;
	flex:1;
}
.ZK{
	padding-left: 4em;
	flex:1;
}
.HR{
	padding-left: 4em;
	flex:1;
}