/* 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: ;
	}
	h3{
		font-family: ;
		color: #5d5553;
		font-size: 20px;
	}
	
	/* Float four columns side by side */
.column {
  float: left;
  width: 30%;
  padding: 0 10px;
 font-family: Arial;
 font-size: 15px;
 
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}


.colum {
  float: left;
  width: 90%;
  padding: 0 10px;
 
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .colum {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: Arial;
    font-size: 15px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #F37713;
}
p{
line-height:3px;	
}
.button{
margin: 0;
	position: relative;
	border-radius:15px;
	border: 3px solid black;
	padding:5px;
	background-color:;
	color:black;
	font-size: 8px 10px;
	cursor: pointer;
	}
	.button:hover{
	background-color:#F37915;
	color:white;
	}

 .space {
text-indent: 5em;
  margin: 50px;   
}

.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 ;
} 

