/*Web1 final layout*/
body{
	font-family:arial;
}

main{
	width:992px;
	margin:0 auto;
	padding:0 20px;
}

/*page1, index*/

.navigation{
	width:100%;
	height:20px;
	padding:20px;
	text-align:center;
	background-color:#f2f2f2;
}

.navigation a{
	width:40%;
	margin:0 20px;
	padding:10px;
	font-weight:bold;
}

.herobox{
	width:992px;
	height:400px;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url("../img/picture.jpg");
	margin-bottom:60px;
	
}

.hero a{
	color:#002b80;
	font-size:21px;
	text-decoration:none;
	padding:8px 20px;
	margin:0 10px;;
	font-weight:bold;
	margin-top:20px;
}

.hero{
	width:50%;
	padding:80px;
	text-align:center;
	margin:20px auto;
}

.hero h1{
	font-size:48px;
	font-weight:bold;
}

.text{
	font-size:28px
	font-weight:bold;
	text-align:center;
}

.picture{
	width:100%;
	height:400px;
	text-align:center;
	padding: 20px 0;
}

.picture img{
	width:25%;
	height:300px;
	object-fit:cover;
	display:float;
	margin:30px 30px;
}

.learnmore{
	width:10%;
	height:30px;
	text-align:center;
	padding:10px 0;
	font-weight:bold;
	font-size:20px;
	background-color:#e6e6e6;
	margin:20px auto;
	text-decoration:none;
	color:black;
}


.onepicture{
	width:100%;
	height:400px;
	text-align:center;
	padding: 20px 0;
	display:flex;
	background-color:#595959;
}

.picturebox{
	width:60%;
	height:300px;
	object-fit:cover;
	padding:20px;
}

.onepicture img{
	width:100%;
	height:300px;
	object-fit:cover;
	padding:20px;
	
}

.textbox{
	width:20%;
	height:300px;
	margin:0 auto;
	padding:35px;
}

.textbox h2{
	font-size:24px;
	text-align:left;
	
}

.textbox p{
	font-size:14px;
	text-align:left;
}

.textbox a{
	font-size:21px;
	text-decoration:none;
	padding:8px 20px;
	font-weight:bold;
	gap:5px;
	margin-top:30px;
	margin-left:30px;		
}

.yydesign{
	width:100%;
	height:40px;
	padding:5px;
	text-align:center;
	background-color:#f2f2f2;
	margin-top:40px;
}
/*page1, index,end*/


/*page2*/
/*picture and heading*/
.pictureone{
	width:100%;
	height:280px;
	text-align:center;
	padding: 20px 0;
	display:flex;
}

.pictureonebox{
	width:50%;
	height:200px;
	object-fit:cover;
	padding:20px;
}

.pictureone img{
	width:100%;
	height:200px;
	object-fit:cover;
	padding:20px;
}

.pictureone a{
	margin-top:80px;
	margin:0 20px;
}

.pictureonetextbox{
	width:50%;
	height:200px;
	margin:0 auto;
	padding:35px;
	display:inline-block;
}

.pictureonetextbox h2{
	margin-top:80px;
}
/*picture and heading, end*/

/*roundpicture*/
.picturetwo{
	width:100%;
	height:300px;
	text-align:center;
	padding: 20px 0;
	display:flex;
	background-color:#595959;
	margin-bottom:60px;
}

.picturetwobox{
	width:400px;
	height:200px;
	object-fit:cover;
	padding:20px;
}

.picturetwo img{
	width:200px;
	height:200px;
	object-fit:cover;
	padding:20px;
	border-radius:50%
}

.textbox{
	width:60%;
	height:300px;
	margin:0 auto;
	padding:35px;
	
}

.textbox h2{
	font-size:24px;
	text-align:left;
	margin-left:25px;
	
}

.textbox p{
	font-size:14px;
	text-align:left;
	margin-left:25px;
	margin-bottom:30px;
}

.textbox a{
	font-size:16px;
	text-decoration:none;
	padding:8px 20px;
	font-weight:bold;
	margin-top:30px;
	margin-right:500px;
}


.box2{
	width:100%;
	height:300px;
	text-align:center;
	padding: 20px 0;
}
/*roundpicture, end*/

/*manypictures*/
.picture1{
	width:100%;
	height:150px;
	text-align:center;
	padding:20px 0;
}

.picture1 img{
	width:25%;
	height:150px;
	object-fit:cover;
	display:float;
	margin:10px 10px;
}

.picture2{
	width:100%;
	height:150px;
	text-align:center;
}

.picture2 img{
	width:38.5%;
	height:150px;
	object-fit:cover;
	display:float;
	margin:10px 10px;
}

.picture3{
	width:100%;
	height:200px;
	text-align:center;
	margin-bottom:30px;
}

.picture3 img{
	width:18%;
	height:200px;
	object-fit:cover;
	display:float;
	margin:10px 10px;
}

.button{
	width:10%;
	height:20px;
	text-align:center;
	padding:5px 0;
	font-weight:bold;
	font-size:14px;
	margin:10px auto;
	text-decoration:none;
	color:black;
	display:flex;
	gap:20px;
}
/*manypictures,end*/

/*page2,end*/


