/* Place your CSS styles in this file */

body{
	 background-color: #ffffff;
	  font-family: Arial, Helvetica, sans-serif;
	 }
	*{
	box-zising: box-border;
	}
	
	header{
	text-align: center;
	background-color: #5d5553;
	padding: 20px;
	color: #ffffff;
	font-family: Helvetica;
	
	}
	.logo{
	width: 100px;
	position: absolute;
	left: 20px;
	top: 5px;	
}	

	ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	background-color: black;
	}
	
	li{
	float: left;
	}
	
	li a{
	display: block;
	color: white;
	padding:  14px 18px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #ddd;
	width: 65px;
	}
	
	li a:hover{
	background-color: #5d5553;
	color: orange;
	}
	
	h2{
		text-align: center;
		font-family: ;
		color: #6a696a;
		font-size: ;
	}
	h4{
		font-family: ;
		color: #5d5553;
		font-size: ;
		text-align: center;
	}
	
p{
line-height:1,5px;
}

.text{
	overflow: hidden;
	width: 95%;
	height: 400px;
	font-size: 11px 14px;
	background-color: #f1f1f1;
	color:black;
	margin:10px;
	padding: 5px 15px 5px 15px;
}
input[type=text] {
  width: 30%;
  padding:10px;
  margin: 3px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 2px solid #DF6B0B;
}
input[type=submit] {
  width: 30%;
  background-color: black;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover{
 background-color: #DF6B0B;
} 
.fa {
  padding: 15px;
  font-size: 12px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:;
} 

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: ;
  color: #f37814;
}
.fa-twitter {
  background: ;
  color: #f37814;
}
.fa-linkedin {
  background: ;
  color: #f37814;
}
.fa-youtube {
  background: ;
  color: #f37814;
}

.fol{
	text-align: center;
	color: white;
	font-size: 20px ;
}
footer{
	background-color: black;
	padding:25px;
	color:white;
	text-align: center;
	font-size: 14px ;
} 

