footer
{
	bottom: 0;
	left: 0;
	right: 0;
	background: #e1ffb5;
	height: auto;
	width: 100%;
	color: black;
	box-shadow: 0 8px 6px 15px rgba(0,0,0,0.3);
}

.footer-content
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 249px;
}

.footer-content img
{
	max-width: 25%;
	max-height: 25%;
}

.footer-content h1
{
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 3rem;
}

.footer-content p
{
	max-width: 500px;
	margin: 10px auto;
	line-height: 28px;
	font-size: 14px;
}

.footer-content a
{
	text-decoration: none;
	opacity: 100%;
	color: black;
	transition: opacity 0.1s;
}

.footer-content a:hover
{
	opacity: 80%;
	transition: opacity 0.1s;
}

.footer-bottom
{
	border-top: 1px solid black;
	width: 100vw;
	height: 50px;
	text-align: center;
}

.footer-bottom p
{
	font-size: 14px;
	word-spacing: 2px;
	text-transform: capitalize;
}
