.footer {
    width: 100%;
    margin: auto 0;
	align-content: center;
	align-items: center;
	align-self: center;
	

}
* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 50%;
  padding: 10px;
 
}

.column2 {
  float: left;
  width: 50%;
  padding: 10px;
  align-content: center;
  text-align: center;  
  vertical-align: bottom;
  align-items: center;
	
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

	@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}
.font {
	font-family:"Open Sans";
	font-size: 3	
}