/* Full page settings */
.fullpage {
    background:#fff; /* page background colour */
}
.fullpage .col1 {
    width:100%; /* page width minus left and right padding */
    left:0%; /* page left padding */
}
.fullpage .col2,.fullpage .col3 {
    display: none;
}