/* General Demo Style */
body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container.demo-2 {
    height:100%;
}

a {    
	color: #ccc;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

.column {
	float: left;
	width: 40em;
    height:100%;
	position: relative;
    /*left: 0.1em;/*horizontal position of the 3-line menu icon*/
}

.column:last-child:before {
	content: '';
	position: absolute;
	height: 7px;
	background: #ceccc6;
	top: 100px;
	left: 10px;
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}