* {
  box-sizing: border-box;
}

.title h1{font-family: Abril Fatface, serif;
	font-weight: 100;
text-align:center;
color:#654A4F;
padding-left:0%;}

.title h3{
	color:#654A4F;
	font-style: italic;font-family: Josefin Sans;
	font-weight: 500;
	
}



.column {
  float: left;
  width: 33.3333333333%;
	padding: .5%;
}

.column img {
  margin-top: 12px;
}

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