footer {
	margin-top: 20%;
}

footer ul {
	display: -webkit-flex;
	display: flex;
}

footer ul li:first-child a{
	margin-left: 0;
}

footer ul li:first-child {
	margin-right: auto;
}


/* ==========================================================================
   Responsiveness
   ========================================================================== */
   
@media screen and (max-width: 650px){
	footer ul {
		display: block;
	}
	
	/* If second link is added next to 'Say Hello'
	footer ul li:nth-child(2) {
	margin-top: 35px;
	}
*/
	
	footer ul li:nth-last-child(-n+4) {
		display: inline-block;
		margin-top: 30px;
	}
	
	footer ul li:nth-last-child(-n+4) a{
		margin-left: 0;
		margin-right: 20px;
	}
}