*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat Alternates', sans-serif;
}

.container{
	width: 724px;
	height: 100vh;	
margin-left:5%; }
.logo{
	width: 60px;
	margin-top: 5%;
	margin-left: 4%;
}
.nav{
	display: flex;
	height: 120px;
}
a{
	text-decoration: none;
	color: white;
}
.row{
 width: 100%; }
.one, .three{
	margin-left:30vh;
}
.two, .four{
	background: rgba(123, 156, 121, 0.98);
	width: 137.3%;}
.one{
 display: flex;
 margin-bottom: 48%;
}
#about div{
	display: flex;
}
.bg{
	border-radius: 80px;
	border: 3px solid white;
	width: 380px;
	height: 380px;
	margin-top: -150px;
	margin-left: 200px;
}

.bg2{
	border-radius: 100%;
	border: 3px solid white;
	width: 220px;
	height: 220px;
	margin-top: -120px;
	margin-left: 450px;
}
.logo{
	border-radius: 100%;
	border: 3px solid;
	width: 150px;
	height: 150px;
	margin-top: -5px;
	margin-left: 70%;
}
h1{
	font-size: 30pt;
	width: 400px;
	margin-left: 90%;
	margin-top: -58%;
	font-family: 'Montserrat Alternates', sans-serif;
}

#about h2{
	color: white;
	font-size: 30pt;
	text-align: center;
	padding-top: 10px;
}
#project h2{
	font-size: 30pt;
	text-align: center;
	padding-top: 10px;
}
#contact h2{
	color: white;
	font-size: 30pt;
	text-align: center;
	padding-top: 10px;
}
.bg3{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 20px;
	width: 320px;
	height: 320px;	
}

.bg4{
	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 20px;
	width: 320px;
	height: 320px;	
}
.font-text, .font-text1, .font-text2{
	color: lightgrey;
	font-size: 14pt;
	width: 700px
margin-top:50px;
	margin-right: 50px;
}
.font-text{
	text-align: center;
	margin-top:20px;
	margin-right:20px;
	margin-left: 50px;
	font-size: 16pt;
}
.font-text2{
text-align: justify;
}
.two div{
	display: flex;
	justify-content: space-evenly;
	padding-left: 20px; 
}
.icon{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.icon img{
	width: 125px;
	height: 125px;
	margin: 50px;
}
#email_img{
	border: 5px solid #fff;
	border-radius: 100%;
}
#contact h3{
	color: #fff;
	text-align: center;
	font-size: 20pt;
}
.number, .email_address{
	display: flex;
	justify-content: center;
}
.number p, .email_address p{
	text-align: center;
	color: #fff;
	margin: 50px;
}
#address iframe{
	margin-left: 32%;
	margin-top: 3%;
}
#phone_img:hover  #phone{
	display: none;
}
.shef{
	border-radius: 100%;
	width: 200px;
	border: 5px solid #fff;
}