/* Write styles for the block here */

footer {
	background-color: #011f27;
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	margin-top: auto;
}

footer h2 {
	color: #8cf504;
}

footer a {
	color: #8cf504;
	text-decoration: none;
	margin: 0 10px;
}

footer a:hover {
	text-decoration: underline;
}

.footer-links {
	margin: 20px 0;
}

.footer-links nav{
	margin-right: 100px;
	width: 100%;
}

.footer-links ul{
	margin-top: 20px;
	list-style: none;
}

.footer-logo {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

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

@media (min-width: 768px) {
	footer {
		text-align: left;
	}

	.footer-content {
		display: flex;
		justify-content: space-between;
	}

	.footer-logo,
	.footer-links,
	.footer-copy {
		margin: 0;
	}
}

.footer-social-links{
    margin-top: 20px;
}

.footer-social-links ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.footer-social-links ul a{
    display: block;
    margin: 0 5px;
}
