@charset "UTF-8";

.footer-wrap {
	color: white;
	width: 100%;
	background-color: #495f76;
}

.footer {
	width: 100%;
	padding: 40px 0;
	text-align: left;
	margin: 0 auto;
}

.footer p{
	margin: 0 20px;
}

.footer a{
	color: white;
}