/*Mobile*/

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
/* HEADER ------------------------------------------------------------*/
/* BODY ------------------------------------------------------------*/

/* FOOTER ------------------------------------------------------------*/
footer .footer-column{
	justify-content: center;
}

.special-column-3{
	width: 100%;
	height: 40vh;
	min-width: 300px;
}


}

