section.footer {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}

section.footer small {
  font-size: 12px;
}

@media (min-width: 600px) {
    section.icons {
      padding-top: 60px;
      padding-bottom: 0px;
    }
	
	section.footer {
      padding-bottom: 60px;		
	}
}