.footer-padding {
	padding-bottom: 70px;
}

.footer {
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: #1abc9c;
}

.footer p {
	margin-top: 20px;
	font-size: 12px;
    color: #fff;
}

.footer h4 {
    position: relative;
    bottom: 1rem;
    color: #fff;
}
