nav#main .container ul li a {
font-size :    1em ;
padding :    32px 20px ;
}
.column {
    float: left;
    width: 50%;
}

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