.column {
	padding: 6px; 	/* less padding */
}

.column.left {
	width: 22%; /* wider left column; */
}

.column.right {
	width: 0.1%; /* no right column  */
	min-height: 1px;
}

.column.center {
	width: 76%; /* slightly wider central column */
}

body {
	font-size: 110%;
}

#summary {
	font-size: 110%;
	letter-spacing: 0.02em;
	border-radius: 8px;
}

h1 {
	margin-bottom: 0px;
	font-size: 220%;
}

	.header h1 {
	font-size: 160%;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:  #832D1D;
}

h2 {
	margin-bottom: 25px;
		font-size: 160%;
}

h3 {
	margin-bottom: 20px;
	font-size: 130%;
}

.centre {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
