/*  FOOTER  Section  */
.footer {
	grid-area: footer;
	width: 100%;
	height: 100%;
	color: #fff;
	
	/*border: 2px solid red;*/
	z-index: 3;
	
}
.f-columns {
	/*display: inline-block;*/
	display: flex;
	margin-top: 1em;
	justify-content: center;
	font-size: 1rem;
	/*border: 2px solid red;*/
	
}

/* Tablet menu */
@media all and (min-width: 700px) {
	.f-columns {
		/*border: 2px solid red;*/
		
	}	
}
/* Desktop menu */
@media all and (min-width: 960px) {
	.f-columns {	
		/*border: 2px solid green;*/
		
	}

}
