.column {
  float: left;
}

.left, .right {
  width: 25%;
}

.content {
	width: 50%;
	font-family:open sans,sans-serif;
	font-size: 24px; 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.site-footer {
  background: navy;
}
.site-footer footer {
	text-align: center;
	font-family:open sans,sans-serif;
	color: white;
}