.footer-distributed{
	background-color: #030D1E;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;
	margin-top: 80px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
}

.footer-distributed .footer-left p{
	font-weight: normal;
	font-size: 15px;
	color: #9D9D9D;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 50px;
	padding-left: 50px;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size: 13px;
	color: #9d9d9d;
	margin: 0 0 10px;
	padding-bottom: 0;
	padding-left: 5%;
	padding-right: 0;
	padding-top: 0;
}

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

.footer-distributed .footer-right{
	float: right;
	max-width: none;
	min-width: 27%;
	font-weight: 300;
	font-size: 13px;
	color: #9D9D9D;
	padding-bottom: 2px;
	padding-top: 2px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	font-size: 11px;
	color: #CCCCCC;
	margin-left: 3px;
}

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

@media (max-width: 600px) {

	.footer-distributed .footer-left{
	text-align: center;
	font-size: 8px;
	}
	.footer-distributed .footer-right{
	text-align: center;
	font-size: 7px;
	}

	.footer-distributed .footer-right{
	float: none;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
