body{


	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
#main-wrapper{
	overflow: hidden;
    position: relative;
}


.navbar{


	text-align: center;
	position: absolute;
	margin-top: 20px;
    margin:40px;
}

.navbar a{

    
	text-decoration:none;
	color: black;
	font-size: 17px;
	font-family: Tahoma;
	margin-left: 90px;
	border: 6px solid transparent;
	
	transition: 0.3s;
}

.navbar a: hover{text-decoration:none;
	background color: black;}
.head-content{
	text-align: center;
	width: 100%;
	
}
a:hover{

background-color:khaki;


}

.head-content img{

border-radius: 50%;
border: 2px solid #fff;
margin-top: 20px;
    
}

.head-content img:hover{

border: 2px solid #000;


}




.name{


	cursor: pointer;
	font-size: 30px;
	color: #fff;
	font-family: Algerian;
}

.desc{

	cursor: default;
	font-size: 30px;
	color: #fff;
	font-family: Harlow solid;
}




.About-section{

text-align: center;
font-size: 30px;
font-family:sans-serif;
background: #9ea0a3;

}


.About-section p{

font-size: 15;
font-family: roboto;
width: 1100px;
text-align: center;
margin: 0 auto;
padding: 5px;
color: green;

}


.Assignments-section{


	width: 100%;
	height: 600px;
	background:#9ea0a3;
	text-align: center;


}
.Assignments-section h2{

	text-decoration: underline;
	font-size: 30px;
	font-family: sans-serif;
}

.Assignments-section img{

	width: 300px;
	height: 300px;
	border: 2px solid transparent;
} 

.Assignments-section img:hover{


	border: 2px solid #fff;
	transition: 0.3s;
}



.contact-section{

	height: 56vh;
	background-color: gray;
	text-align: center;
}

.contact-section span{

	font-size: 30px;
	font-weight: bold;
	text-decoration:underline;
}


input{


	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 10px;
	border: 0;
	background:#50555b;

	color:#fff; 
}


textarea{


	border: 0;
	border-radius: 10px;
	height: 100px;
	width: 500px;
	background: #50555b;
	color: #fff;
	font-size: 20px;
	text-align: center;
}


.inp-name,.inp-mail{
  height: 50px;
  width: 500px;


}


.inp-msg{


	width: 500px;
	height: 100px;
}


input[type=text]{
text-align: center;
font-size: 20px;



}


.inp-btn{

  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;

border-radius: 50px;

}


.inp-btn{
background-color: darkkhaki;
transition: 0.3s;
    
}


.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 70px 70px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;

    
    cursor: pointer;
}

.button1 { 
  background-color: white; 
  color: black; 
    margin-left: auto
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
    margin-right: inherit;
}

.button2 {
  background-color: white; 
  color: black; 
    margin-right: auto;
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
    margin-right: inherit;
    
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}
.divider{ 
width:600px;
    height:auto;
    display:inline-block;}
.copyright{



	background-color: white;
	font-size: 20px;
	height: 50px;
	padding: 10px;
	text-align: center;
	color: #fff;
}



@media(max-width: 768px){


.navbar{


	display: none;
	position: fixed;
.navbar a{
display: block;
text-align: center;
padding: 10px;
}

.About-section p{

	width: 98%;
	padding: 0;
}

.Assignments-section img{

	height: 110px;
	width: 110px;
	display: block;
	margin: 0 auto;
} 
.inp.name,.inp-mail.inp-msg{

	width: 95%;

}
}





.Social {

display: block;
width: 10%;
border: 2px solid gray;
margin: 0 auto;
background: #ffffff;

}