/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);



*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}


a {
	color: #555;
	text-decoration: none;
}

.main > p {
	text-align: center;
	padding: 50px 20px;
	
}

.clear {
	clear:both;
	}
