@charset "utf-8";

body {
	background-color: white;
	padding: 0;
	margin: 0;
}

.container {
	width: 98%;
	background-color: white;
	border: 1px solid #585252 ;
	margin:auto;
} 

.main {
	background-color: white;
	min-height: 450px;
	padding: 2%;
	background-image: url( "../images/image_1.jpg");
	padding-bottom: 1%;
	color: aliceblue;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
}

.img1 {
	width: 60px;
	align-content: center;
	padding: 25%;
	justify-content: center;
	display: flex;
	
}

.img2 {
	width: 60px;
	align-content: center;
	padding: 25%;
	justify-content: center;
	display: flex;
}

.img3 {
	width: 60px;
	align-content: center;
	padding: 25%;
	justify-content: center;
	display: flex;
}

.box5{
	align-content: center;
	padding:10%;
	text-align: center;
	

	
	
}



.center{
	background-color: white;
	padding: 2%;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center
	
	
}

.para{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: center;
	
}

.row {

	background-color:white;
	display:flex;
	justify-content: center;
	align-items: center;
	
	
	
}



.box{
	padding: 10%;
	display: flex;
	gap: 15%;
	justify-content: center;
	box-sizing: border-box;
	

	
}

.final{
	background-color: white;
	min-height: 450px;
	padding: 20%;
	float:left;
	
	
}

.firstrow{

	margin-left: auto;
	margin-right: auto ;
	padding: 10%;
	display: flex;
	background: #F8C2E4;
}

.secondrow{

	margin-left: auto;
	margin-right: auto ;
	padding: 10%;
	display: flex;
	flex-direction: row-reverse;
	background: #F8C2E4;
}






p{
	display: inline;
}
.boxfinal{
	background-color: #F3C1DA;
}

.seconfinal{
	background-color: white;
	min-height: 450px;
	padding: 2%;
	float:right
	
}

.firstrowimg{
	padding: 2%;
	
	
}

.navi {
	list-style: none;
	display: flex;
	gap: 2%;
	align-items: center;
	justify-content: center;
	min-height: 98px; 
		
	
}
.navi a:link, a:active {
	color:black;
	text-decoration: none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	
}
.navi a:hover {
	color:orange;
	text-decoration: underline;
}
.navi a:visited {
	color: darkcyan
}

.final{
	padding: 1%;
}


footer {
	min-height: 200px;
	background-color:antiquewhite;
	min-width: 80%;
	margin: auto;
	align-content: center
}
p{
	text-align: justify
		
}