.footer-distributed{
	
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	
	margin-top: 30px;
	height:270px;
	box-shadow: 0 0 20px rgba(139,69,19,1);
	
	
	
	
}

.footer-distributed .footer-left,
.footer-distributed .footer-center{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 32%;	
	height:200px;
	padding-left:1px;
	margin-left:35%;
	background:rgba(120, 109, 118, .7);
	position: relative;
	top:15%;
	z-index:1;
	font-size:85%;
	border: 2px solid black;
}

/* The company logo */



/* Footer links */

.footer-distributed .footer-links{
	color:  #000000;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}



/* Footer Center */

.footer-distributed .footer-center{
	padding-left:0.2%;
	padding-top:16px;
	width: 30%;
	height:200px;
	background:rgba(120, 109, 118, .7);
	position: relative;
	top:15%;
	margin-left:15px;
	border: 2px solid white;

}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: black;
	font-size: 100%;
	width: 10%;
	height: 10%;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 1px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:60%;
	
}










/* If you don't want the footer to be responsive, remove these media queries */

