*{
	margin: 0px;
}
.d1{
	width: 100%;
	height: 300px;
/*	border: 1px solid white;*/
	display: flex;
	justify-content: right;
	align-items: center;
	background-color: #F0EBEF;
	background: url(back1.jpg);
	background-size: 100% 210%;
}

.img1{
	width: 30%;
	height: 100%;
	margin: 0 100px 0 0;
}

.d2{
	width: 100%;
	height: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(back.jpeg);
	background-size: 100% 100%;
}

.h21{
	margin: 5px 0;
	font-style: italic;
	text-align: center;
}

.d21{
	width: 70%;
	height: 600px;
/*	border: 1px solid black;*/
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
}
.d211{
	width: 31%;
	height: 30%;
	background: rgba(240,235,239, 0.8);
	border: 1px solid rgba(240,235,239, 1.0);
	border-radius: 4%;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: transform .5s;
}
.d211:hover{
	transform: scale(1.2) ;
}
.img211{
	width: 30%;
	height: 40%;
}
.d211h1{
	font-size: 18px;
	font-style: italic;
	text-align: center;
	margin: 5px 0 15px;
}

.d3{
	width: 100%;
	height: 300px;
	background: #F0EBEF;
	display: flex;
	flex-direction: column;
/*	justify-content: center;*/
	align-items: center;
}
.h31{
	margin: 0 0 20px;
}
.d3p1{
	margin: 5px;
	font-size: 18px;
	font-style: italic;	
}