
@import "./base.css";
    	
/* Full page settings */
.fullpage {
	background:white;		/* page background colour */
}
.fullpage .col1 {
	width:96%;				/* page width minus left and right padding */
	left:2%;				/* page left padding */
}
    